[2.3] For the beginners

Join Discord

SynteX

I own myself
Supporter
Veteran
Jul 18, 2009
356
44
60
World Of Mir
Hello guys..

I just want to know a few things , I created a map for the beginners , and I want them to start in the map I created with level 20 and 50k gold and have starter kit in theirs bags , I changed the level and the gold and it works , but I want the beginners to spawn in the map that I created and have starter kit in theirs bags .. can anyone explain it please ?

Thanks.
 

-Luke-

LOMCN Veteran
Veteran
May 9, 2010
1,508
55
135
[@Login]
#IF
ISNEWHUMAN
#ACT
mapmove MAPnumberHERE
give item 1
give item 1
give item 1
etc this should work Put it in Qmanage :)
 
Upvote 0

daneo1989

I am Ancient.
Staff member
Moderator
Dec 5, 2005
5,963
1
223
280
UK
Hello guys..

I just want to know a few things , I created a map for the beginners , and I want them to start in the map I created with level 20 and 50k gold and have starter kit in theirs bags , I changed the level and the gold and it works , but I want the beginners to spawn in the map that I created and have starter kit in theirs bags .. can anyone explain it please ?

Thanks.
In !Setup.txt M2Server or Mir200 depending on which files you are using,

HomeMap=0
HomeX=331
HomeY=269
RedHomeMap=3
RedHomeX=845
RedHomeY=674
RedDieHomeMap=3
RedDieHomeX=839

But if you wanted you could goto

@QManage.txt and put

#IF
ISNEWHUMAN
#ACT
(Think its) MAPMOVE 0 200 200
BREAK
 
Upvote 0

SynteX

I own myself
Supporter
Veteran
Jul 18, 2009
356
44
60
World Of Mir
Thanks it works, but there is a small problem , if I moved to BW or anywhere else and relogged , it returns me as a beginner !!
 
Upvote 0

Elysiums23

Dedicated Member
Dedicated Member
Oct 19, 2013
84
1
35
Yorkshire
You need to edit start points in SQL matey or type this into Qmanage-

#IF
ISNEWHUMAN
#ACT
MAPMOVE ( MAPNAME HERE ) (000) (000) <- CO ORDS HERE
 
Last edited:
Upvote 0

Razhiel

Dedicated Member
Dedicated Member
Apr 14, 2012
201
2
45
#IF
ISNEWHUMAN
checkjob taoist
#ACT
goto @taoistitems
break


[@taoistitems]
#ACT
goto @outmap


[@outmap]
#IF
#ACT
mapmove 0 332 268
Break
}
 
Upvote 0