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

Monster Rashid Like Global ;D

Felipe Monteiro

Webmaster
Joined
Feb 27, 2009
Messages
460
Reaction score
59
Location
Brasil
Here the Rashid travellet, with the real positions of the Tibia Global ;D

Code:
days = {
   ['Monday'] = {x = 32214, y = 31155, z = 7},
   ['Tuesday'] = {x = 32306, y = 32835, z = 7},
   ['Wednesday'] = {x = 32579, y = 32754, z = 7},
   ['Thursday'] = {x = 33065, y = 32879, z = 6},
   ['Friday'] = {x = 33233, y = 32484, z = 7},
   ['Saturday'] = {x = 33168, y = 31810, z = 6},
   ['Sunday'] = {x = 32328, y = 31782, z = 6},
  }
function onStartup()
  return doCreateNpc("Rashid", days[os.date('%A')])
end

in globalevents

Code:
<globalevent name="rashid" type="start" event="script" value="rashid.lua"/>

Ps. I'm using it on version 0.3 rev5969 ;D without any error

if you liked please like me ;D
 
nice script BUT it doesn't make sense because Rashid after spawning on this position going wherever he wants because doesn't have spawn so he can walk even to depo and after few minutes is hard to find where he went ;d
 
nice script BUT it doesn't make sense because Rashid after spawning on this position going wherever he wants because doesn't have spawn so he can walk even to depo and after few minutes is hard to find where he went ;d
<npc name="Rashid" script="Rashid.lua" walkinterval="2000" floorchange="0" walkradius="3">
 
Rashid like IRL

4025578479.jpg


he got pked (i think dunno who this is just googled rashid):(
 
Back
Top