Special Repair problem

Mu online season 21 - grand opening

Xx69xX

Golden Oldie
Golden Oldie
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 :

 

TribsT

Dedicated Member
Dedicated Member
Feb 7, 2005
33
1
34
That script should work but must be in Market_Def folder, not in Npc_def.
 
Upvote 0

Xx69xX

Golden Oldie
Golden Oldie
Dec 2, 2005
2,152
159
250
That script should work but must be in Market_Def folder, not in Npc_def.

yea then i need to add it to TBL_merchant right?

but when i try add anything there it gives me a error saying i cnt =/
 
Upvote 0

Tom27

Golden Oldie
Golden Oldie
Sep 15, 2005
1,877
78
185
Norwich
Are u adding the scriptnames correct?

I got this problem with my 'Buy' NPC in town too, still not got round to fixing it lol.
 
Upvote 0

TribsT

Dedicated Member
Dedicated Member
Feb 7, 2005
33
1
34
yea then i need to add it to TBL_merchant right?

but when i try add anything there it gives me a error saying i cnt =/

To add a NPC it's TBL_merchant for the content of the folder Market_Def and TBL_NPC for Npc_def.

Check if the npc name u trying to add isnt already there, and if it says "u cnt" im sure the SQL dont use those words, next time put the exact words of the error maybe its more easy to help u.
 
Upvote 0