Right Hair Script eney1 ?

Mu online season 21 - grand opening

BountieHunter1

LOMCN Pro Member
Golden Oldie
Oct 18, 2003
908
0
102
London
I downloaded a hair cut script but it doest work .. When i want to have a hair cut it ses i dont have 20k .. .but i have 7 mill . Can som1 post the correct script plz thx
 

Miles

LOMCN VIP
VIP
Mar 27, 2003
1,195
0
213
Use the one that comes with Deadson's exe if that doesnt work then none of them will.

/Miles
 

EvilEvil

LOMCN VIP
VIP
Mar 22, 2003
674
0
193
it might not be the script, are you using deadsons LATEST m2server? if not theres why, if so post your script here.
 

Blaminator

VIP
Golden Oldie
Loyal Member
Jul 11, 2003
2,731
0
173
London
EvilEvil, if it was the M2Server, it woudlve given a script error, I know I had this problem - here's a working script :







[@main]
Welcome <$USERNAME>!\
Do the following for you:\\

<Change Hair/@CheckGold>\

<Exit/@exit>

[@CheckGold]
#IF
checkgold 20000
#ACT
goto @ChangHair
#ELSESAY
I can't give you a haricut because you don't have\
20,000 gold.\\

<Exit/@exit>

[@ChangHair]
#IF
gender man
#ACT
goto @ChangHairMan
#ELSEACT
goto @ChangHairWoman

[@ChangHairMan]
Tell me what style you want.\\

<Cool/@hair0> <Handsome/@hair1>\ \

<Exit/@exit>

[@ChangHairWoman]
Tell me what style you want.\\

<ShortCut/@hair1> <LongHair/@hair0>\ \

<Exit/@exit>

[@hair0]
#ACT
marry Hair 0
#SAY
Your hairstyle has been changed!\\

<Exit/@exit>

[@hair1]
#ACT
marry Hair 1
#SAY
Your hairstyle has been changed!\\

<Exit/@exit>