NPC not doing as it should lol {Help Please}

Mu online season 21 - grand opening

~HeavenSent~

Golden Oldie
Golden Oldie
Nov 9, 2005
2,157
17
180
Chorley
Hi,

Using this NPC script i found on here but it dosent seem to work right with jp files >.<

I pressed the Add MC button & when i click to add mc i get this...

Brace = AC
Necklace = Slow
Ring = Nothing
Helm = Nothing
Belt = AC

Anyone know what's going on?


Script...

[@main]
How may i help you?\\
<Add MC/@mc> <Add SC/@sc> <Add DC/@dc>\\
<Exit/@exit>\

[@mc]
Which item would you like to add MC to?\\
<Necklace/@mcneck> <RingBracelet/@mcrb> <LeftBracelet/@mclb>\
<Helmet/@mchelm> <RingRing/@mcrr> <LeftRing/@mclr>\
<Weapon/@mcweap> <Boots/@mcboot> <Belt/@mcbelt>\
<Exit/@exit>\

[@mcneck]
#IF
checkitem MagicGem 1
#ACT
take MagicGem 1
UPGRADEITEMEX 3 3 0 1 0
#ELSESAY
You do not have another Gem, please do not try and abuse me.\
break

[@mcrb]
#IF
checkitem MagicGem 1
#ACT
take MagicGem 1
UPGRADEITEMEX 6 3 0 1 0
#ELSESAY
You do not have another Gem, please do not try and abuse me.\
break

[@mclb]
#IF
checkitem MagicGem 1
#ACT
take MagicGem 1
UPGRADEITEMEX 5 3 0 1 0
#ELSESAY
You do not have another Gem, please do not try and abuse me.\
break

[@mchelm]
#IF
checkitem MagicGem 1
#ACT
take MagicGem 1
UPGRADEITEMEX 4 3 0 1 0
#ELSESAY
You do not have another Gem, please do not try and abuse me.\
break

[@mcrr]
#IF
checkitem MagicGem 1
#ACT
take MagicGem 1
UPGRADEITEMEX 8 3 0 1 0
#ELSESAY
You do not have another Gem, please do not try and abuse me.\
break

[@mclr]
#IF
checkitem MagicGem 1
#ACT
take MagicGem 1
UPGRADEITEMEX 7 3 0 1 0
#ELSESAY
You do not have another Gem, please do not try and abuse me.\
break

[@mcweap]
#IF
checkitem MagicGem 1
#ACT
take MagicGem 1
UPGRADEITEMEX 2 0 0 1 0
#ELSESAY
You do not have another Gem, please do not try and abuse me.\
break

[@mcboot]
#IF
checkitem MagicGem 1
#ACT
take MagicGem 1
UPGRADEITEMEX 11 3 0 1 0
#ELSESAY
You do not have another Gem, please do not try and abuse me.\
break

[@mcbelt]
#IF
checkitem MagicGem 1
#ACT
take MagicGem 1
UPGRADEITEMEX 10 3 0 1 0
#ELSESAY
You do not have another Gem, please do not try and abuse me.\
break

[@sc]
Which item would you like to add SC to?\\
<Necklace/@scneck> <RingBracelet/@scrb> <LeftBracelet/@sclb>\
<Helmet/@schelm> <RingRing/@scrr> <LeftRing/@sclr>\
<Weapon/@scweap> <Boots/@scboot> <Belt/@scbelt>\
<Exit/@exit>\

[@scneck]
#IF
checkitem SoulGem 1
#ACT
take SoulGem 1
UPGRADEITEMEX 3 4 0 1 0
#ELSESAY
You do not have another Gem, please do not try and abuse me.\
break

[@scrb]
#IF
checkitem SoulGem 1
#ACT
take SoulGem 1
UPGRADEITEMEX 6 4 0 1 0
#ELSESAY
You do not have another Gem, please do not try and abuse me.\
break

[@sclb]
#IF
checkitem SoulGem 1
#ACT
take SoulGem 1
UPGRADEITEMEX 5 4 0 1 0
#ELSESAY
You do not have another Gem, please do not try and abuse me.\
break

[@schelm]
#IF
checkitem SoulGem 1
#ACT
take SoulGem 1
UPGRADEITEMEX 4 4 0 1 0
#ELSESAY
You do not have another Gem, please do not try and abuse me.\
break

[@scrr]
#IF
checkitem SoulGem 1
#ACT
take SoulGem 1
UPGRADEITEMEX 8 4 0 1 0
#ELSESAY
You do not have another Gem, please do not try and abuse me.\
break

