Create new character in recently released 43b(the that came after 43a), select cornac corruptor, choose torment tree and put a point into "willful tormenter" skill. Activate it. Upon deactivation you get an error in ActorTalents.lua:181: /engine/Entity.lua:693: table index is nil.
Makes it impossible to play as a corruptor since the ability should be deactivated every time you levelup, but you just can't exit levelup screen due to this error. Hope this will get fixed soon.
[b43b][Major] Lua error on willful tormenter deactivation
Moderator: Moderator
Re: [b43b][Major] Lua error on willful tormenter deactivatio
and i have found the reason. there was a recent change in data/talents/corruptions/torment.lua, line 31:
was replaced with
rolling the change back seems to solve the problem.
Code: Select all
vim = self:addTemporaryValue("max_vim", self:getTalentLevel(t) * 15),
Code: Select all
max_vim = self:addTemporaryValue("max_vim", self:getTalentLevel(t) * 15),
Re: [b43b][Major] Lua error on willful tormenter deactivatio
oups 

[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning
