QuaS
Cykotitan Pwned =/
I don't know how to fix it. I even deleted all npc system and copied the one new.
When i am buying via Trade Window Npc is selling 2 items at once and taking for it 2x money.
i mind that:
Anybody know how to solve that?
EDIT:
i solve that. A bug was actived shop module TWICE!
in npc.xml :
and in npc.lua:
When i am buying via Trade Window Npc is selling 2 items at once and taking for it 2x money.
i mind that:
Anybody know how to solve that?
EDIT:
i solve that. A bug was actived shop module TWICE!
in npc.xml :
PHP:
<parameter key="module_shop" value="1" />
and in npc.lua:
PHP:
local shopModule = ShopModule:new()
npcHandler:addModule(shopModule)
Last edited: