[b34] Worm rot LUA error spam
Moderator: Moderator
[b34] Worm rot LUA error spam
Worm rot gives 1 LUA error per game turn. Encountered them in Lost Kingdom of Rekhnor and Unremarkable Cave.
Re: [b34] Worm rot LUA error spam
What error ?
[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

Re: [b34] Worm rot LUA error spam
I sent it ingame. 

Re: [b34] Worm rot LUA error spam
After talking to Dekar on IRC the error was on the rot_timer effect (line 1544 timed-effects/magical.lua in the SVN).
I can't see why it's producing an error though. I wasn't able to reproduce it and it looks like it's getting set properly in the talent code.
Has anyone else encountered this error in b34?
Code: Select all
on_timeout = function(self, eff)
eff.rot_timer = eff.rot_timer - 1
Code: Select all
target:setEffect(target.EFF_WORM_ROT, t.getDuration(self, t), {src=self, dam=t.getDamage(self, t), burst=t.getBurstDamage(self, t), rot_timer = 5, apply_power=self:combatSpellpower()})
Re: [b34] Worm rot LUA error spam
It happens after engaging Worm that walks.
Re: [b34] Worm rot LUA error spam
Okay, I think I have this tracked down. I believe Epidemic isn't passing the rot timer (I changed worm rot so the timed effect would track it's own timer rather then having it as an actor value and I don't believe I changed Epidemic to account for it).
Yup... found it.
I'll send you a diff Darkgod.
Yup... found it.
I'll send you a diff Darkgod.