• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

[8.54]demon oak

Status
Not open for further replies.
Code:
  function onUse(cid, item, fromPosition, itemEx, toPosition)
local position = {x=xxxxx, y=xxxxx, z=x} -- reward room
        if getPlayerStorageValue(cid, 35700) == 1 then
                doTeleportThing(cid, position)
                doSendMagicEffect(position, CONST_ME_TELEPORT)
        else
                return false
        end
        return true
end

i tried the quest on my serv.. didnt work.. so i fixed the gravestone and it works 100% now :)

rep?
 
i dont understand a shit, can someone help me with how to import a map to a map? and i dont understand all those teckens
 
well.. when u open rme.. and look up to the west.. click on "file">>"import">>"import map" and select the map u wanna import..
 
Status
Not open for further replies.
Back
Top