Name Color NPC

Play Now

Miles

LOMCN VIP
VIP
Mar 27, 2003
1,195
0
213
M8 try searching first, if you cant find it by searching for Name Color then try looking for Deadson's release's as they have the Name Color npc included with them

Of hand tho i think that the npc command is

marry namecolor (then the color code eg 6 is a lightish blue etc)

/Miles
 

Pyraine

Golden Oldie
Golden Oldie
Feb 22, 2004
1,002
1
175
Aggresion
Code:
[@main]
#IF
checkpkpoint 2
#SAY
I dont serve PKers... go away!\ \ 
 <Ok/@exit>
#ELSEACT
goto @main-1

[@main-1]
Welcome to use this service\
to use it you simply have to pay me 1k\ \ \
 <ChangeNameColor/@ChangNameColor>\ \
 <Exit/@exit>

[@ChangNameColor]
Please choice what color you like!\
 <LightPurle/@ColorBai> <Glad/@ColorHui> <Orange/@ColorCheng> <Green/@ColorLv> <LightGreen/@ColorQing> <Black/@ColorLan> <Pubro/@ColorZi>\ \
 <Exit/@exit>

[@ColorBai]
#IF
checkgold 1000
#ACT
marry nameColor -17
take Gold 1000
#SAY
Your Name Color changed\ \ \
 <Exit/@exit>
#ELSESAY
You dont have 1k, what a scum!\ \ \
 <Exit/@exit>

[@ColorCheng]
#IF
checkgold 1000
#ACT
marry nameColor -13
take Gold 1000
#SAY
Your Name Color changed\ \ \
 <Exit/@exit>
#ELSESAY
You dont have 1k, what a scum!\ \ \
 <Exit/@exit>

[@ColorQing]
#IF
checkgold 1000
#ACT
marry nameColor -2
take Gold 1000
#SAY
Your Name Color changed\ \ \
 <Exit/@exit>
#ELSESAY
You dont have 1k, what a scum!\ \ \
 <Exit/@exit>

[@ColorZi]
#IF
checkgold 1000
#ACT
marry nameColor -3
take Gold 1000
#SAY
Your Name Color changed\ \ \
 <Exit/@exit>
#ELSESAY
You dont have 1k, what a scum!\ \ \
 <Exit/@exit>

[@ColorLan]
#IF
checkgold 1000
#ACT
marry nameColor 0
take Gold 1000
#SAY
Your Name Color changed\ \ \
 <Exit/@exit>
#ELSESAY
You dont have 1k, what a scum!\ \ \
 <Exit/@exit>

[@ColorLv]
#IF
checkgold 1000
#ACT
marry nameColor -6
take Gold 1000
#SAY
Your Name Color changed\ \ \
 <Exit/@exit>
#ELSESAY
You dont have 1k, what a scum!\ \ \
 <Exit/@exit>

[@ColorHui]
#IF
checkgold 1000
#ACT
marry nameColor -8
take Gold 1000
#SAY
Your Name Color changed\ \ \
 <Exit/@exit>
#ELSESAY
You dont have 1k, what a scum!\ \ \
 <Exit/@exit>

Works for me...