Reapiring Armour npc

Play Now

xxSycoxx

Dedicated Member
Dedicated Member
Apr 17, 2005
10
0
28
I wounder if anyone could help please, for some reason the armour repair npc's in all maps wont repair armours, I have checked scripts , i have checked SQL, i have reloaded npc and rebooted game a few times but still no joy. Ty in advance
 

transporter

LOMCN Veteran
Veteran
Jul 12, 2008
608
8
105
Darlington
Code:
; ===================================
; Market Def NPC File : JayZ
; 
; -----------------------------------
; Name: John
; Job: 
; Map No: JayZ3 
; Pos X 
; Pos Y 
; File name: *removed*
; Comment: 

;================================================= =
;

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

;Settings
(@s_repair)
%100
[B]+10
+11[/B]
+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?\ \
<Buy/@buy> Clothes\
<Sell/@sell> Clothes\
<Repair/@repair> Clothes\
<SpecialRepairAnything/@special>\
<Cancel/@exit>


[@buy]
What item do you want to buy?\ \ \
<Back/@main>

[@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
BronzeHelmet		100	1
MagicHelmet		100	1
BrassHelmet		100	1

This will work, this will also special repair.

/JayZ
 
Last edited:
Upvote 0