[2.3] Tele out of map once player hits certain lvl

Mu online season 21 - grand opening

SabreMir

Dedicated Member
Dedicated Member
Jul 21, 2012
114
2
45
is there any way to set up a map so that it teles u out once u hit a certain lvl or will i just have to set a timer on it ?
 
Last edited:

JealY

LOMCN VIP
VIP
Nov 28, 2004
5,357
56
335
England
Modify this and put it inside your Qmanage.txt file;

Code:
[@LevelUp]
#IF
CHECKMAP [COLOR=#00ff00]1337[/COLOR]
CHECKLEVELEX > [COLOR=#ff0000]10[/COLOR]
#ACT 
MAPMOVE [COLOR=#0000ff]0[/COLOR] [COLOR=#ee82ee]300:300[/COLOR]

Name of original map
Max level for that person on the map
Map to move them to
Coordinates to move them to

Alternatively you can just use "MAP 0" instead of "MAPMOVE 0 300:300" to take them anywhere on that map.
 
Upvote 0