SabreMir Dedicated Member Dedicated Member Jul 21, 2012 114 2 45 Jul 27, 2012 #1 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: Jul 27, 2012
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 ?
JealY LOMCN VIP VIP Nov 28, 2004 5,357 56 335 England Jul 27, 2012 #2 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
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.
SabreMir Dedicated Member Dedicated Member Jul 21, 2012 114 2 45 Jul 27, 2012 #3 Thanx Jealy most appreciated Upvote 0