New Items Wont Repair

noisound

Golden Oldie
Golden Oldie
Jul 23, 2004
1,335
10
175
ive set them as repair in DB and its still not working =/

any1 know the problem please cus its dead annoying =./
 

noisound

Golden Oldie
Golden Oldie
Jul 23, 2004
1,335
10
175
heres the npc im using

any1 see ne probs?

(@repair @s_repair )
%100
+1
+2
+3
+4
+5
+6
+7
+8
+9
+10
+11
+12
+13
+14
+15
+16
+17
+18
+19
+20
+20
+19
+21
+22
+23
+24
+26
+27
+28
+29
+30
+31
+32
+33
+34
+35
+36
+37
+38
+39
+40
+41
+42
+43
+44
+45
+46
+47
+48
+49
+50
+51
+52
+53
+54
+55
+56
+57
+58
+59
+60
+61
+62
+63
+64
+65
+66
+67
+68
+69
+70
+71
+72
+73
+74
+75
+76
+77
+78
+79
+80
[@main]
Hello <$USERNAME>\
I am a Master Craftsman in the art of reapairing things\
and can do a special repair to most items,\
Reparing them to full durability\ \
would you like to availe yourself of my services\ \
<Yes please Special repair/@s_repair> My Things. . . No thank you <Exit/@exit>
[@s_repair]
Please give me your items to Special Repair ?\ \
[~@s_repair]
I have excelled myself here is your item repaird to\
full durability\ \
<Back/@main>. . . <Exit/@exit>
 
Upvote 0

transporter

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

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

;Settings
(@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>\

[@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?\ \
<I want to Special Repair/@special>\
<Cancel/@exit>

Make sure your NPC is a merchant and not an actual NPC. This script works.
 
Upvote 0

daneo1989

I am Ancient.
Staff member
Super Moderator
Dec 5, 2005
6,033
1
276
330
UK
what server files you using? if your using td's theres a tab in STD_ITEMS where you can allow items tobe repaird or not. hope this helps dude

so if i delete everything in market saved shud work?

yep, delete market_prices too.

doing that will only delete items which aint supposed tobe in that shop wont do nothing about repairing
 
Upvote 0

Elise

Dedicated Member
Dedicated Member
Jun 1, 2008
132
4
45
North East
what server files you using? if your using td's theres a tab in STD_ITEMS where you can allow items tobe repaird or not. hope this helps dude





doing that will only delete items which aint supposed tobe in that shop wont do nothing about repairing

Noisound just delete whats in the files and Daneo sometimes when there is too much data in the Market files this can effect things working properly expecially merchants even the trust merchant can be affected, obviously it`s a little bug in TD files.
The way things sound its either too much crap in your market saved/prices or you need to double check in SQL STD_Items that you have 100% made them repairable and special repairable....
 
Upvote 0

forspinki

Legend
Legendary
Oct 23, 2006
3,432
115
190
Handan, China
yh its wierd all euro items let you repair perfect but any custom items dont let you just says "this item cannot be repaired" also you cant repair them in normal shops
 
Upvote 0