• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

NPC Shop - Help!

Cosmotonio

New Member
Joined
Nov 26, 2007
Messages
142
Reaction score
0
When i try to buy a item with trade window (NPC) i got this error:

Code:
[05/11/2008  17:12:15] Lua Script Error: [Npc interface] 
[05/11/2008  17:12:15] (Unknown scriptfile)

[05/11/2008  17:12:15] data/npc/lib/npcsystem/modules.lua:881: attempt to call global 'getPlayerMoney' (a nil value)
[05/11/2008  17:12:15] stack traceback:
[05/11/2008  17:12:15] 	data/npc/lib/npcsystem/modules.lua:881: in function 'callbackOnBuy'
[05/11/2008  17:12:15] 	data/npc/lib/npcsystem/npchandler.lua:251: in function 'processModuleCallback'
[05/11/2008  17:12:15] 	data/npc/lib/npcsystem/npchandler.lua:424: in function 'onBuy'
[05/11/2008  17:12:15] 	data/npc/lib/npcsystem/modules.lua:986: in function <data/npc/lib/npcsystem/modules.lua:986>

I use the npc lib from TFS 0.2.19
 
Back
Top