special repair problem

Mu online season 21 - grand opening

pwnage

Golden Oldie
Golden Oldie
Feb 17, 2006
598
5
154
hi all i cant seem to get this npc to repair bracers or rings .. heres the script

Code:
[@main]
#IF
checkpkpoint 2
#SAY
I will not help an evil person like you..\ \
<Ok/@exit>

#ELSEACT
goto @main-1


[@main-1]
Welcome, how may I help you?\ \
<Observer shout/@Observer>\
<Sell/@sell> Items\
<Repair/@repair> Items\
<SpecialRepairAnything/@special>\
<Cancel/@exit>

;Settings
(@@SendMsg)
(@@useitemname)
(@@SendMsg @@useitemname @buy @sell @repair @s_repair @storage @getback)
%100
+10
+11

;Settings
(@s_repair)
%100
+5
+6
+10
+11
+15
+19
+20
+21
+22
+23
+24
+25
+26
+29
+30
+52
+53
+54
+62
+64

[@special]
I can special repair your items.\ \
<Special repair/@s_repair> my items.\
<Maybe another time./@exit>\
[CODE]  thank you for any help x
 

IceMan

Hero's Act Mir 2
Legendary
Apr 17, 2003
8,544
2
375
330
;Settings
(@s_repair)
%100
+5
+6
+10
+11
+15
+19
+20
+21
+22
+23
+24
+25
+26
+29
+30
+52
+53
+54
+62
+64

[@main]
#IF
checkpkpoint 2
#SAY
I will not help an evil person like you..\ \
<Ok/@exit>

#ELSEACT
goto @main-1

[@main-1]
Welcome, how may I help you?\ \
<Observer shout/@Observer>\
<Sell/@sell> Items\
<Repair/@repair> Items\
<Special Repair/@s_repair> All Items.\
<Cancel/@exit>
 
Last edited:
Upvote 0

pwnage

Golden Oldie
Golden Oldie
Feb 17, 2006
598
5
154
wont let u repair any braces? or just certain ones ?
ive fixed it now lol , i was determined that it ws the script but it was were i hadnt put sell prices in the database for a few items there for making it go ??????

thanks for your help everyone
 
Upvote 0