• 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!

Windows Search demon oak script for 0.3.5pl1 !

darhous u not working

ur gravestone
bugged..

After you've finished the quest (killing all monsters and kicked from the quest-area), go to talk with Oldrak and say hi, demon oak, yes and oldrak will say "Good job", now you can be teleported to the reward room clicking in the gravestone.
 
darhous u not working

ur gravestone
bugged..

function onUse(cid, item, fromPosition, itemEx, toPosition)
local position = {x=32717, y=32397, z=8} -- reward room enter here the coords of your reward room
if getPlayerStorageValue(cid, 35700) > 1 then
doTeleportThing(cid, position)
doSendMagicEffect(position, CONST_ME_TELEPORT)
else
return FALSE
end
return TRUE
end
 
I have a working working Demon Oak which is 99% as in real tibia. Including infested areas/cleaning area when player dies or leaves Oak etc. I can sell it and help you to make it work. PM if you are interested.
 
Back
Top