Классы
Статы, идеальное соотношение · Умения и вехи, как получить · Души · Сравнение классов
Воин · Жрец · Некр · Лучник · Шаман · Мист · Бард · Инж · Демон
Игровой процесс
Как одеваться · Драконий облик · Наследие Богов · Фарм золота
Прохождения локаций
Мониторинг серверов и редактор аддонов
Представляем вам две легенды. То, о чем можно было только мечтать, стало реальностью.
Подсказки из игры на вашем сайте
Теперь вы можете отображать сведения о внутриигровых элементах простым наведением курсора мыши.
-
Постов
239 -
Зарегистрирован
-
Посещение
Тип контента
Загрузки
Форумы
Статьи и объявления
Гардероб
Маунты
Сообщения Allods Team
Магазин
Галерея
Весь контент Dragagon
-
Версия 1.0.1
72 раза скачали
The RessCounter! As the name implies, it keeps track of the amount of times you ress people in a raid! Funny story how it came to be! Are you also tired of ressing everyone after every wipe during Nihaz raids or Obs raids? Fear no longer! I started a minigame with my guild >:D each ress I do, and therefor the addon tracks, people pay 1k gold to our guild bank. That way we generate some guild gold for the Heraldry (or whatever else u want) in a fun way, rather than the dull tax collection system. Commands: /rclist RessCounterList - lists the amount of times you have ressed player XYZ. /rcreset RessCounterReset - resets the data (starting a new raid or whatever) It does not count during combat. Go and hunt your dead members! Locales: Not all translations for the Gift of Tensess were added. Feel free to add them in the locales file and notify me so I can update it with more languages includedБесплатный -
Is it possible to edit the addon? I cannot open the .pak
-
Whenever I talk to any NPC: [string "Mods/Addons/AutoQuest - btn/AutoQuest.lua"]:154: attempt to call global 'ChatLog' (a nil value) func: ChatLog, global, line: -1, defined: C, line: -1, [C] func: ?, ?, line: 154, defined: Lua, line: 152, [string "Mods/Addons/AutoQuest - btn/AutoQuest.lua"] func: __index, metamethod, line: -1, defined: C, line: -1, [C] func: ?, ?, line: 154, defined: Lua, line: 152, [string "Mods/Addons/AutoQuest - btn/AutoQuest.lua"] Attempt to read from undeclared global variable: ChatLog Error while running the chunk [string "Mods/Addons/AutoQuest - btn/AutoQuest.lua"]:154: attempt to call global 'ChatLog' (a nil value) func: ChatLog, global, line: -1, defined: C, line: -1, [C] func: ?, ?, line: 154, defined: Lua, line: 152, [string "Mods/Addons/AutoQuest - btn/AutoQuest.lua"] Error while running the chunk [string "Mods/Addons/AutoQuest - btn/AutoQuest.lua"]:233: attempt to call field 'GetSkipQuestCost' (a nil value) func: GetSkipQuestCost, field, line: -1, defined: C, line: -1, [C] func: ?, ?, line: 233, defined: Lua, line: 214, [string "Mods/Addons/AutoQuest - btn/AutoQuest.lua"] func: __index, metamethod, line: -1, defined: C, line: -1, [C] func: ?, ?, line: 154, defined: Lua, line: 152, [string "Mods/Addons/AutoQuest - btn/AutoQuest.lua"] Attempt to read from undeclared global variable: ChatLog Error while running the chunk [string "Mods/Addons/AutoQuest - btn/AutoQuest.lua"]:154: attempt to call global 'ChatLog' (a nil value) func: ChatLog, global, line: -1, defined: C, line: -1, [C] func: ?, ?, line: 154, defined: Lua, line: 152, [string "Mods/Addons/AutoQuest - btn/AutoQuest.lua"] func: __index, metamethod, line: -1, defined: C, line: -1, [C] func: ?, ?, line: 154, defined: Lua, line: 152, [string "Mods/Addons/AutoQuest - btn/AutoQuest.lua"] Attempt to read from undeclared global variable: ChatLog Error while running the chunk [string "Mods/Addons/AutoQuest - btn/AutoQuest.lua"]:154: attempt to call global 'ChatLog' (a nil value) func: ChatLog, global, line: -1, defined: C, line: -1, [C] func: ?, ?, line: 154, defined: Lua, line: 152, [string "Mods/Addons/AutoQuest - btn/AutoQuest.lua"]
-
Any reply to this yet? Paying for addon that doesn't work
-
-
Possible that it's an EU specific problem?
-
-
My ChatLog(name) is logging it twice per execution, is it something the event does? If it is, why does it do it twice? I am also getting a lot of Fail (un)register event messages in my mods.txt, I don't see what I am doing different from past addons I made. Any help or explainations would be appreciated. function Main() raidMembersTable = userMods.GetGlobalConfigSection("RessCounter_settings") --ChatLog(userMods.GetGlobalConfigSection("RessCounter_settings")) --common. RegisterEventHandler(RessRequest, "EVENT_RESURRECT_REQUESTED") --https://alloder.pro/md/LuaApi/EventResurrectRequested.html -- resurrecterName: WString is the name of the unit trying to revive the player. -- unitId: ObjectId (not nil) - The ID of the unit trying to revive the player. -- timeOutMs: number (integer) - how many milliseconds this prompt is valid --common. RegisterEventHandler(ResurrectReply, "EVENT_RESURRECT_REQUESTED") --https://alloder.pro/md/LuaApi/FunctionAvatarResurrectReply.html common. RegisterEventHandler(StartAction, "EVENT_ACTION_PROGRESS_START") --https://alloder.pro/md/LuaApi/EventActionProgressStart.html common. RegisterEventHandler(OnChat, "EVENT_UNKNOWN_SLASH_COMMAND") end function StartAction(params) --common. UnRegisterEvent("EVENT_ACTION_PROGRESS_START") name = userMods.FromWString(params.name) ChatLog(name) local targetTrue = avatar. GetTarget() if targetTrue then target = userMods.FromWString(object. GetName(avatar. GetTarget())) --Get target when start casting the ress. end --ChatLog("\nEvent_action_progress_start parameters \nSpell: ".. name.." \nspellID: ".. tostring(spellId).." \nprogress: ".. progress.." \nDuration: ".. duration.." \nlaunchwhenready state: ".. tostring(launchWhenReady).." \nisPrecast: ".. tostring(isPrecast).. --"\nisChannel: ".. tostring(isChannel)) --ChatLog(target) if name == "Gift of Tensess" then common. RegisterEventHandler(Interrupt, "EVENT_PROCESS_TERMINATED") -- https://alloder.pro/md/LuaApi/EventActionProcessTerminated.html --common. RegisterEventHandler(FinishAction, "EVENT_ACTION_PROGRESS_FINISH") --https://alloder.pro/md/LuaApi/EventActionProgressFinish.html --name = "" end end mods.txt
-
Didn't know about the scroll of return. Sadly, it does not work anymore for EU and they won't fix it anymore.
-
Download prev versions, new releases don't work for EU since 14.1 api change
-
[string "Mods/Addons/ArtefactsPreset/Scripts/Artefacts..."]:0: bad argument #1 to 'pairs' (table expected, got nil) func: ?, ?, line: -1, defined: C, line: -1, [C] func: pairs, global, line: -1, defined: C, line: -1, [C] func: loadPreset, global, line: 0, defined: Lua, line: 0, [string "Mods/Addons/ArtefactsPreset/Scripts/Artefacts..."] func: checkAspectPvE, global, line: 0, defined: Lua, line: 0, [string "Mods/Addons/ArtefactsPreset/Scripts/Artefacts..."] func: ?, ?, line: 0, defined: Lua, line: 0, [string "Mods/Addons/ArtefactsPreset/Scripts/Artefacts..."]
-
[14:12:27] Error: addon StatManager(1673523562): UI::LuaCommonGetAddonRelatedTextGroup: Can't find related text group 'eng_eu' for addon 'StatManager', details: int __cdecl UI::LuaCommonGetAddonRelatedTextGroup(struct lua_State *) func: GetAddonRelatedTextGroup, field, line: -1, defined: C, line: -1, [C] func: ?, ?, line: 6, defined: main, line: 0, [string "Mods/Addons/StatManager/Locales/main.lua"]
-
I suppose it'll be for 14.1... Another 3 more months
-
Update, Friend tried the paid version. appears that the paid version works for EU. So something in the paid version works for EU that is not in the free version. Please check that.
-
Hi, today my addon broke, so I reinstalled the one from February 18, same problem. It cannot be that RU API update breaks the addon for EU. Please verify if the previous version download links actually give the previous versions. I don't want to deal without this addon for the following 5 months... mods.txt
-
The split by pcs. option does not work:
-
Hi, so with coming 14.1 problems, are precautions taken to keep it working when we're required to reinstall this addon for some reason starting next month? I don't want to deal with my 300+ items manually for Epic, legendary, fabled and relics layers... Some additional edits: tabbing still does not work in the addon. Also listing multiple stacks doesn't work yet.
-
Well yes but even that still broke the MyAuction, so unsure myself on what's going to work and what not? Perhaps announce guideline for EU players on how to get previous versions too? I got already few ppl asking me how to do it and it takes a while to explain it to everyone
-
Please make a snapshot of all current wokring addons for 14.0 so EU is not left behind again as happend before with API changes. 1 minilayer without some addons was enough. Don't make us go through epic and legendary layer wihtout addons...
-
[23:20:47] Error: addon StatManager(1673523562): UI::LuaCommonGetAddonRelatedTextGroup: Can't find related text group 'eng_eu' for addon 'StatManager', details: int __cdecl UI::LuaCommonGetAddonRelatedTextGroup(struct lua_State *) func: GetAddonRelatedTextGroup, field, line: -1, defined: C, line: -1, [C] func: ?, ?, line: 6, defined: main, line: 0, [string "Mods/Addons/StatManager/Locales/main.lua"]
-
[23:20:46] Warning: addon InspectAPI(1415574439): There is no such API function: remort. GetClassSpellsForSharing [23:20:46]Warning: addon InspectAPI(1415574439): There is no such API function: remort. GetSpellsForSharing [23:20:46]Warning: addon InspectAPI(1415574439): There is no such API function: binding. IsPerCharacter [23:20:46]Warning: addon InspectAPI(1415574439): There is no such API function: binding. HasInactivePerCharacter [23:20:46]Warning: addon InspectAPI(1415574439): There is no such API function: itemLib.IsQuestRelated [23:20:46]Warning: addon InspectAPI(1415574439): There is no such API function: itemLib.IsPurifier [23:20:46]Warning: addon InspectAPI(1415574439): There is no such API function: itemLib.IsBoxKey [23:20:46]Warning: addon InspectAPI(1415574439): There is no such API library: itemMall [23:20:46] Warning: addon InspectAPI(1415574439): There is no such API function: hangar. GetSkinInfo [23:20:46]Warning: addon InspectAPI(1415574439): There is no such API function: hangar. GetHullInfo [23:20:46]Warning: addon InspectAPI(1415574439): There is no such API function: hangar. GetProgress [23:20:46]Warning: addon InspectAPI(1415574439): There is no such API function: unit. IsEnemy [23:20:46]Warning: addon InspectAPI(1415574439): There is no such API function: unit. IsFriend [23:20:46]Warning: addon InspectAPI(1415574439): There is no such API function: avatar. GetBuffLinkedSpell [23:20:46]Warning: addon InspectAPI(1415574439): There is no such API function: avatar. GetQuestAstralUnlocks [23:20:46]Warning: addon InspectAPI(1415574439): There is no such API function: avatar. GetActionGroupInfo [23:20:46]Warning: addon InspectAPI(1415574439): There is no such API function: avatar. GetCurrencyInfo [23:20:46]Warning: addon InspectAPI(1415574439): There is no such API function: astral. GetGroupUnlockLevel [23:20:46]Warning: addon InspectAPI(1415574439): There is no such API function: guild. GetMemberOperationHistory [23:20:46]Warning: addon InspectAPI(1415574439): There is no such API function: guild. GetMoneyHistory [23:20:46]Warning: addon InspectAPI(1415574439): There is no such API function: guild. GetMemberMoneyHistory [23:20:46]Warning: addon InspectAPI(1415574439): There is no such API function: mission. GetWorldTimeHMS [23:20:46]Warning: addon InspectAPI(1415574439): There is no such API function: mission. GetWorldDateYMD [23:20:46]Warning: addon InspectAPI(1415574439): There is no such API function: raid. GetLootMasterName [23:20:46]Warning: addon InspectAPI(1415574439): There is no such API function: raid. GetLeaderName [23:20:46]Warning: addon InspectAPI(1415574439): Predicate convert: there is no such API function: avatar. GetActionGroupInfo
-
[19:58:09] Error: addon PetSearch(1664042191): Game::LuaCartographerGetZonesMapId: wrong params count (0, should be 1), details: int __cdecl Game::LuaCartographerGetZonesMapId(struct lua_State *) func: CurrentMapID, global, line: -1, defined: C, line: -1, [C] func: CheckMinimap, global, line: 0, defined: Lua, line: 0, [string "Mods/Addons/PetsSearch/Scripts/mainscript.lua"]
-
When I want to export, I have to export one object at a time? Is there no way to multi select? And "Send Object to Chat", how does that work?
