• 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.5] The Scatterbrained Sorcerer Quest

Status
Not open for further replies.
Approved
Thanks for your release, The Mapper.
 
Seems interesting.. I'm downloading it. Any items you need to do the quest? Maybe an action you can give us?

Oops, didn't read the wiki webpage. Dumb me, sorry.
 
Last edited by a moderator:
Yep, I forgot to include a movement, when you step-in the blue fire you get inside the house and vice-versa. You can apply it using this code I made:

function onStepIn(cid, item, pos)
if pos.x == 0 and pos.y == 0 and pos.z == 0 then
newpos = {x=0, y=0, z=0}
doSendMagicEffect(pos,53)
doTeleportThing(cid, newpos)
else if pos.x == 0 and pos.y == 0 and pos.z == 0 then
newpos = {x=0, y=0, z=0}
doSendMagicEffect(pos,53)
doTeleportThing(cid, newpos)
end
end
end
 
New Link: Scatterbrained Sorcerer Quest.rar
Can the moderator fix the old one please?
 
While chatting with this NPC (Eclesius) in real Tibia, I just realized that there are TOO many different keyword responses. I think it's not worth wasting time in order to make this quest.
 
Status
Not open for further replies.
Back
Top