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...
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
