fix them.
he didn't even mention errors, so what else should I say?Sarcasm?^_^
If you tell us what's going on with the quest, the errors and stuff, we'll try to help you![]()
ye, that sucks, but we need to take it easy with them :thumbup:he didn't even mention errors, so what else should I say?
i have server cipsoft realmap 0.3.5 but all quests Don't work what i do??please help fast
<action uniqueid="2222" script="cookiequest.lua">
<action uniqueid="2222" event="script" value="cookiequest.lua">
event="script" value=""
function onUse(cid, item, frompos, item2, topos)
if item.uid == 43011 then
queststatus = getPlayerStorageValue(cid,50300)
if queststatus == -1 then
doPlayerSendTextMessage(cid,22,"You have found a crown armor.")
doPlayerAddItem(cid,2487,1)
setPlayerStorageValue(cid,50300,1)
else
doPlayerSendTextMessage(cid,22,"It is empty.")
end
else
return 0
end
return 1
end
[COLOR="Lime"]<action uniqueid="9933" event="script" value="firewalker.lua" />[/COLOR]
[COLOR="Red"]<action uniqueid="9933" script="firewalker.lua" />[/COLOR]
yes it does, btw for 0.3.2 or newer.about the changing from Script to event=script does that apply to 0.3.6 too? just wondering![]()