Hello Guys Demon Oak Quest Work On my Realmap 8.42 crying desom newest version.. but after quest when you go to gravestone and click on it nothing happens :S u dont get teleported to reward rome check script
And Here is The Item id On grav
And No Errors In Console
HTML:
<action uniqueid="30330" script="grave_room.lua" />
HTML:
local roomPos = {x = 32710, y = 32398, z = 8}
function onUse(cid, item, fromPosition, itemEx, toPosition)
if item.uid == 30330 then
if(getPlayerStorageValue(cid, 20000) == TRUE) and (getPlayerStorageValue(cid, 20001) == TRUE) and (getPlayerStorageValue(cid, 20002) == TRUE) and (getPlayerStorageValue(cid, 20003) == TRUE) then
doTeleportThing(cid, roomPos, TRUE)
doSendMagicEffect(roomPos, CONST_ME_TELEPORT)
end
end
return TRUE
end
And Here is The Item id On grav
8059
And No Errors In Console
Last edited: