- 8.54 Unnatural Selection Quest: 0 40 Mostly Zao Mountain, but takes you all over Tibia. Tome of Knowledge, Tribal Crest, experience, achievement Talented Dancer: 8.54 Warmaster Outfits Quest: 80 130+ Farmine/Zao: Warmaster Outfits and addons, achievement Master of War.
- This is a map editor for OpenTibia, which is an open source implementation of the MMORPG Tibia (which can be found at tibia.com), the official website is remeresmapeditor.com. You can find the project for hosting your own server at the otserv project. The main fansite for help, discussion and servers is otland.net. I want to contribute.
Tibia Maps Download
Ip: dalsjoswe.no-ip.org 1. First download the files belew: http://games.soft.
Tibia Map Files
Tibia Maps 8.54 Maps
Comment(NOTICE the following API is not final and may change before the final release)
Comment(Message Handling with When handlers)
Messages.whenAny(whenLabel, messageRegexPatternString)
Messages.whenSystem(whenServerSave, 'Server will shutdown.*')
Messages.whenAny(whenLow, 'low')
Messages.whenAny(whenHigh, 'high')
Messages.whenSay(whenDeposit, 'deposit (d+)')
Messages.whenSpell(whenExori, 'exori')
Messages.whenSpell(whenSio, 'exura sio')
Messages.whenSpell(whenSummon, 'utevo res')
Exit()
{whenLow}
Self.Say(Someone said LOW)
Exit()
{whenHigh}
Self.Say(Someone said HIGH)
Exit()
{whenDeposit}
Self.Say(!Message.Sender.Name said DEPOSIT with !Message.Group.0)
Exit()
{whenSio}
Comment(Combo SIO!)
Self.Say(exura sio '!Message.Spell.Param)
Exit()
Comment(Additional Variables)
!Message.IsSystem :true | :false
!Message.IsPositional :true | :false
!Message.IsSpell :true | :false
!Message.Kind :system | :positional | :creature | :say | :spell
!Message.Sender.Name
!Message.Sender.ID
!Message.Text
!Message.Spell.Name
!Message.Spell.Param
Regex Group
!Message.Group.0
!Message.Group.1
!Message.Group.2
!Message.Group.3
!Message.Group.4
!Message.Pos.X
!Message.Pos.Y
Comment(Message Handling with When handlers)
Messages.whenAny(whenLabel, messageRegexPatternString)
Messages.whenSystem(whenServerSave, 'Server will shutdown.*')
Messages.whenAny(whenLow, 'low')
Messages.whenAny(whenHigh, 'high')
Messages.whenSay(whenDeposit, 'deposit (d+)')
Messages.whenSpell(whenExori, 'exori')
Messages.whenSpell(whenSio, 'exura sio')
Messages.whenSpell(whenSummon, 'utevo res')
Exit()
{whenLow}
Self.Say(Someone said LOW)
Exit()
{whenHigh}
Self.Say(Someone said HIGH)
Exit()
{whenDeposit}
Self.Say(!Message.Sender.Name said DEPOSIT with !Message.Group.0)
Exit()
{whenSio}
Comment(Combo SIO!)
Self.Say(exura sio '!Message.Spell.Param)
Exit()
Comment(Additional Variables)
!Message.IsSystem :true | :false
!Message.IsPositional :true | :false
!Message.IsSpell :true | :false
!Message.Kind :system | :positional | :creature | :say | :spell
!Message.Sender.Name
!Message.Sender.ID
!Message.Text
!Message.Spell.Name
!Message.Spell.Param
Regex Group
!Message.Group.0
!Message.Group.1
!Message.Group.2
!Message.Group.3
!Message.Group.4
!Message.Pos.X
!Message.Pos.Y