Mickske
New Member
same problem here
Yes, if you have problems or errors, you can post them.
It is working excellent. Counts monsters etc, only one little problem, how do I make on report to gain item prizes? I added the id of the item and the count but it doesn't give me any item, just the exp.
{type = "storage", value = {8890, 1}}, this is how i do it
change "storage" to "item"
function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end
function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end
function onCreatureSay(cid, type, msg) npcHandler:onCreatureSay(cid, type, msg) end
function onThink() npcHandler:onThink() end
getCreatureStorage = getPlayerStorageValue
doCreatureSetStorage = setPlayerStorageValue