• 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!

NaxedOT bug (Look)

rilleman

New Member
Joined
Feb 14, 2010
Messages
269
Reaction score
0
Code:
[18/07/2010 12:00:42] [Error - Npc interface] 
[18/07/2010 12:00:43] (Unknown script file)
[18/07/2010 12:00:44] Description: 
[18/07/2010 12:00:46] data/npc/lib/npcsystem/modules.lua:1151: bad argument #2 to 'error' (number expected, got string)
[18/07/2010 12:00:47] stack traceback:
[18/07/2010 12:00:48] 	[C]: in function 'error'
[18/07/2010 12:00:50] 	data/npc/lib/npcsystem/modules.lua:1151: in function 'callbackOnBuy'
[18/07/2010 12:00:51] 	data/npc/lib/npcsystem/npchandler.lua:263: in function 'processModuleCallback'
[18/07/2010 12:00:53] 	data/npc/lib/npcsystem/npchandler.lua:440: in function 'onBuy'
[18/07/2010 12:00:54] 	data/npc/lib/npcsystem/modules.lua:1292: in function <data/npc/lib/npcsystem/modules.lua:1291>
EDIT:

This bug comes up when someone tries to buy a rod/wand.. What to do? :O
 
Last edited:
Remove wand lines in runes.lua and add those lines to your NPC FILE
Code:
		<parameter key="module_shop" value="1" />
	<parameter key="shop_buyable" value="Hailstorm Rod,2183,15000;Moonlight Rod,2186,1000;Necrotic Rod,2185,300;Northwind Rod,8111,7500;Snakebite Rod,2182,500;Springsprout Rod,8912,18000;Terra Rod,2181,5000;
Underworld Rod,8910,22000;Wand of Cosmic Energy,2189,10000;Wand of Decay,2188,5000;Wand of Draconia,8921,7500;Wand of Inferno,2187,15000;Wand of Starstorm,8920,18000;Wand of Voodoo,8922,22000;
Wand of Vortex,2190,500" />
    </parameters>
It should work, Or post your runes.lua here.
 
Back
Top