[RC2] Gravestones in cemetery by Last Hope give Lua errors

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
greycat
Sher'Tul
Posts: 1396
Joined: Tue May 11, 2010 11:51 pm

[RC2] Gravestones in cemetery by Last Hope give Lua errors

#1 Post by greycat »

All the gravestones in cemetery by Last Hope give Lua errors. I reported two in-game.

Code: Select all

Lua Error: /data/zones/last-hope-graveyard/grids.lua:58: attempt to call method 'learnLore' (a nil value)
        At [C]:-1 learnLore
        At /data/zones/last-hope-graveyard/grids.lua:58 check
        At [string "return function(self, x, y, what, ...) local ..."]:1 checkAllEntities
        At /engine/Actor.lua:184 move
        At /mod/class/Actor.lua:974 move
        At /mod/class/Player.lua:240 moveDir
        At /mod/class/Game.lua:1317 
        At /engine/KeyBind.lua:224 
Lua Error: /data/zones/last-hope-graveyard/grids.lua:58: attempt to call method 'learnLore' (a nil value)
        At [C]:-1 learnLore
        At /data/zones/last-hope-graveyard/grids.lua:58 check
        At [string "return function(self, x, y, what, ...) local ..."]:1 checkAllEntities
        At /engine/Actor.lua:184 move
        At /mod/class/Actor.lua:974 move
        At /mod/class/Player.lua:240 moveDir
        At /mod/class/Game.lua:1315 
        At /engine/KeyBind.lua:224 

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

Re: [RC2] Gravestones in cemetery by Last Hope give Lua erro

#2 Post by darkgod »

Ahh frell .. grep failed me ! :<
[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 ;)

omeg
Halfling
Posts: 96
Joined: Mon Dec 17, 2012 2:19 pm
Contact:

Re: [RC2] Gravestones in cemetery by Last Hope give Lua erro

#3 Post by omeg »

Just had this, but in my case it was infinitely repeating forcing me to kill the process. Might want to implement some sort of safeguard to prevent that.

Post Reply