Page 1 of 1

[svn] Mindslayer lua errors

Posted: Thu Sep 01, 2011 2:02 pm
by Avianpilot
Started a Mindslayer once I got the current svn setup up and running, and immediately ran into problems.

Attacks made from Beyond the Flesh threw this:

Code: Select all

Lua Error: /mod/class/interface/Combat.lua:242: attempt to perform arithmetic on local 'dam' (a table value)
At [C]:-1 __mul
At /mod/class/interface/Combat.lua:242 attackTargetWith
At /data/talents/psionic/other.lua:124 do_tkautoattack
At /mod/class/Actor.lua:236 useEnergy
At /mod/class/Actor.lua:549 move
At /mod/class/Player.lua:177 moveDir
At /mod/class/Game.lua:1107
At /engine/KeyBind.lua:217
Attempts to use Telekinetic Smash threw this:

Code: Select all

Lua Error: /engine/interface/ActorTalents.lua:140: /engine/interface/ActorTalents.lua:129: attempt to index upvalue 'force_target' (a nil value)
At [C]:-1
At [C]:-1 error
At /engine/interface/ActorTalents.lua:140 useTalent
At /engine/interface/PlayerHotkeys.lua:75
At /engine/interface/PlayerHotkeys.lua:67 activateHotkey
At /mod/class/Game.lua:1130 f
At /mod/class/Game.lua:1059
At /engine/KeyBind.lua:217

Re: [svn] Mindslayer lua errors

Posted: Sat Sep 03, 2011 10:38 am
by darkgod
fixed