diff options
Diffstat (limited to 'npc/merchants')
-rw-r--r-- | npc/merchants/refine.txt | 43 |
1 files changed, 12 insertions, 31 deletions
diff --git a/npc/merchants/refine.txt b/npc/merchants/refine.txt index 320a61569..17acfc168 100644 --- a/npc/merchants/refine.txt +++ b/npc/merchants/refine.txt @@ -60,10 +60,8 @@ //= 3.1 Added the new refinement & Ore creation NPC's for +11 and above Refinement. [Masao] //============================================================ - -//========================================================= // Christopher: Geffen Blacksmith -//========================================================= +//============================================================ geffen_in,110,172,0 script Christopher#1 63,{ mes "[Christopher Guillenrow]"; mes "Welcome to Christopher's Workshop. Ye can get all yer stuff for forging here. What business"; @@ -328,9 +326,8 @@ geffen_in,110,172,0 script Christopher#1 63,{ } } -//========================================================= // Paul Spanner: Einbroch Blacksmith Supplier -//========================================================= +//============================================================ ein_in01,38,29,0 script Paul Spanner 63,{ if (checkweight(1201,1) == 0) { mes "- Wait a minute !! -"; @@ -565,9 +562,8 @@ ein_in01,38,29,0 script Paul Spanner 63,{ } } -//===================================================================================== // Weapon/Armor Refiners -//===================================================================================== +//============================================================ prt_in,63,60,0 script Hollgrehenn 85,{ callfunc "refinemain","Hollgrehenn",0; end; @@ -903,11 +899,8 @@ function script refinemain { close; } - - -//============================================================================== // Material Salesmen -//============================================================================== +//============================================================ prt_in,56,68,5 script Vurewell 86,{ callfunc "phramain","Vurewell"; end; @@ -937,8 +930,7 @@ lhz_in02,278,24,3 script Krugg 86,{ end; } -//============================================================ -//= Material Salesmen Functions +// Material Salesmen Functions //============================================================ function script phramain { if (checkweight(1201,1) == 0) { @@ -1020,11 +1012,8 @@ function script phramain { close; } - - -//============================================================================== // Ori/Elu Refiners -//============================================================================== +//============================================================ prt_in,63,69,3 script Dietrich 84,{ callfunc "orimain","Dietrich"; end; @@ -1054,8 +1043,7 @@ lhz_in02,281,24,5 script Fruel 84,{ end; } -//============================================================ -//= Ori/Elu Functions +// Ori/Elu Functions //============================================================ function script orimain { if (checkweight(1201,1) == 0) { @@ -1124,11 +1112,8 @@ function script orimain { } } - - -//===================================================================================== // Equipment Repairmen -//===================================================================================== +//============================================================ alberta_in,31,65,4 script Repairman#alb 86,{ callfunc "repairmain","Repairman"; end; @@ -1199,8 +1184,7 @@ sch_gld,340,80,7 script Repairman#sch_gld 86,{ end; } -//============================================================ -//= Equipment Repair Function +// Equipment Repair Function //============================================================ function script repairmain { set .@repairprice,5000; @@ -1288,9 +1272,8 @@ function script repairmain { } } -//===================================================================================== // +11 and above Weapon/Armor Refiners -//===================================================================================== +//============================================================ prt_in,90,72,5 script Bestry#prt 826,{ callfunc "refinenew","Bestry",0,0; end; @@ -1780,9 +1763,8 @@ function script refinenew { close; } -//============================================================================== // Ori/Elu to Carnium/Bradium Refiners -//============================================================================== +//============================================================ prt_in,85,71,5 script Austry#prt 826,{ callfunc "oreref","Austry"; end; @@ -1796,8 +1778,7 @@ morocc_in,60,38,5 script Austry#moc 826,{ end; } -//============================================================ -//= Ori/Elu to Carnium/Bradium Function +// Ori/Elu to Carnium/Bradium Function //============================================================ function script oreref { |