beta11b: lua errors

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Shoob
Reaper
Posts: 1535
Joined: Mon Jan 22, 2007 6:31 pm
Location: East of the sun, west of the moon

beta11b: lua errors

#1 Post by Shoob »

  • Code: Select all

    Lua Error: /mod/class/interface/Combat.lua:399: attempt to index local 'weapon' (a boolean value)
    	At [C]:-1 
    	At /mod/class/interface/Combat.lua:399 combatAttack
    	At /data/talents/cursed/gloom.lua:145 do_gloom
    	At /mod/class/Actor.lua:222 act
    	At /mod/class/Player.lua:158 act
    	At /engine/GameEnergyBased.lua:73 tick
    	At /engine/GameTurnBased.lua:44 tick
    	At /mod/class/Game.lua:393
    This one (below) should be fixed, I am putting it here for the sake of completeness
  • Code: Select all

    Lua Error: /data/chats/escort-quest.lua:161: attempt to index global 'cat' (a nil value)
    	At [C]:-1 
    	At /data/chats/escort-quest.lua:161 action
    	At /engine/dialogs/Chat.lua:72 use
    	At /engine/dialogs/Chat.lua:56 fct
    	At /engine/Mouse.lua:42
  • Code: Select all

    Lua Error: /engine/interface/ActorTalents.lua:406: attempt to index local 't' (a nil value)
    	At [C]:-1 
    	At /engine/interface/ActorTalents.lua:406 getTalentLevel
    	At /mod/class/interface/Combat.lua:595 combatTalentMindDamage
    	At /data/talents/misc/npcs.lua:840 info
    	At /engine/interface/ActorTalents.lua:78 info
    	At /mod/class/Actor.lua:1238 getTalentFullDescription
    	At /engine/dialogs/UseTalents.lua:174 drawDialog
    	At /engine/Dialog.lua:208 display
    	At /engine/Game.lua:102 display
    	At /mod/class/Game.lua:492
Oliphant am I, and I never lie.

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

Re: beta11b: lua errors

#2 Post by darkgod »

fixed, fixed, fixed
[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