From b0394afab20eaee88abc2b42ab415090e5740418 Mon Sep 17 00:00:00 2001 From: euphyy Date: Sat, 1 Sep 2012 00:37:36 +0000 Subject: * Follow-up r16726, more standardization on docs. * Replaced and added dividers in many script files with one standard divider. * Other misc. cleaning... git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16727 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/merchants/refine.txt | 43 ++++++++++++------------------------------- 1 file changed, 12 insertions(+), 31 deletions(-) (limited to 'npc/merchants') 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 { -- cgit v1.2.3-60-g2f50