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

Mystic Spirit 2.8 (-8.62-)

G3NU1N3

New Member
Joined
May 3, 2008
Messages
63
Reaction score
0
Having a bit of troubles with the NPC's... Eryn wont sell runes I get an error stating

Lua Script error: [NPC] Interface]
Data/npc/scripts/runes.lua
data/npc/lib/npcsystem/modules.lua:100 attempt to call global 'getItemNameByID' (a nil value)
[Warning- NpcScript::NpcScript] can not load script: data/npc/scripts/runes.lua


Please don't post "its your runes.lua"
 
Another Question:: in the new 2.8 when i used a stack potion it uses the whole stack. How would i go about fixing that just tell me where to look
 
data/actions/scripts/other/potions.lua

Replace all:
Code:
		doRemoveItem(item.uid, 1)
with:
Code:
		doChangeTypeItem(item.uid, item.type - 1)
 
Back
Top