[@sclr]
#IF
checkitem SoulGem 1
#ACT
take SoulGem 1
UPGRADEITEMEX 7 4 0 1 0
#ELSESAY
You do not have another Gem, please do not try and abuse me.\
break

[@scweap]
#IF
checkitem SoulGem 1
#ACT
take SoulGem 1
UPGRADEITEMEX 1 1 0 1 0
#ELSESAY
You do not have another Gem, please do not try and abuse me.\
break

[@scboot]
#IF
checkitem SoulGem 1
#ACT
take SoulGem 1
UPGRADEITEMEX 11 4 0 1 0
#ELSESAY
You do not have another Gem, please do not try and abuse me.\
break

[@scbelt]
#IF
checkitem SoulGem 1
#ACT
take SoulGem 1
UPGRADEITEMEX 10 4 0 1 0
#ELSESAY
You do not have another Gem, please do not try and abuse me.\
break

[@dc]
Which item would you like to add DC to?\\
<Necklace/@dcneck> <RingBracelet/@dcrb> <LeftBracelet/@dclb>\
<Helmet/@dchelm> <RingRing/@dcrr> <LeftRing/@dclr>\
<Weapon/@dcweap> <Boots/@dcboot> <Belt/@dcbelt>\
<Exit/@exit>\

[@dcneck]
#IF
checkitem ImpactGem 1
#ACT
take ImpactGem 1
UPGRADEITEMEX 3 2 0 1 0
#ELSESAY
You do not have another Gem, please do not try and abuse me.\
break

[@dcrb]
#IF
checkitem ImpactGem 1
#ACT
take ImpactGem 1
UPGRADEITEMEX 6 2 0 1 0
#ELSESAY
You do not have another Gem, please do not try and abuse me.\
break

[@dclb]
#IF
checkitem ImpactGem 1
#ACT
take ImpactGem 1
UPGRADEITEMEX 5 2 0 1 0
#ELSESAY
You do not have another Gem, please do not try and abuse me.\
break

[@dchelm]
#IF
checkitem ImpactGem 1
#ACT
take ImpactGem 1
UPGRADEITEMEX 4 2 0 1 0
#ELSESAY
You do not have another Gem, please do not try and abuse me.\
break

[@dcrr]
#IF
checkitem ImpactGem 1
#ACT
take ImpactGem 1
UPGRADEITEMEX 8 2 0 1 0
#ELSESAY
You do not have another Gem, please do not try and abuse me.\
break

[@dclr]
#IF
checkitem ImpactGem 1
#ACT
take ImpactGem 1
UPGRADEITEMEX 7 2 0 1 0
#ELSESAY
You do not have another Gem, please do not try and abuse me.\
break

[@dcweap]
#IF
checkitem ImpactGem 1
#ACT
take ImpactGem 1
UPGRADEITEMEX 1 0 0 1 0
#ELSESAY
You do not have another Gem, please do not try and abuse me.\
break

[@dcboot]
#IF
checkitem ImpactGem 1
#ACT
take ImpactGem 1
UPGRADEITEMEX 11 2 0 1 0
#ELSESAY
You do not have another Gem, please do not try and abuse me.\
break

[@dcbelt]
#IF
checkitem ImpactGem 1
#ACT
take ImpactGem 1
UPGRADEITEMEX 10 2 0 1 0
#ELSESAY
You do not have another Gem, please do not try and abuse me.\
break
 

Vio_rel

Dedicated Member
Dedicated Member
Jan 21, 2009
12
0
27
hello im not verry sure but i think u need to try change the numbers but try just with last 3 of them
i dont have this files work right yet i just started work on soz:zz
 
Last edited:
Upvote 0

Viper

LOMCN Veteran
Veteran
Feb 14, 2007
519
1
105
Newcastle
well its obvs (UPGRADEITEMEX 3 3 0 1 0) doesnt mean upgrade MC on jp files, try changing them around. also you'll be better posting in his forum section as he will see the post and might be able to help
 
Upvote 0

T0MMY

LOMCN Veteran
Veteran
Aug 5, 2007
2,153
24
125
United Kingdom
Probably because you have no success on each upgrade?

Code:
[@mcneck]
#IF
checkitem MagicGem 1
#ACT
take MagicGem 1
UPGRADEITEMEX 3 3 1 1 0
#ELSESAY
You do not have another Gem, please do not try and abuse me.\
break
 
Upvote 0

T0MMY

LOMCN Veteran
Veteran
Aug 5, 2007
2,153
24
125
United Kingdom
Basically trial and error. Sorry for not reading properly but as I said it's trial and error because I don't think no one has posted a guide to work with this scripting. Try search.
 
Upvote 0