- Feb 3, 2010
- 70
- 1
- 34
Im currently adding a rebirth system to my server and got bit of a problem with the couler of peoples names when they rebirth.. atm when they rebirth there name changes differnt coulers repeatly.. i dont want it like i want it so they name is just one couler.. till they rebirth again and get a differnt couler. how do i do this please??
this is part of the script..
EDIT - Nothing to do with the script...
Goto:
M2Server > Options > Function > Re-birth system
Where it says "on rebirth change name color?" with the box ticked it will show in game as colors flashing, when char is rebirth/renewlevel'd.
this is part of the script..
Code:
#IF
checklevel 100
CHECKJOB Warrior
checkrenewlevel = 0
#ACT
renewlevel 1 95 3
CHANGENAMECOLOR 2
EDIT - Nothing to do with the script...
Goto:
M2Server > Options > Function > Re-birth system
Where it says "on rebirth change name color?" with the box ticked it will show in game as colors flashing, when char is rebirth/renewlevel'd.
Last edited:
