Jump to content
Alloder.pro  about Allods with love 😱
Search In
  • More options...
Find results that contain...
Find results in...

Servers monitoring and the Addons Editor

We present you two legends. All dreams come true.

Servers monitoring The Addons Editor

Digest April

We talk about what was done and updated in the past month. We help keep abreast of events.

Read more

Game tooltips

Tooltips provide a way for 3rd party fansites and extensions to display detailed information on mouseover.

Read more

KillAnnounce


cristimirt
 Share

Recommended Posts

KillAnnounce

Просмотр файла

При смерти игрока около вас появляется сообщение с именем его убийцы.

Если убили вас или дружественного вам игрока - цвет сообщения будет красным, если убили вы или ваш друг - цвет будет желтым.

Вы можете изменить цвет каждого сообщения, также как и размер текста, при помощи аддона ConfigWindow.

/cw - открыть окно ConfigWindow

/kacw - окно с настройками KillAnnounce

/kadnd - включение/выключение перетаскивания окна

/kalocale code - Изменить локализацию аддона. Например : /kalocale rus or /kalocale eng. Если код локализации не указан, будет отображаться текущая локализация.. Доступные коды : eng, eng_eu, rus, fra, ger, tr
Аддон поддерживает клиентов ENG_EU, RUS, FRA, GER, TR

------------------------------------------------------

With this addon, everytime a player around you dies, an announcement will appear saying who killed him.

If you or a friendly player dies, the announcement will be red, if you kill a player or a friend kills a player, the announcement will be yellow.

A chat message will also appear to announce kills. The color will be the same as with the announcement on the screen.

You can change the color for each announcement, which announcement to display as well as the size of the text using the addon ConfigWindow. Supported commands:

/cw - opens ConfigWindow

/kacw - opens ConfigWindow for KillAnnounce (faster than /cw)

/kadnd - Enable/Disable Drag'n'Drop

/kalocale code - Change localization of the addon. For example : /kalocale rus or /kalocale eng. If no localization code is provided, it will display the current localization. Available codes : eng, eng_eu, rus, fra, ger, tr

Addon has support for ENG_EU,RUS,FRA,GER and TR clients.


 

Link to comment
Share on other sites

I have this error in mod.txt

