[b43b][Major] Lua error on willful tormenter deactivation

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Suslik
Spiderkin
Posts: 481
Joined: Wed Aug 22, 2012 4:41 pm

[b43b][Major] Lua error on willful tormenter deactivation

#1 Post by Suslik »

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.

Suslik
Spiderkin
Posts: 481
Joined: Wed Aug 22, 2012 4:41 pm

Re: [b43b][Major] Lua error on willful tormenter deactivatio

#2 Post by Suslik »

and i have found the reason. there was a recent change in data/talents/corruptions/torment.lua, line 31:

Code: Select all

			vim = self:addTemporaryValue("max_vim", self:getTalentLevel(t) * 15),
was replaced with

Code: Select all

			max_vim = self:addTemporaryValue("max_vim", self:getTalentLevel(t) * 15),
rolling the change back seems to solve the problem.

darkgod
Master of Eyal
Posts: 10751
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: [b43b][Major] Lua error on willful tormenter deactivatio

#3 Post by darkgod »

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 ;)

Post Reply