Hello
I just starting exploring the Lost City Mod. I have the Latest Release from 1/25/2018. Have not had any real issues except for now.
When I have my wizard launchs the Merklands Underwater Breathing Spell it completely crashes the mod
Here is the message
[string "Champion.lua"] :0: attempt to index a nil value
stack traceback
[string "Champion.lua"]:in function 'addTrait'
[string "Champion.lua"}:in function 'castSpell'
[string "RunePanel.lua"]:in function 'updatepanel'
[string "AttackPanel.lua"]:in function 'update'
[string "Gui.lua"]: in function 'draw'
[string "GameMode.lua"] in function 'update'
[string "Grimrock.lua"] in function 'display'
[string "Grimrock.lua"} in main chunk
I had the exact same crash in The Lost Power of Nadric when I have my wizard try to launch Dark Bolt.
The workaround was to issue this code from the command console on two lines
Code: Select all
then
Code: Select all
Code: Select all
spawn("dark_bolt",party.level,party.x+dX,party.y+dY,party.facing,party.elevation)
This works for the Dark Bolt Spell
I'd like to try this same type workaround for the underwater breathing spell but I would need a little assistance
Thanks