- Dec 2, 2005
- 2,152
- 159
- 250
i got the npc ingame but when i ask for the repair i dont get a window pop up to put the item in
heres my script and a screenie can any 1 help ?
script:
; ===================================
; Market Def NPC File : SpecialRepair
;
; -----------------------------------
; Name: John
; Job:
; Map No: 0
; Pos X
; Pos Y
; File name: SpecialRepair
; Comment:
;================================================= =
;
;Settings
(@buy @sell @repair @s_repair @storage @getback)
%100
+10
+11
;Settings
(@s_repair)
%100
+5
+6
+8
+9
+10
+11
+12
+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>\
[@s_repair]
\
What do you want to special repair?\ \
<Back to main.../@main>\
[~@s_repair]
\
There you go, your items are fully repaired.\ \
<Back to main.../@main>\
[@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?\ \
<SpecialRepairAnything/@special>\
<Cancel/@exit>
[@sell]
Show me your Clothes to be sold. I'll give you an appraisement.\
We also trade Helmets.\
So if you like my store please sell them to me.\ \
<Back/@main>
[@repair]
You can repair Clothes and Helmets here.\ \ \
<Back/@main>
[~@repair]
It seems repaired fine.\ \ \
<Back/@main>
[goods]
;Item Amount Time
BaseDress(M) 100 1
BaseDress(F) 100 1
LightArmour(M) 100 1
LightArmour(F) 100 1
HeavyArmour(M) 100 1
HeavyArmour(F) 100 1
SoulArmour(M) 100 1
SoulArmour(F) 100 1
MagicRobe(M) 100 1
MagicRobe(F) 100 1
IronArmour(M) 100 1
IronArmour(M) 100 1
PearlArmour(M) 100 1
PearlArmour(F) 100 1
WizardRobe(M) 100 1
WizardRobe(F) 100 1
Scrennie :
heres my script and a screenie can any 1 help ?
script:
; ===================================
; Market Def NPC File : SpecialRepair
;
; -----------------------------------
; Name: John
; Job:
; Map No: 0
; Pos X
; Pos Y
; File name: SpecialRepair
; Comment:
;================================================= =
;
;Settings
(@buy @sell @repair @s_repair @storage @getback)
%100
+10
+11
;Settings
(@s_repair)
%100
+5
+6
+8
+9
+10
+11
+12
+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>\
[@s_repair]
\
What do you want to special repair?\ \
<Back to main.../@main>\
[~@s_repair]
\
There you go, your items are fully repaired.\ \
<Back to main.../@main>\
[@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?\ \
<SpecialRepairAnything/@special>\
<Cancel/@exit>
[@sell]
Show me your Clothes to be sold. I'll give you an appraisement.\
We also trade Helmets.\
So if you like my store please sell them to me.\ \
<Back/@main>
[@repair]
You can repair Clothes and Helmets here.\ \ \
<Back/@main>
[~@repair]
It seems repaired fine.\ \ \
<Back/@main>
[goods]
;Item Amount Time
BaseDress(M) 100 1
BaseDress(F) 100 1
LightArmour(M) 100 1
LightArmour(F) 100 1
HeavyArmour(M) 100 1
HeavyArmour(F) 100 1
SoulArmour(M) 100 1
SoulArmour(F) 100 1
MagicRobe(M) 100 1
MagicRobe(F) 100 1
IronArmour(M) 100 1
IronArmour(M) 100 1
PearlArmour(M) 100 1
PearlArmour(F) 100 1
WizardRobe(M) 100 1
WizardRobe(F) 100 1
Scrennie :
