- 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
