Belt / Shoes repairing and stones

Desolation Mir2 (Med Rate Server)

|Druid|

Banned
Banned
Dedicated Member
Jul 1, 2005
23
0
28
Hi,
how do i set it so belts and shoes can be repaired and stones break plz..

I made it so u can sell them but not repair.


And how to get stones to break on death too.

thanks
 

Babyhack

Devilsoul Owner
VIP
Feb 4, 2004
5,343
28
285
Dublin, Ireland
for items to break just set the anicount to 8 in the db

to repair belts/stones/sheos just add +52 +53 +54 to the top of the NPC file

If you add
+1
+2
+3
and so on
+57
+58
+59
+60
%100

that will let you repair every item

also make sure this is at the top of the NPC file too
(@repair @s_repair)

BH
 
Last edited:
Upvote 0

Babyhack

Devilsoul Owner
VIP
Feb 4, 2004
5,343
28
285
Dublin, Ireland
Here is the top of my main NPC and he repairs everything
Code:
(@repair @s_repair)
(@buy @sell)
(@storage @getback)
(@upgradenow @confirmupgrade @getbackupgnow)
%100
+0
+1
+2
+3
+4
+5
+6
+7
+8
+9
+10
+11
+12
+13
+14
+15
+16
+17
+18
+19
+20
+21
+22
+23
+24
+25
+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

BH
 
Upvote 0

jamiedotco

Dedicated Member
Dedicated Member
Nov 16, 2006
140
0
42
for items to break just set the anicount to 8 in the db

to repair belts/stones/sheos just add +52 +53 +54 to the top of the NPC file

If you add
+1
+2
+3
and so on
+57
+58
+59
+60
%100

that will let you repair every item

also make sure this is at the top of the NPC file too
(@repair @s_repair)

BH

Wat do these number stand for?
 
Upvote 0