

самолет/Eksperyment
Addons Developer-
Content Count
32 -
Joined
-
Last visited
-
Days Won
8
About самолет/Eksperyment
- Birthday August 28
Recent Profile Visitors
997 profile views
-
Is update coming? Also is it possible to make preset active on aspect use and content type join? Грядет обновление? Также можно ли сделать предустановку активной при использовании аспекта и соединении типа контента?
-
iara1 started following самолет/Eksperyment
-
-
-
-
I will add it at some point. Right now I'm working on other addon. Also this one has quite annoying bug that I need to fix first. Right now you can see levels in bank. Я добавлю это в какой-то момент. Прямо сейчас работаю над другим аддоном. Также у этого есть довольно неприятная ошибка, которую мне нужно исправить в первую очередь. Прямо сейчас вы можете видеть уровни в банке.
-
-
What do you mean? If you are asking for technical details it works by replacing text in wigets mostly with SetVal() Part of code below should explain a lot. VendorTradeTab:GetChildChecked("TabTrade", false):SetVal("tab_label", userMods.ToWString("Trade")) --announce translation function AnnounceTranslate() --Chat("Announce visible") local str = userMods.FromWString(common.ExtractWStringFromValuedText(Announce:GetValuedText())) if announceList[str] ~= nil then Announce:SetVal( "value", announceList[str]) else if not tableContains(announceList,str) then --ChatLog("announceList: add new record") LogInfo("announceList: add new record") common.LogInfo ("common", '["'..str..'"] = "englishText_translate_russian_text_from_left_brackets",') end end end
-
Maybe I could add it as right mouse click. Может быть, я мог бы добавить это как щелчок правой кнопкой мыши.
-
-
-
-
-
AllodsConversion Просмотреть файл Addon that will translate parts of game interface into English or English/Russian. If you want any other language simply translate texts in translationlist.lua. To make it work on russian client your windows needs to understand cyrylic. Simply follow this video: Windows 10 might also have option to use UTF-8 instead, make sure it's unchecked! List of commands for settings /stats eng translate stats to english /stats both translate stats to russian/english /stats rus translate stats to russian - turns off translation You can find more in Readme.txt Автор самолет/Eksperyment Добавлен 27.10.2020 Категория Аддоны
-
AllodsTranslateLore Просмотреть файл Addon that will translate parts of game interface related to Lore (quests, npc talks and anything related) into English or English / Russian. If you want any other language simply translate texts in translationlist.lua. To make it work on russian client your windows needs to understand cyrylic. Simply follow this video : Windows 10 might also have option to use UTF-8 instead, make sure it's unchecked! You can find more in Readme.txt Автор самолет/Eksperyment Добавлен 27.10.2020 Категория Аддоны
-
GuildHallTeleport Просмотреть файл Телепортируйтесь в столицу через цитадель гильдии одним нажатием кнопки! Teleport to capital through guild stronghold with single button click! Автор самолет/Eksperyment Добавлен 27.10.2020 Категория Аддоны
-
-
Inkvizturbator started following самолет/Eksperyment
-
-
Version 2
67 downloads
Addon that will translate parts of game interface related to Lore (quests, npc talks and anything related) into English or English / Russian. If you want any other language simply translate texts in translationlist.lua. To make it work on russian client your windows needs to understand cyrylic. Simply follow this video : Windows 10 might also have option to use UTF-8 instead, make sure it's unchecked! You can find more in Readme.txtFree
-
Version 2
65 downloads
Addon that will translate parts of game interface into English or English/Russian. If you want any other language simply translate texts in translationlist.lua. To make it work on russian client your windows needs to understand cyrylic. Simply follow this video: Windows 10 might also have option to use UTF-8 instead, make sure it's unchecked! List of commands for settings /stats eng translate stats to english /stats both translate stats to russian/english /stats rus translate stats to russian - turns off translation You can find more in Readme.txtFree
-
-
-
GospodstvoNekromanta Просмотреть файл Помощник по доминированию некроманта. Выделяет всех из группы, кто находится на расстоянии 6 м или ближе, и выводит текст на экран. Necromancer dominance helper. Highlights anyone from group who is 6 m away or closer and puts text on screen. Автор самолет/Eksperyment Добавлен 14.10.2020 Категория Аддоны
-
-
Inspect Widgets addon is the easiest way to do this. Otherwise you just have to look on stateMainForm children until you find what you need: but I would just stick with Inspect Widgets addon. local children = parent:GetNamedChildren() Look on those in documentation. https://alloder.pro/md/LuaApi/FunctionWidgetGetChildChecked.html https://alloder.pro/md/LuaApi/FunctionWidgetGetChildUnchecked.html https://alloder.pro/md/LuaApi/FunctionWidgetGetNamedChildren.html It's just a reference to widget adress and I haven't seen any other way to access them.
-
You have to enable logs in global.cfg > user_mods_log_enable=1