Project Zomboid

Project Zomboid

More Traits
Can't light fire with Burn Ward Patient trait (error)
`Callframe at: se.krka.kahlua.integration.expose.MultiLuaJavaInvoker@be63e5c1
function: isValid -- file: ISLightFromLiterature.lua line # 11 | MOD: More Traits
java.lang.RuntimeException: No implementation found
at se.krka.kahlua.integration.expose.MultiLuaJavaInvoker.call(MultiLuaJavaInvoker.java:112)
at se.krka.kahlua.vm.KahluaThread.callJava(KahluaThread.java:192)
at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:988)
at se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:173)
at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1963)
at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1760)
at se.krka.kahlua.integration.LuaCaller.pcall(LuaCaller.java:85)
at zombie.characters.CharacterTimedActions.LuaTimedActionNew.valid(LuaTimedActionNew.java:106)
at zombie.characters.IsoGameCharacter.updateInternal(IsoGameCharacter.java:10338)
at zombie.characters.IsoGameCharacter.update(IsoGameCharacter.java:9996)
at zombie.characters.IsoPlayer.updateInternal1(IsoPlayer.java:2228)
at zombie.characters.IsoPlayer.update(IsoPlayer.java:2207)
at zombie.MovingObjectUpdateSchedulerUpdateBucket.update(MovingObjectUpdateSchedulerUpdateBucket.java:71)
at zombie.MovingObjectUpdateScheduler.update(MovingObjectUpdateScheduler.java:155)
at zombie.iso.IsoCell.ProcessObjects(IsoCell.java:3062)
at zombie.iso.IsoCell.updateInternal(IsoCell.java:5967)
at zombie.iso.IsoCell.update(IsoCell.java:5900)
at zombie.iso.IsoWorld.updateWorld(IsoWorld.java:4158)
at zombie.iso.IsoWorld.updateInternal(IsoWorld.java:4278)
at zombie.iso.IsoWorld.update(IsoWorld.java:4192)
at zombie.gameStates.IngameState.updateInternal(IngameState.java:1811)
at zombie.gameStates.IngameState.update(IngameState.java:1507)
at zombie.gameStates.GameStateMachine.update(GameStateMachine.java:101)
at zombie.GameWindow.logic(GameWindow.java:388)
at zombie.GameWindow.frameStep(GameWindow.java:928)
at zombie.GameWindow.run_ez(GameWindow.java:821)
at zombie.GameWindow.mainThread(GameWindow.java:619)
at java.base/java.lang.Thread.run(Unknown Source)
`
< >
Showing 1-2 of 2 comments
bestami 9 May @ 4:06am 
You are afraid of fire because of the "Burn ward patient" feature. You can neither light a stove, a campfire, nor throw a molotov. If you want to get rid of this; open the files at the addresses below and save them by deleting the following lines of code in order.

...\Steam\steamapps\workshop\content\108600\1299328280\mods\More Traits\media\lua\client\Camping\TimedActions

...\Steam\steamapps\workshop\content\108600\1299328280\mods\More Traits\media\lua\client\TimedActions

The codes that need to be deleted are below. You can usually reach them at the top line.

if self.character:HasTrait("burned") and self.character:getModData().MTModVersion >= 3 then HaloTextHelper.addText(self.character, getText("UI_burnedstop"), HaloTextHelper.getColorRed()); return end
Last edited by bestami; 9 May @ 4:07am
TY I try it.
< >
Showing 1-2 of 2 comments
Per page: 1530 50