- Feb 17, 2006
- 598
- 5
- 154
hi all , ive been searching on the forum and tried adding a npc by putting the script into the market def file and then the npc in the merchant table in the db but it just isnt bringing up the repair box? :S
; ===================================
; Market Def NPC File : SpecialRepair
;
; -----------------------------------
; Name: HandOfGod
; Job:
; Map No: 0
; Pos 351
; Pos 251
; File name: HandOfGod
; Comment:
;================================================= =
;
;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
[@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?\ \
<
; ===================================
; Market Def NPC File : SpecialRepair
;
; -----------------------------------
; Name: HandOfGod
; Job:
; Map No: 0
; Pos 351
; Pos 251
; File name: HandOfGod
; Comment:
;================================================= =
;
;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
[@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?\ \
<
