Results: 9Comments by: python1980
File: Essential Housing Tools08/13/21
Is there an option to make portals,...
Posted By: python1980
Is there an option to make portals, to port from one place in a house to another place in the same house?
File: Arkadius' Trade Tools08/01/21
I got this error. I deleted every f...
Posted By: python1980
I got this error. I deleted every folder of Arkadius and installed it with minion. I got the same error after it. Arkadius is not working. What can I do? Your saved variables are corrupted. Either repair them (if you know how) or delete them. I deletet everything and then I installed it new with minion.
File: Arkadius' Trade Tools08/01/21
I got this error. I deleted every f...
Posted By: python1980
I got this error. I deleted every folder of Arkadius and installed it with minion. I got the same error after it. Arkadius is still not working. After restart Minion there is no Arkadius, but in folder it is still there. What can I do? https://share-your-photo.com/img/4bedf70886_album.png
File: Light Attack Helper06/04/21
Yeah you got it. It works very well...
Posted By: python1980
Yeah you got it. It works very well, thank you a lot. 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),"leic...
File: Light Attack Helper06/04/21
yes dual weapon But which w...
Posted By: python1980
yes dual weapon 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(abilityN...
File: Light Attack Helper06/04/21
Re: Re: Re: Re: Re: AddOn Fix
Posted By: python1980
I used leichter Angriff / light attack and rapid strikes here you can search in english an get the german word for the skills https://www.elderscrollsbote.de/skills/?n=flurry&l=-1&t%5B%5D=1&t%5B%5D=2&t%5B%5D=4 you got a pn, thanks very much. I saw your prints but it's harder to fix in german, we'd probably need someo...
File: Light Attack Helper06/04/21
Re: Re: AddOn Fix
Posted By: python1980
Doesn´t work in german too. :-( there is still no count of light attacks I solved it with if abilityActionSlotType == ACTION_SLOT_TYPE_LIGHT_ATTACK and LightAttackHelper.playerName == sourceName and zo_plainstrfind(abilityName, GetString(LAH_LIGHT_ATTACK)) and LightAttackHelper.isTheActualAttackCast(hitValue) then Bu...
File: Light Attack Helper06/04/21
Re: Re: Re: AddOn Fix
Posted By: python1980
you got a pn, thanks very much. Hey python, In able to be able to help, and make it work in German, I'd need you to do something first, so that I can see the values that are involved. I'd need you to add this line before the "if" I mentioned in my main comment: d("DEBUG - Ability Name - " .. tostring(abilityName) .....
File: Light Attack Helper06/04/21
Re: AddOn Fix
Posted By: python1980
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...