Error: addon KillAnnounce: 
Error: addon KillAnnounce:   
Error: addon KillAnnounce:   func: GetName, field, line: -1, defined: C, line: -1, [C]
Error: addon KillAnnounce:     func: unitKilled, global, line: 140, defined: Lua, line: 131, [string "Mods/Addons/KillAnnounce/Scripts/KillAnnounce.lua"]
Error: addon KillAnnounce:       func: OnUnitDamageReceived, global, line: 62, defined: Lua, line: 49, [string "Mods/Addons/KillAnnounce/Scripts/KillAnnounce.lua"]
Error: addon KillAnnounce: UI::LuaObjectGetName: param 1 not a class GMUIHelper::ObjectId (type: nil), details: int __cdecl UI::LuaObjectGetName(struct lua_State 
Link to comment
Share on other sites

перевести бы на русский, а то на ру серверах на английском пишет...
+ как вызвать настройки? значка аддона нету нигде, на страничке аддона чаткоманда на его вызов не указана...

Link to comment
Share on other sites

 

Updated to 2.01 .

- Attempted to fix log error

 

Lysonia, please tell me if that errors appears again. I'm guessing it happens when the killer is a warden or a summoner, more specifically, when their pet does the kill.

 

перевести бы на русский, а то на ру серверах на английском пишет...
+ как вызвать настройки? значка аддона нету нигде, на страничке аддона чаткоманда на его вызов не указана...

If you can tell me the translation, I'll add it.

To access the settings, you need the ConfigWindow addon (https://alloder.pro/files/file/28-configwindow/)

Type "/cw" in chat to open the settings after you installed ConfigWindow

Link to comment
Share on other sites

if damage.target then
if object.IsExist(damage.target) then
if object.IsUnit(damage.target) then
if unit.IsPlayer(damage.target) then

->

if damage.target and object.IsExist(damage.target) and object.IsUnit(damage.target) and unit.IsPlayer(damage.target) then

 

 

Translate:

You were killed by %s! = Вы были убиты %s!

You killed %s! = Вы убили %s!

%s has killed %s! = %s убил %s!

Link to comment
Share on other sites

I install the last version. Mod.txt error :/

Error: addon KillAnnounce: Error while running the chunk
Error: addon KillAnnounce:   [string "Mods/Addons/KillAnnounce/Scripts/KillAnnounce.lua"]:124: attempt to call field `IsUnit' (a nil value)
Error: addon KillAnnounce:   func: IsUnit, field, line: -1, defined: C, line: -1, [C]
Error: addon KillAnnounce:     func: unitKilled, global, line: 124, defined: Lua, line: 122, [string "Mods/Addons/KillAnnounce/Scripts/KillAnnounce.lua"]
Error: addon KillAnnounce:       func: OnUnitDamageReceived, global, line: 61, defined: Lua, line: 51, [string "Mods/Addons/KillAnnounce/Scripts/KillAnnounce.lua"]
Link to comment
Share on other sites

Is there a possibility of increasing the window and font size?

You should be able to change the size using the ConfigWindow addon. Install that addon, type "/cw" in chat, and you'll have more options there, including the size. 

If it doesn't work, tell me.

I didn't make the addon, and the original author chose to use ConfigWindow instead of making its own settings window. In the future, maybe I'll make a settings whitout whitout the need of a different addon. But not now.

Link to comment
Share on other sites

  • 4 weeks later...

Есть ли возможность оповещение сдвинуть вниз или вверх относительно экрана? Жутко неудобно наложение внутриигровых надписей и текста аддона?

Link to comment
Share on other sites

Аддон очень занятный! Я оценил. Играю на европе, даже как-то и не обращаю внимания на то что он английский. Привычка, наверное. :3 В PvP просто незаменим, особенно когда фанишься на ассе-тепхе. 

 

P.S. Thank you, Cristi, it's wonderful add-on. I know it's hard work all time to fix stupid bugs especially when developers change or remove function... facepalm.png(for removing some of them need cut their hands Pokerface.png)

But I appreciate your work and I hope in future you will continue to produce good add-ons for us :)

Edited by Jexon
Link to comment
Share on other sites

Есть ли возможность оповещение сдвинуть вниз или вверх относительно экрана? Жутко неудобно наложение внутриигровых надписей и текста аддона?

Да, файл Announce.(WidgetTextView).xdb

по <Y>

<Pos>-280</Pos>

-280 Это от центра вверх

вниз например на 10 пикселей будет -270

Link to comment
Share on other sites

  • 1 month later...
  • 3 weeks later...

По инструкции для работы аддона нужно установить последующий аддон ConfigWindow, благодаря которому станет возможным вызывать окно настроек посредством специальной слеш-команды. Верно? Но при введении этой слеш-команды в чат открывается пустое окно, без настроек аддона.
Прочитал некоторые особенности ConfigWindow и обнаружил, что он поддерживает далеко не все аддоны, в т.ч. и этот. Это норма? Или я что-то неправильно делаю? И еще вопрос: работа аддона распространяется на все локации? 
Поподробнее можете разъяснить что к чему?..

Link to comment
Share on other sites

По инструкции для работы аддона нужно установить последующий аддон ConfigWindow, благодаря которому станет возможным вызывать окно настроек посредством специальной слеш-команды. Верно? Но при введении этой слеш-команды в чат открывается пустое окно, без настроек аддона.

Прочитал некоторые особенности ConfigWindow и обнаружил, что он поддерживает далеко не все аддоны, в т.ч. и этот. Это норма? Или я что-то неправильно делаю? И еще вопрос: работа аддона распространяется на все локации? 

Поподробнее можете разъяснить что к чему?..

для включения перемещения окна можно использовать команду /kadnd . Повторный ввод для отключения

для открытия настроек используйте команды /kacw или /cw (Необходим аддон ConfigWindow)

KillAnnounce.zip

Link to comment
Share on other sites

ВНИМАНИЕ!
Обязательна информация из \Personal\Logs\mods.txt для диагностики ошибки.
Иначе вам не помочь.
В игре включите в Меню → Интерфейс → Общие настройки → Запись ошибок пользовательских дополнений. Затем запустите аддон в игре.
Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

By using our site you agree to the Terms of Use