[1.3.1] Cursed must Suppress affliction on most weapons
Posted: Fri Nov 13, 2015 11:18 am
I've started an Ogre Cursed http://te4.org/characters/105200/tome/7 ... 1713cd9815 who has had to Suppress his affliction on most weapons he has picked up, instead of the choice only being offered the first time. This has happened on multiple levels of multiple dungeons, and persisted after reloading the character.
Edit: So I looked at the code on online git repo and found out about the chooseCursedAuraTree flag, which looks like it should have started true and been set to nil at Actor.lua line 1299 when I first made the choice (although I'm not familiar enough with this code base to be sure). Anyway, in one of the mod.class.Player files in my game.teag zip in my save folder there was this line:
Setting that to false worked around the problem, at least for this character.
Version and mod details from my save file, in case it matters:
Edit: So I looked at the code on online git repo and found out about the chooseCursedAuraTree flag, which looks like it should have started true and been set to nil at Actor.lua line 1299 when I first made the choice (although I'm not familiar enough with this code base to be sure). Anyway, in one of the mod.class.Player files in my game.teag zip in my save folder there was this line:
Code: Select all
d["chooseCursedAuraTree"]=true
Version and mod details from my save file, in case it matters:
Code: Select all
module_version = {1,3,1}
addons = {'hz-escorts', 'items-vault', 'randventurer-class', 'improved-restauto', 'zomnibus', 'allow-full-respec-anywhere'}