Unknown Soldier
Mapping a map
- Joined
- Oct 30, 2010
- Messages
- 231
- Solutions
- 11
- Reaction score
- 528
Hello,
I'm getting an error when I want to trade with NPC. It appears in console after saying "trade". Trade window pops up, everythign seems to be working. What is messed up here?
Thanks in advance!
I'm getting an error when I want to trade with NPC. It appears in console after saying "trade". Trade window pops up, everythign seems to be working. What is messed up here?
Thanks in advance!
Code:
Lua Script Error: [Npc interface]
data/npc/scripts/runes.lua:onCreatureSay
LuaScriptInterface::getNumber(). Argument -1 has out-of-range value for unsigned int: -1
stack traceback:
[C]: in function 'openShopWindow'
data/npc/lib/npcsystem/modules.lua:1089: in function 'callback'
data/npc/lib/npcsystem/keywordhandler.lua:26: in function 'processMessage'
data/npc/lib/npcsystem/keywordhandler.lua:151: in function 'processNodeMessage'
data/npc/lib/npcsystem/keywordhandler.lua:126: in function 'processMessage'
data/npc/lib/npcsystem/npchandler.lua:408: in function 'onCreatureSay'
data/npc/scripts/runes.lua:7: in function <data/npc/scripts/runes.lua:7>
Attachments
-
keywordhandler.lua5.6 KB · Views: 4 · VirusTotal
-
modules.lua40.8 KB · Views: 2 · VirusTotal
-
npchandler.lua21.4 KB · Views: 2 · VirusTotal
-
runes.lua8.3 KB · Views: 6 · VirusTotal