a problem with rebirth...

Mu online season 21 - grand opening

MythRohan

LOMCN Veteran
Veteran
Nov 18, 2011
2,147
82
135
Northant's Town : Serious Gamer
when i load in game my name colour is gone and doesnt come back until i pay for another + levels.but when i click the rebirth npc he says im rebirth 7

it only seems to give me my name colour back if i rebirth again but i would have to rebirth to 8 to get my next colour...

it seems when i log out my name colour disappears :( any1 know y?

regards
mythrohan
 

Breezer

Legend
Legendary
Jul 16, 2004
3,684
845
345
What script you using? You may need a script in Qmanage to check the name list and call up the colours.
 
Upvote 0

MythRohan

LOMCN Veteran
Veteran
Nov 18, 2011
2,147
82
135
Northant's Town : Serious Gamer
i only have a lvl up script like this in QFunction:

Code:
[@playlevelup]
#IF
ISNEWHUMAN
#ACT
LINEMSG 6 "You have been added to Newcomer Guild."
ADDGUILDMEMBER NewComer
#IF
CHECKLEVEL 10
#ACT
SETRANKLEVELNAME %s\10+LevelMe!
#IF
CHECKLEVEL 20
#ACT
SETRANKLEVELNAME %s\Level20+
#IF
CHECKLEVEL 30
#ACT
SETRANKLEVELNAME %s\Level30+
#IF
CHECKLEVEL 40
#ACT
SETRANKLEVELNAME %s\Level40+
#IF
CHECKLEVEL 50
#ACT
SETRANKLEVELNAME %s\Level50+
#IF
CHECKLEVEL 60
#ACT
SETRANKLEVELNAME %s\Level60+
#IF
CHECKLEVEL 70
#ACT
SETRANKLEVELNAME %s\Level70+
#IF
CHECKLEVEL 80
#ACT
SETRANKLEVELNAME %s\Level80+
#IF
CHECKLEVEL 90
#ACT
SETRANKLEVELNAME %s\Level90+
#IF
CHECKLEVEL 100
#ACT
SETRANKLEVELNAME %s\+Avenger+
#IF
CHECKLEVEL 125
#ACT
SETRANKLEVELNAME %s\+Noble+
#IF
CHECKLEVEL 150
#ACT
SETRANKLEVELNAME %s\+Mesire+
#IF
CHECKLEVEL 175
#ACT
SETRANKLEVELNAME %s\+Arc+
#IF
CHECKLEVEL 200
#ACT
SETRANKLEVELNAME %s\+Legion+
#IF
CHECKLEVEL 250
#ACT
SETRANKLEVELNAME %s\+Aroura+
#IF
CHECKLEVEL 300
#ACT
SETRANKLEVELNAME %s\+ULTIMATE+
#IF
ISADMIN
#ACT
SETRANKLEVELNAME %s\[~M2H~GameMaster~]

and QManage:

Code:
#IF
CHECKLEVEL 10
#ACT
SETRANKLEVELNAME %s\10+LevelMe!
#IF
CHECKLEVEL 20
#ACT
SETRANKLEVELNAME %s\Level20+
#IF
CHECKLEVEL 30
#ACT
SETRANKLEVELNAME %s\Level30+
#IF
CHECKLEVEL 40
#ACT
SETRANKLEVELNAME %s\Level40+
#IF
CHECKLEVEL 50
#ACT
SETRANKLEVELNAME %s\Level50+
#IF
CHECKLEVEL 60
#ACT
SETRANKLEVELNAME %s\Level60+
#IF
CHECKLEVEL 70
#ACT
SETRANKLEVELNAME %s\Level70+
#IF
CHECKLEVEL 80
#ACT
SETRANKLEVELNAME %s\Level80+
#IF
CHECKLEVEL 90
#ACT
SETRANKLEVELNAME %s\Level90+
#IF
CHECKLEVEL 100
#ACT
SETRANKLEVELNAME %s\+Avenger+
#IF
CHECKLEVEL 125
#ACT
SETRANKLEVELNAME %s\+Noble+
#IF
CHECKLEVEL 150
#ACT
SETRANKLEVELNAME %s\+Mesire+
#IF
CHECKLEVEL 175
#ACT
SETRANKLEVELNAME %s\+Arc+
#IF
CHECKLEVEL 200
#ACT
SETRANKLEVELNAME %s\+Legion+
#IF
CHECKLEVEL 250
#ACT
SETRANKLEVELNAME %s\+Aroura+
#IF
CHECKLEVEL 300
#ACT
SETRANKLEVELNAME %s\+ULTIMATE+
#IF
ISADMIN
#ACT
SETRANKLEVELNAME %s\[~M2H~GameMaster~]
break

i dont think this has anything to do with my rebirth script as this is just giving you a name when you level up... lol

could u direct me in the right direction :P
 
Upvote 0

Breezer

Legend
Legendary
Jul 16, 2004
3,684
845
345
Change qfucntion to this....

Code:
[@Login]
#IF
ISNEWHUMAN
#ACT
LINEMSG 6 "You have been added to Newcomer Guild."
ADDGUILDMEMBER NewComer
break

[@playlevelup]
#IF
CHECKLEVEL 10
#ACT
SETRANKLEVELNAME %s\10+LevelMe!
#IF
CHECKLEVEL 20
#ACT
SETRANKLEVELNAME %s\Level20+
#IF
CHECKLEVEL 30
#ACT
SETRANKLEVELNAME %s\Level30+
#IF
CHECKLEVEL 40
#ACT
SETRANKLEVELNAME %s\Level40+
#IF
CHECKLEVEL 50
#ACT
SETRANKLEVELNAME %s\Level50+
#IF
CHECKLEVEL 60
#ACT
SETRANKLEVELNAME %s\Level60+
#IF
CHECKLEVEL 70
#ACT
SETRANKLEVELNAME %s\Level70+
#IF
CHECKLEVEL 80
#ACT
SETRANKLEVELNAME %s\Level80+
#IF
CHECKLEVEL 90
#ACT
SETRANKLEVELNAME %s\Level90+
#IF
CHECKLEVEL 100
#ACT
SETRANKLEVELNAME %s\+Avenger+
#IF
CHECKLEVEL 125
#ACT
SETRANKLEVELNAME %s\+Noble+
#IF
CHECKLEVEL 150
#ACT
SETRANKLEVELNAME %s\+Mesire+
#IF
CHECKLEVEL 175
#ACT
SETRANKLEVELNAME %s\+Arc+
#IF
CHECKLEVEL 200
#ACT
SETRANKLEVELNAME %s\+Legion+
#IF
CHECKLEVEL 250
#ACT
SETRANKLEVELNAME %s\+Aroura+
#IF
CHECKLEVEL 300
#ACT
SETRANKLEVELNAME %s\+ULTIMATE+
#IF
ISADMIN
#ACT
SETRANKLEVELNAME %s\[~M2H~GameMaster~]
 
Upvote 0

MythRohan

LOMCN Veteran
Veteran
Nov 18, 2011
2,147
82
135
Northant's Town : Serious Gamer
will that help the rebirth colour side? because this script is just for when u level up not the NPC script that gives u a Rebirth and name colour?

this is the Rebirth code:

Code:
[@main]
#IF
ISADMIN
#SAY
<Rebirth Now/@rb1>  <reset Rebirth/@rbr1>\ \
<./FCOLOR=118>	<Rebirth One lvl 200/FCOLOR=248>																<Rebirth Six lvl 240/FCOLOR=241>\
<./FCOLOR=118>		<Rebirth Two lvl 200/FCOLOR=254>															<Rebirth Seven lvl 260/FCOLOR=191>\
<./FCOLOR=118>			<Rebirth Three lvl 200/FCOLOR=95>													<Rebirth Eight lvl 280/FCOLOR=250>\
<./FCOLOR=118>				<Rebirth Four lvl 200/FCOLOR=132>														<Rebirth Nine lvl 300/FCOLOR=70>\
<./FCOLOR=118>					<Rebirth Five lvl 200/FCOLOR=242>															<Rebirth Ten lvl 350/FCOLOR=245>\
#ELSESAY
Would you like to Be Reborn?\ \
<./FCOLOR=118>	<Rebirth One lvl 200/FCOLOR=248>																<Rebirth Six lvl 240/FCOLOR=241>\
<./FCOLOR=118>		<Rebirth Two lvl 200/FCOLOR=254>															<Rebirth Seven lvl 260/FCOLOR=191>\
<./FCOLOR=118>			<Rebirth Three lvl 200/FCOLOR=95>													<Rebirth Eight lvl 280/FCOLOR=250>\
<./FCOLOR=118>				<Rebirth Four lvl 200/FCOLOR=132>														<Rebirth Nine lvl 300/FCOLOR=70>\
<./FCOLOR=118>					<Rebirth Five lvl 220/FCOLOR=242>															<Rebirth Ten lvl 350/FCOLOR=245>\ \
<Yes/@rb1>  <No/@exit>\

[@rbr1]
#SAY
would you like me to reset your rebirth back to zero <$USERNAME>\
<Yes/@rbry1>  <No/@rbn>  <Back/@main>\

[@rbry1]
#IF
;CHECKRENEWLEVEL = 10
#ACT
RESTRENEWLEVEL 
SETRANKLEVELNAME %s\
RESTBONUSPOINT
GMEXECUTE DELETEBONUSPOINT <$USERNAME>
CHANGENAMECOLOR 246
LINEMSG 7 "All done rebirth has been reset to zero"
GOTO @rbr1
#ELSESAY
You are not max Rebirth to reset yet.\
<Back/@rbr1>  <Close/@exit>\

[@rb1]
#IF
CHECKRENEWLEVEL < 1
#SAY
would you like me to rebirth you?\
<Yes/@rby1>  <No/@rbn>  <Back/@main>\
#ELSEACT
GOTO @rb2

[@rb2]
#IF
CHECKRENEWLEVEL = 1
#SAY
<Rebirth One/FCOLOR=248>     <Rebirth Two/@rby2>     <Rebirth Three/FCOLOR=95>\
<Rebirth Four/FCOLOR=132>    <Rebirth Five/FCOLOR=242>    <Rebirth Six/FCOLOR=225>\
<Rebirth Seven/FCOLOR=191>   <Rebirth Eight/FCOLOR=250>   <Rebirth Nine/FCOLOR=70>\
<Rebirth Ten/FCOLOR=245>     <Back/@main>    <Close/@exit>\
<Blue/FCOLOR=254> = Done <Yellow/FCOLOR=251> = Next <Red/FCOLOR=249> = Not ready yet\
#ELSEACT
GOTO @rb3

[@rb3]
#IF
CHECKRENEWLEVEL = 2
#SAY
<Rebirth One/FCOLOR=248>     <Rebirth Two/FCOLOR=254>     <Rebirth Three/@rby3>\
<Rebirth Four/FCOLOR=132>    <Rebirth Five/FCOLOR=242>    <Rebirth Six/FCOLOR=225>\
<Rebirth Seven/FCOLOR=191>   <Rebirth Eight/FCOLOR=250>   <Rebirth Nine/FCOLOR=70>\
<Rebirth Ten/FCOLOR=245>     <Back/@main>    <Close/@exit>\
<Blue/FCOLOR=254> = Done <Yellow/FCOLOR=251> = Next <Red/FCOLOR=249> = Not ready yet\
#ELSEACT
GOTO @rb4

[@rb4]
#IF
CHECKRENEWLEVEL = 3
#SAY
<Rebirth One/FCOLOR=248>     <Rebirth Two/FCOLOR=254>     <Rebirth Three/FCOLOR=95>\
<Rebirth Four/@rby4>    <Rebirth Five/FCOLOR=242>    <Rebirth Six/FCOLOR=225>\
<Rebirth Seven/FCOLOR=191>   <Rebirth Eight/FCOLOR=250>   <Rebirth Nine/FCOLOR=70>\
<Rebirth Ten/FCOLOR=245>     <Back/@main>    <Close/@exit>\
<Blue/FCOLOR=254> = Done <Yellow/FCOLOR=251> = Next <Red/FCOLOR=249> = Not ready yet\
#ELSEACT
GOTO @rb5

[@rb5]
#IF
CHECKRENEWLEVEL = 4
#SAY
<Rebirth One/FCOLOR=248>     <Rebirth Two/FCOLOR=254>     <Rebirth Three/FCOLOR=95>\
<Rebirth Four/FCOLOR=132>    <Rebirth Five/@rby5>    <Rebirth Six/FCOLOR=225>\
<Rebirth Seven/FCOLOR=191>   <Rebirth Eight/FCOLOR=250>   <Rebirth Nine/FCOLOR=70>\
<Rebirth Ten/FCOLOR=245>     <Back/@main>    <Close/@exit>\
<Blue/FCOLOR=254> = Done <Yellow/FCOLOR=251> = Next <Red/FCOLOR=249> = Not ready yet\
#ELSEACT
GOTO @rb6

[@rb6]
#IF
CHECKRENEWLEVEL = 5
#SAY
<Rebirth One/FCOLOR=248>     <Rebirth Two/FCOLOR=254>     <Rebirth Three/FCOLOR=95>\
<Rebirth Four/FCOLOR=132>    <Rebirth Five/FCOLOR=242>    <Rebirth Six/@rby6>\
<Rebirth Seven/FCOLOR=191>   <Rebirth Eight/FCOLOR=250>   <Rebirth Nine/FCOLOR=70>\
<Rebirth Ten/FCOLOR=245>     <Back/@main>    <Close/@exit>\
<Blue/FCOLOR=254> = Done <Yellow/FCOLOR=251> = Next <Red/FCOLOR=249> = Not ready yet\
#ELSEACT
GOTO @rb7

[@rb7]
#IF
CHECKRENEWLEVEL = 6
#SAY
<Rebirth One/FCOLOR=248>     <Rebirth Two/FCOLOR=254>     <Rebirth Three/FCOLOR=95>\
<Rebirth Four/FCOLOR=132>    <Rebirth Five/FCOLOR=242>    <Rebirth Six/FCOLOR=225>\
<Rebirth Seven/@rby7>   <Rebirth Eight/FCOLOR=250>   <Rebirth Nine/FCOLOR=70>\
<Rebirth Ten/FCOLOR=245>    <Back/@main>    <Close/@exit>\
<Blue/FCOLOR=254> = Done <Yellow/FCOLOR=251> = Next <Red/FCOLOR=249> = Not ready yet\
#ELSEACT
GOTO @rb8

[@rb8]
#IF
CHECKRENEWLEVEL = 7
#SAY
<Rebirth One/FCOLOR=248>     <Rebirth Two/FCOLOR=254>     <Rebirth Three/FCOLOR=95>\
<Rebirth Four/FCOLOR=132>    <Rebirth Five/FCOLOR=242>    <Rebirth Six/FCOLOR=225>\
<Rebirth Seven/FCOLOR=191>   <Rebirth Eight/@rby8>   <Rebirth Nine/FCOLOR=70>\
<Rebirth Ten/FCOLOR=245>    <Back/@main>    <Close/@exit>\
<Blue/FCOLOR=254> = Done <Yellow/FCOLOR=251> = Next <Red/FCOLOR=249> = Not ready yet\
#ELSEACT
GOTO @rb9

[@rb9]
#IF
CHECKRENEWLEVEL = 8
#SAY
<Rebirth One/FCOLOR=248>     <Rebirth Two/FCOLOR=254>     <Rebirth Three/FCOLOR=95>\
<Rebirth Four/FCOLOR=132>    <Rebirth Five/FCOLOR=242>    <Rebirth Six/FCOLOR=225>\
<Rebirth Seven/FCOLOR=191>   <Rebirth Eight/FCOLOR=250>   <Rebirth Nine/@rby9>\
<Rebirth Ten/FCOLOR=245>    <Back/@main>    <Close/@exit>\
<Blue/FCOLOR=254> = Done <Yellow/FCOLOR=251> = Next <Red/FCOLOR=249> = Not ready yet\
#ELSEACT
GOTO @rb10

[@rb10]
#IF
CHECKRENEWLEVEL = 9
#SAY
<Rebirth One/FCOLOR=248>     <Rebirth Two/FCOLOR=254>     <Rebirth Three/FCOLOR=95>\
<Rebirth Four/FCOLOR=132>    <Rebirth Five/FCOLOR=242>    <Rebirth Six/FCOLOR=225>\
<Rebirth Seven/FCOLOR=191>   <Rebirth Eight/FCOLOR=250>   <Rebirth Nine/FCOLOR=70>\
<Rebirth Ten/@rby10>    <Back/@main>    <Close/@exit>\
<Blue/FCOLOR=254> = Done <Yellow/FCOLOR=251> = Next <Red/FCOLOR=249> = Not ready yet\
#ELSEACT
GOTO @max

[@rby1]
#IF
CHECKLEVEL 200
#ACT
GOTO @rby11
#ELSESAY
You are not high enough level to rebirth yet.\
<Close/@exit>\

[@rby11]
#IF
CHECKRENEWLEVEL < 1
#ACT
RENEWLEVEL 1 60 50
SETRANKLEVELNAME %s\[Rebirth~One]
CHANGENAMECOLOR 248
LINEMSG 0 "Congratulations <$USERNAME> you are now Rebirth One!"
GOTO @rb1

[@rby2]
#IF
CHECKLEVEL 200
#ACT
GOTO @rby22
#ELSESAY
You are not high enough level to rebirth yet.\
<Close/@exit>\

[@rby22]
#IF
CHECKRENEWLEVEL < 2
#ACT
RENEWLEVEL 1 70 100
SETRANKLEVELNAME %s\[Rebirth~Two]
CHANGENAMECOLOR 254
LINEMSG 0 "Congratulations <$USERNAME> you are now Rebirth Two!"
GOTO @rb1

[@rby3]
#IF
CHECKLEVEL 200
#ACT
GOTO @rby33
#ELSESAY
You are not high enough level to rebirth yet.\
<Close/@exit>\

[@rby33]
#IF
CHECKRENEWLEVEL < 3
#ACT
RENEWLEVEL 1 80 150
SETRANKLEVELNAME %s\[Rebirth~Three]
CHANGENAMECOLOR 95
LINEMSG 0 "Congratulations <$USERNAME> you are now Rebirth Three!"
GOTO @rb1

[@rby4]
#IF
CHECKLEVEL 200
#ACT
GOTO @rby44
#ELSESAY
You are not high enough level to rebirth yet.\
<Close/@exit>\

[@rby44]
#IF
CHECKRENEWLEVEL < 4
#ACT
RENEWLEVEL 1 90 200
CHANGENAMECOLOR 132
SETRANKLEVELNAME %s\[Rebirth~Four]
LINEMSG 0 "Congratulations <$USERNAME> you are now Rebirth Four!"
GOTO @rb1

[@rby5]
#IF
CHECKLEVEL 220
#ACT
GOTO @rby55
#ELSESAY
You are not high enough level to rebirth yet.\
<Close/@exit>\

[@rby55]
#IF
CHECKRENEWLEVEL < 5
#ACT
RENEWLEVEL 1 100 250
SETRANKLEVELNAME %s\[Rebirth~Five]
CHANGENAMECOLOR 242
LINEMSG 0 "Congratulations <$USERNAME> you are now Rebirth Five!"
GOTO @rb1

[@rby6]
#IF
CHECKLEVEL 240
#ACT
GOTO @rby66
#ELSESAY
You are not high enough level to rebirth yet.\
<Close/@exit>\

[@rby66]
#IF
CHECKRENEWLEVEL < 6
#ACT
RENEWLEVEL 1 110 300
SETRANKLEVELNAME %s\[Rebirth~Six]
CHANGENAMECOLOR 241
LINEMSG 0 "Congratulations <$USERNAME> you are now Rebirth Six!"
GOTO @rb1

[@rby7]
#IF
CHECKLEVEL 260
#ACT
GOTO @rby77
#ELSESAY
You are not high enough level to rebirth yet.\
<Close/@exit>\

[@rby77]
#IF
CHECKRENEWLEVEL < 7
#ACT
RENEWLEVEL 1 120 350
SETRANKLEVELNAME %s\[Rebirth~Seven]
CHANGENAMECOLOR 191
LINEMSG 0 "Congratulations <$USERNAME> you are now Rebirth Seven!"
GOTO @rb1

[@rby8]
#IF
CHECKLEVEL 280
#ACT
GOTO @rby88
#ELSESAY
You are not high enough level to rebirth yet.\
<Close/@exit>\

[@rby88]
#IF
CHECKRENEWLEVEL < 8
#ACT
RENEWLEVEL 1 130 400
SETRANKLEVELNAME %s\[Rebirth~Eight]
CHANGENAMECOLOR 250
LINEMSG 0 "Congratulations <$USERNAME> you are now Rebirth Eight!"
GOTO @rb1

[@rby9]
#IF
CHECKLEVEL 300
#ACT
GOTO @rby99
#ELSESAY
You are not high enough level to rebirth yet.\
<Close/@exit>\

[@rby99]
#IF
CHECKRENEWLEVEL < 9
#ACT
RENEWLEVEL 1 140 450
SETRANKLEVELNAME %s\[Rebirth~Nine]
CHANGENAMECOLOR 70
LINEMSG 0 "Congratulations <$USERNAME> you are now Rebirth Nine!"
GOTO @rb1

[@rby10]
#IF
CHECKLEVEL 350
#ACT
GOTO @rby1010
#ELSESAY
You are not high enough level to rebirth yet.\
<Close/@exit>\

[@rby1010]
#IF
CHECKRENEWLEVEL < 10
#ACT
RENEWLEVEL 1 150 500
SETRANKLEVELNAME %s\[Rebirth~Ten]
CHANGENAMECOLOR 245
LINEMSG 0 "Congratulations <$USERNAME> you are now Rebirth Ten!"
GOTO @rb1

[@rbn]
#SAY
ok please come back if you change your mind.\
<Close/@exit>  <Back/@rb1>\

[@max]
#SAY
You have maxed out your Rebirth's.\
Hard ass.. :)\
<Close/@exit>   <Back/@main>


this is the script that gives u the rebirth and when to get your next or Reset Rebirths.

will this not need some sort of command in QFunction for this to work if u get what i mean


people are welcome to use if they need
 
Last edited:
Upvote 0

andykid131

Golden Oldie
Golden Oldie
Mar 16, 2006
621
3
53
165
I think the problem is that the server dosnt save name colors when logging out. so when you log back in, your still same rebirth lvl but your name reverts back to normal.

Try useing your login script to check renewlevel when logging in and then use ( CHANGENAMECOLOR 250 ) to reset the name color.

Hope this helps.
/Toxin
 
Upvote 0

Breezer

Legend
Legendary
Jul 16, 2004
3,684
845
345
Qmanage
Code:
[@Login]
#IF
CHECKRENEWLEVEL = 1
#ACT
SETRANKLEVELNAME %s\[Rebirth~One]
CHANGENAMECOLOR 248
BREAK

#IF
CHECKRENEWLEVEL = 2
#ACT
SETRANKLEVELNAME %s\[Rebirth~Two]
CHANGENAMECOLOR 254
BREAK

Something like that will ensure rank and name colour stays the same.....Only thing, u have in qfunction and qmanage a level check for level ranks (not rebirth) ... wouldn't these get replaced when u rebirth ?
 
Upvote 0

MythRohan

LOMCN Veteran
Veteran
Nov 18, 2011
2,147
82
135
Northant's Town : Serious Gamer
thanks guys :)

