Siemka wie ktoś jak zrobić aby item pojawiał się po określonym czasie od użycia przedmiotu ?
function transform4()
doBroadcastMessage("It works!", MESSAGE_EVENT_ADVANCE)
doCreateItem(7585,1,pos)
doItemSetAttribute("aid", 1014)
pos = {x=33178, y=31862, z=12}
end
........ if (itemEx.itemid == 7585) then
if itemEx.actionid == 1012 then
doSendMagicEffect(fromPosition, 14)
doTransformItem(itemEx.uid,7536)
doCreateMonster("Giant Spider", giant)
setPlayerStorageValue(cid, quest2, 1)
addEvent(transform2, 3 *1000)
end.........