summaryrefslogtreecommitdiff
path: root/npc/merchants
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-05-28 10:35:41 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-05-28 10:35:41 +0000
commit4e643fd7733f69e080c0206d82980fb1003f76e0 (patch)
treec6ffc2657c6830a3af80383d39091384b378f271 /npc/merchants
parentae8b1995129858e7b90150bfbad469c3d0242fc7 (diff)
downloadhercules-4e643fd7733f69e080c0206d82980fb1003f76e0.tar.gz
hercules-4e643fd7733f69e080c0206d82980fb1003f76e0.tar.bz2
hercules-4e643fd7733f69e080c0206d82980fb1003f76e0.tar.xz
hercules-4e643fd7733f69e080c0206d82980fb1003f76e0.zip
Corrected typos/inconsistencies in npc headers
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10638 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/merchants')
-rw-r--r--npc/merchants/ammo_boxes.txt4
-rw-r--r--npc/merchants/ammo_dealer.txt21
-rw-r--r--npc/merchants/inn.txt2
-rw-r--r--npc/merchants/novice_exchange.txt2
-rw-r--r--npc/merchants/quivers.txt2
5 files changed, 16 insertions, 15 deletions
diff --git a/npc/merchants/ammo_boxes.txt b/npc/merchants/ammo_boxes.txt
index 788cca296..c04ed5d29 100644
--- a/npc/merchants/ammo_boxes.txt
+++ b/npc/merchants/ammo_boxes.txt
@@ -1,4 +1,4 @@
-//===== eAthena Script ========================================
+//===== eAthena Script =======================================
//= Casing Pack Dealer Kenny
//===== By: ==================================================
//= eAthena dev team
@@ -11,7 +11,7 @@
//===== Additional Comments: =================================
//= 1.0 First version. [SinSloth]
//= 1.1 Optimized version - Reduced to only one function [SinSloth]
-//= 1.2 Optimized^2 [ultramage]
+//= 1.2 Optimized^2, corrected npc's name [ultramage]
//============================================================
que_ng,187,149,3 script Magazine Dealer Kenny 83,{
diff --git a/npc/merchants/ammo_dealer.txt b/npc/merchants/ammo_dealer.txt
index d398255e0..4163cd0fc 100644
--- a/npc/merchants/ammo_dealer.txt
+++ b/npc/merchants/ammo_dealer.txt
@@ -1,19 +1,20 @@
-//===== Athena Script =====================================
-//= Bullet Merchant, Tony.
-//===== By ================================================
+//===== Athena Script ========================================
+//= Bullet Dealer, Tony
+//===== By ===================================================
//= Playtester, Paradox924X, Legionaire
-//===== Version ===========================================
+//===== Version ==============================================
//= 1.2a
-//===== Compatible With ===================================
-//= eAthena SVN with jAthena scripting engine and . variables.
-//===== Description =======================================
+//===== Compatible With ======================================
+//= eAthena SVN with jAthena scripting engine and . variables
+//===== Description ==========================================
//= Bullet trader.
-//===== Comments ==========================================
+//===== Comments =============================================
//= 1.0 First version [Playtester]
//= 1.1 Converted from Aegis [Paradox924X]
//= 1.2 More optimized conversion [Legionaire]
//= 1.2a Removed .GATs [Lupus]
-//=========================================================
+//============================================================
+
que_ng,187,156,3 script Bullet Dealer Tony 86,{
if(BaseJob != Job_Gunslinger){
@@ -92,4 +93,4 @@ que_ng,187,156,3 script Bullet Dealer Tony 86,{
delitem .@btt[1],.@btt[3]*.@btt[2];
getitem .@btt[0],.@btt[3]*30;
close;
-} \ No newline at end of file
+}
diff --git a/npc/merchants/inn.txt b/npc/merchants/inn.txt
index 8209f836e..235af3807 100644
--- a/npc/merchants/inn.txt
+++ b/npc/merchants/inn.txt
@@ -9,7 +9,7 @@
//= eAthena 1.0+
//===== Description: =========================================
//= Inn Npcs, Save and Heal
-//=====================================================
+//============================================================
//= variables:
//= arg0 - name of npc
//= arg1 - name of the inn
diff --git a/npc/merchants/novice_exchange.txt b/npc/merchants/novice_exchange.txt
index 204204389..1d4b14012 100644
--- a/npc/merchants/novice_exchange.txt
+++ b/npc/merchants/novice_exchange.txt
@@ -1,4 +1,4 @@
-//===== eAthena Script ========================================
+//===== eAthena Script =======================================
//= Novice Goods Exchanger
//===== By: ==================================================
//= ???, eAthena Team
diff --git a/npc/merchants/quivers.txt b/npc/merchants/quivers.txt
index 168520ff4..a8782c295 100644
--- a/npc/merchants/quivers.txt
+++ b/npc/merchants/quivers.txt
@@ -1,4 +1,4 @@
-//===== eAthena Script ========================================
+//===== eAthena Script =======================================
//= Arrow Quiver Event
//===== By: ==================================================
//= Muad_Dib (Prometheus Project)