angels

---------- Post added at 10:37 PM ---------- Previous post was at 06:14 PM ----------

ill test it now and im not too sure on that breezer ill let u know on it

---------- Post added at 10:54 PM ---------- Previous post was at 10:37 PM ----------


I had to change my script around but it works just as good...

the way it looks like its doing it is ...:

Code:
#IF
ISNEWHUMAN
#ACT
LINEMSG 6 "You have been added to Newcomer Guild."
ADDGUILDMEMBER NewComer
#IF
CHECKLEVEL 10
#ACT
SETRANKLEVELNAME %s\10+LevelMe!
#IF
CHECKLEVEL 20
#ACT
SETRANKLEVELNAME %s\Level20+
#IF
CHECKLEVEL 30
#ACT
SETRANKLEVELNAME %s\Level30+
#IF
CHECKLEVEL 40
#ACT
SETRANKLEVELNAME %s\Level40+
#IF
CHECKLEVEL 50
#ACT
SETRANKLEVELNAME %s\+Avenger+
#IF
CHECKLEVEL 60
#ACT
SETRANKLEVELNAME %s\+Noble+
#IF
CHECKLEVEL 70
#ACT
SETRANKLEVELNAME %s\+Mesire+
#IF
CHECKLEVEL 80
#ACT
SETRANKLEVELNAME %s\+Arc+
#IF
CHECKLEVEL 90
#ACT
SETRANKLEVELNAME %s\+Legion+
#IF
CHECKLEVEL 100
#ACT
SETRANKLEVELNAME %s\+Aroura+
#IF
CHECKLEVEL 125
#ACT
SETRANKLEVELNAME %s\+Deminisher+
#IF
CHECKLEVEL 150
#ACT
SETRANKLEVELNAME %s\+OverKill+
#IF
CHECKLEVEL 175
#ACT
SETRANKLEVELNAME %s\+Omega+
#IF
CHECKLEVEL 200
#ACT
SETRANKLEVELNAME %s\+ULTIMATE+
#IF
ISADMIN
#ACT
SETRANKLEVELNAME %s\[~M2H~GameMaster~]
#IF
CHECKRENEWLEVEL = 1
#ACT
SETRANKLEVELNAME %s\[Rebirth~One]
CHANGENAMECOLOR 248
#IF
CHECKRENEWLEVEL = 2
#ACT
SETRANKLEVELNAME %s\[Rebirth~Two]
CHANGENAMECOLOR 254
#IF
CHECKRENEWLEVEL = 3
#ACT
SETRANKLEVELNAME %s\[Rebirth~Three]
CHANGENAMECOLOR 95
#IF
CHECKRENEWLEVEL = 4
#ACT
SETRANKLEVELNAME %s\[Rebirth~Four]
CHANGENAMECOLOR 132
#IF
CHECKRENEWLEVEL = 5
#ACT
SETRANKLEVELNAME %s\[Rebirth~Five]
CHANGENAMECOLOR 242
#IF
CHECKRENEWLEVEL = 6
#ACT
SETRANKLEVELNAME %s\[Rebirth~Six]
CHANGENAMECOLOR 225
#IF
CHECKRENEWLEVEL = 7
#ACT
SETRANKLEVELNAME %s\[Rebirth~Seven]
CHANGENAMECOLOR 191
#IF
CHECKRENEWLEVEL = 8
#ACT
SETRANKLEVELNAME %s\[Rebirth~Eight]
CHANGENAMECOLOR 250
#IF
CHECKRENEWLEVEL = 9
#ACT
SETRANKLEVELNAME %s\[Rebirth~Nine]
CHANGENAMECOLOR 70
#IF
CHECKRENEWLEVEL = 10
#ACT
SETRANKLEVELNAME %s\[Rebirth~Ten]
CHANGENAMECOLOR 254
BREAK

u get a rank for your name from 0-200 then when u rb u get a rb name n so on till rb ten , if that makes scences
 
Last edited:
Upvote 0

Samuel

Mir Chronicles Dev
VIP
Feb 8, 2011
2,614
117
280
There is a setting in the M2Server to handle your rebirth colours... go to options > Rebirth, should find it

Sam
 
Upvote 0