Results: 5Comments by: Beltroniko
File: Light Attack Helper06/04/21
But which weapons you were using? D...
Posted By: Beltroniko
But which weapons you were using? Dual Wield? like dual daggers? You could try this one instead of the one I posted: if abilityActionSlotType == ACTION_SLOT_TYPE_LIGHT_ATTACK and LightAttackHelper.playerName == sourceName and string.find(tostring(abilityName),"leichter") and string.find(tostring(abilityName),"angriff") and Ligh...
File: Light Attack Helper06/04/21
Re: Re: Re: Re: AddOn Fix
Posted By: Beltroniko
you got a pn, thanks very much. I saw your prints but it's harder to fix in german, we'd probably need someone more knowledgeable with LUA language to help. What I see is that in your case, the game is comparing: A - leichter Angriff -> (I suppose this is Light Attack?) B - leichter Doppleangriff -> (I suppose this is a Du...
File: Light Attack Helper06/04/21
Oh nice, that should also fix it fo...
Posted By: Beltroniko
Oh nice, that should also fix it for other languages. I'm not knowledgeable of the ESO/Lua functions but I'd assume that zo_plainstrfind works like a "contains" in common languages? If so I'd say it's the best solution. Performance wise I also have no idea how things affect the game but I'd risk saying both should be very lightwei...
File: Light Attack Helper06/04/21
Re: Re: AddOn Fix
Posted By: Beltroniko
Hey guys, I had never seen LUA code, but I'm so dependent on this addon that I decided to give it a look and try to understand what was going on. My solution is not the most elegant one programming wise but it works and from my tests it doesn't break anything. I'm sure someone more experienced with LUA code and that understands ho...
File: Light Attack Helper06/03/21
AddOn Fix
Posted By: Beltroniko
Hey guys, I had never seen LUA code, but I'm so dependent on this addon that I decided to give it a look and try to understand what was going on. My solution is not the most elegant one programming wise but it works and from my tests it doesn't break anything. I'm sure someone more experienced with LUA code and that understands ho...