Классы
Статы, идеальное соотношение · Умения и вехи, как получить · Души · Сравнение классов
Воин · Жрец · Некр · Лучник · Шаман · Мист · Бард · Инж · Демон
Игровой процесс
Как одеваться · Драконий облик · Наследие Богов · Фарм золота
Прохождения локаций
Servers monitoring and the Addons Editor
We present you two legends. All dreams come true.
Game tooltips
Tooltips provide a way for 3rd party fansites and extensions to display detailed information on mouseover.
-
Posts
195 -
Joined
-
Last visited
cristimirt's Achievements
Rookie (2/14)
-
Rare
-
Rare
-
Rare
-
-
Recent Badges
-
bekoallod started following cristimirt
-
It looks like it still needs approval. I'm not sure what else I have to do, since I'm not in touch with the site administrators anymore. In the mean time, I'm attaching the new version he re. BossTracker1.2.zip
-
Thank you for providing the errors and reaching out to me to fix this. I've uploaded the new version, which should work on Allods 15, at least on the EU version. I have not tested it on RU yet.
-
Seems like I can't send DM's either. Send me a friend request on Discord, username is Zurion. PS: For those that are notified for this, I'm sorry for bothering you. Blame the admins for not allowing me to send Direct Messages.
-
cristimirt started following Pixar
-
Pixar started following cristimirt
-
Thank you. I can't test it, but if you say it works, then it should be ok
-
Unfortunately, I no longer play the game or have it installed so it's hard for me to fix issues. If anyone can provide some logs with the errors I can take a look and hopefully will be able to provide a fix. I will try to install the RU version, but it's not easy when I don't speak the language
-
I was not expecting this addon to still be used I have applied your fix (with credits as well), but since I'm no longer a developer on this website, the new version has to be approved by a moderator first. In the mean time, I will attach the new version to this comment. Also, since I'm no longer playing the game, I can't test it myself, so I'm relying on your fix. Thank you for the help!
-
RazerCat started following cristimirt
-
I was afraid this might happen. I was not able to properly test the russian translation before. I've updated the addon now and tested the localization as well. I've also added a slash command to change between localizations. Please let me know if there are any other problems. And thanks for the help, logg
-
cristimirt started following AlchemyHelper , GuildGui1b , LabMap and 3 others
-
The addon doesn't work on the english client anymore. The same old problem of using 'eng' instead of 'eng_eu'. I have fixed it myself, if anyone needs it. Also translated the "Mutual" and "Not Mutual" column for Friends, even if that is not properly working anymore. There's also a weird widget appearing on the top left corner of the window, and I can't figure out what that is. GuildGui1b.zip
-
Thank you very much. On my end, even on the RU client, the cyrillic characters on this addon were broken, the rest were working. I will still investigate, but it's good to know that they look good for others.
-
Added English Localization Implemented Marker deletion I would be grateful if someone can test it on RU client to see if cyrillic characters are properly displayed.
-
Implemented Casting Interruption Fixed missing mount icons (uses default mount pattern)
-
How to close addon panel with ESC key?
cristimirt replied to cristimirt's topic in Questions and Answers
Yeah, BuildManager. I looked at it, and it's where I found out about using WidgetEditLine. But this method works only when you have at least an input field in your window -
Sorry for writing in English, but I don't know Russian. Also, I'm sorry if this question was asked and answered already, but it's hard for me to search the forum without know Russian. I'm trying to close the panel of my addon by using the ESC key. I know of two ways to bind this key to a function, but each has a drawback. One is to use 'ReactionEsc' in a WidgetEditLine (like it's done in BuildManager). This works but it requires to have a WidgetEditLine in focus, which I don't like, because I can't use it to cancel actions (PicCastbar has this problem) The other one is to use 'bindSections' in a WidgetForm. I can bind the 'esc_pressed' action to a function using common.RegisterReactionHandler. This works without the need to have specialized widgets, but it introduces an annoyance : it also opens the Escape Menu By looking a the lua code of the 1.0 addons, I can see that they use a kind of manager that keeps track of what widgets are visible and their order, so when you press the ESC key, the correct one closes, and the Menu only shows if there are no other widgets to hide. But of course, user addons don't have access to this, so we can't add our own widgets to this list. I've found a quick hack that allows me to close my panel without triggering the Escape Menu, bit I don't like using it. The idea is to disable the EscMenu addon when I open my addon panel, and then enable it again right after I close my panel. This works ok for when you know your panel is not visible for too long and you're careful to always enable it back, but it might cause unforseen problems. So my question is : Is there a proper way to close addon panels by pressing the escape key, without opening the Escape Menu? PS: You can reply in russian, I will use Google Translate. Thank you!
-
-
Hey. I have localized the addon for the english client and I'm attaching it. If you want, I can also localize it for French, German and Turkish. LabCalendar 1.2Z.zip
