summaryrefslogtreecommitdiff
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
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
-rw-r--r--npc/Changelog.txt1
-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
-rw-r--r--npc/mobs/citycleaners.txt2
-rw-r--r--npc/mobs/dungeons/ayodun.txt4
-rw-r--r--npc/mobs/dungeons/byalan.txt2
-rw-r--r--npc/mobs/dungeons/eindun.txt2
-rw-r--r--npc/mobs/dungeons/gefenia.txt4
-rw-r--r--npc/mobs/dungeons/geftower.txt2
-rw-r--r--npc/mobs/dungeons/jupedun.txt7
-rw-r--r--npc/mobs/dungeons/lhzdun.txt7
-rw-r--r--npc/mobs/dungeons/orcdun.txt2
-rw-r--r--npc/mobs/dungeons/racheldun.txt2
-rw-r--r--npc/mobs/dungeons/thor.txt24
-rw-r--r--npc/mobs/fields/ayothaya.txt7
-rw-r--r--npc/mobs/fields/geffen.txt2
-rw-r--r--npc/mobs/fields/hugel.txt2
-rw-r--r--npc/mobs/fields/lighthalzen.txt4
-rw-r--r--npc/mobs/fields/niflheim.txt2
-rw-r--r--npc/mobs/fields/umbala.txt2
-rw-r--r--npc/mobs/fields/veins.txt28
24 files changed, 67 insertions, 70 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index 29861e0d3..511ad2b87 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -1,6 +1,7 @@
Date Added
======
2007/05/28
+ * Corrected typos/inconsistencies in npc headers [ultramage]
* Fixed NPC name of bullet and magazine dealer [Playtester]
* Reverted Samuray22's work in Bard Quest. RTM. [Lupus]
2007/05/26
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)
diff --git a/npc/mobs/citycleaners.txt b/npc/mobs/citycleaners.txt
index 63dccc2de..62c0d723b 100644
--- a/npc/mobs/citycleaners.txt
+++ b/npc/mobs/citycleaners.txt
@@ -1,5 +1,5 @@
//===== eAthena Script =======================================
-//= Mob Spawn in cities
+//= City Monster Spawn Script
//===== By: ==================================================
//= massdriller
//===== Current Version: =====================================
diff --git a/npc/mobs/dungeons/ayodun.txt b/npc/mobs/dungeons/ayodun.txt
index 9b317a188..1d5f76849 100644
--- a/npc/mobs/dungeons/ayodun.txt
+++ b/npc/mobs/dungeons/ayodun.txt
@@ -1,5 +1,5 @@
//===== eAthena Script =======================================
-//= Ayothana Dungeon Monster Spawn Script
+//= Ayothaya Dungeon Monster Spawn Script
//===== By: ==================================================
//= Athena (1.0)
//===== Current Version: =====================================
@@ -7,7 +7,7 @@
//===== Compatible With: =====================================
//= Any Athena Version
//===== Additional Comments: =================================
-//= Currently using euRO data provided by Ishizu
+//= 1.1 Using euRO data [Ishizu]
//= 1.2 Moved Tao Gunka to west cave of Comodo [Lupus]
//= 1.3 Official jRO 10.3 spawns [Playtester]
//= 1.4 More accurate spawns [Playtester]
diff --git a/npc/mobs/dungeons/byalan.txt b/npc/mobs/dungeons/byalan.txt
index e726d169a..185bf64bf 100644
--- a/npc/mobs/dungeons/byalan.txt
+++ b/npc/mobs/dungeons/byalan.txt
@@ -1,5 +1,5 @@
//===== eAthena Script =======================================
-//= Byalan Island Dungeon Monster Spawn Script
+//= Byalan Dungeon Monster Spawn Script
//===== By: ==================================================
//= Athena (1.0)
//===== Current Version: =====================================
diff --git a/npc/mobs/dungeons/eindun.txt b/npc/mobs/dungeons/eindun.txt
index a3ac5616c..1ff8711fc 100644
--- a/npc/mobs/dungeons/eindun.txt
+++ b/npc/mobs/dungeons/eindun.txt
@@ -1,5 +1,5 @@
//===== eAthena Script =======================================
-//= Einbroch Dungeon (Mine) Monster Spawn Script
+//= Einbech Mine Dungeon Monster Spawn Script
//===== By: ==================================================
//= Athena (1.0)
//===== Current Version: =====================================
diff --git a/npc/mobs/dungeons/gefenia.txt b/npc/mobs/dungeons/gefenia.txt
index 90e193130..9c63098f8 100644
--- a/npc/mobs/dungeons/gefenia.txt
+++ b/npc/mobs/dungeons/gefenia.txt
@@ -1,7 +1,7 @@
//===== eAthena Script =======================================
-//= Gefenia Dungeon Monster Spawn Script
+//= Geffenia Dungeon Monster Spawn Script
//===== By: ==================================================
-//= Muad_Dib
+//= Muad_Dib, eAthena dev team
//===== Current Version: =====================================
//= 1.1
//===== Compatible With: =====================================
diff --git a/npc/mobs/dungeons/geftower.txt b/npc/mobs/dungeons/geftower.txt
index 0368fe5f7..10b5e4ca4 100644
--- a/npc/mobs/dungeons/geftower.txt
+++ b/npc/mobs/dungeons/geftower.txt
@@ -1,5 +1,5 @@
//===== eAthena Script =======================================
-//= Geffen Tower Dungeon Monster Spawn Script
+//= Geffen Dungeon Monster Spawn Script
//===== By: ==================================================
//= Athena (1.0)
//===== Current Version: =====================================
diff --git a/npc/mobs/dungeons/jupedun.txt b/npc/mobs/dungeons/jupedun.txt
index a97cd8f03..20f2263c7 100644
--- a/npc/mobs/dungeons/jupedun.txt
+++ b/npc/mobs/dungeons/jupedun.txt
@@ -1,10 +1,7 @@
//===== eAthena Script =======================================
-//= Juperos Mystical Dungeon - Monster Spawn Locations
+//= Juperos Dungeon Monster Spawn Script
//===== By: ==================================================
-// »» The Prometheus Project ««
-// Copyright (c) 2004,2005
-// Licensed under GPL
-// http://prometheus.fnae.net/
+// The Prometheus Project, eAthena dev team
//===== Current Version: =====================================
//= 1.3
//===== Compatible With: =====================================
diff --git a/npc/mobs/dungeons/lhzdun.txt b/npc/mobs/dungeons/lhzdun.txt
index b1de016fa..d6e0bd4ae 100644
--- a/npc/mobs/dungeons/lhzdun.txt
+++ b/npc/mobs/dungeons/lhzdun.txt
@@ -1,10 +1,7 @@
//===== eAthena Script =======================================
-//= Bio-life Labs - Monster Spawn Locations
+//= Lighthalzen Dungeon(Biolabs) Monster Spawn Script
//===== By: ==================================================
-// »» The Prometheus Project ««
-// Copyright (c) 2004,2005
-// Licensed under GPL
-// http://prometheus.fnae.net/
+// The Prometheus Project, eAthena dev team
//===== Current Version: =====================================
//= 1.6
//===== Compatible With: =====================================
diff --git a/npc/mobs/dungeons/orcdun.txt b/npc/mobs/dungeons/orcdun.txt
index 04b7e4d79..19d0c503f 100644
--- a/npc/mobs/dungeons/orcdun.txt
+++ b/npc/mobs/dungeons/orcdun.txt
@@ -1,5 +1,5 @@
//===== eAthena Script =======================================
-//= Orcs Dungeon Monster Spawn Script
+//= Orc Dungeon Monster Spawn Script
//===== By: ==================================================
//= Athena (1.0)
//===== Current Version: =====================================
diff --git a/npc/mobs/dungeons/racheldun.txt b/npc/mobs/dungeons/racheldun.txt
index b1dfa86bc..d5b088a09 100644
--- a/npc/mobs/dungeons/racheldun.txt
+++ b/npc/mobs/dungeons/racheldun.txt
@@ -1,5 +1,5 @@
//===== eAthena Script =======================================
-//= Rachel Santuary Monster Spawn Script
+//= Rachel Sanctuary Monster Spawn Script
//===== By: ==================================================
//= Athena (1.0)
//===== Current Version: =====================================
diff --git a/npc/mobs/dungeons/thor.txt b/npc/mobs/dungeons/thor.txt
index f807f2848..a78e14cb7 100644
--- a/npc/mobs/dungeons/thor.txt
+++ b/npc/mobs/dungeons/thor.txt
@@ -1,18 +1,18 @@
-//===== Athena Script =============================================
-//= Thor Volcano Monster Spawn Script.
-//===== By: =======================================================
+//===== Athena Script ========================================
+//= Thor Volcano Monster Spawn Script
+//===== By: ==================================================
//= Playtester
-//===== Current Version: ==========================================
+//===== Current Version: =====================================
//= 1.0
-//===== Compatible With: ==========================================
-//= Any Athena Version
-//===== Description: ==============================================
+//===== Compatible With: =====================================
+//= Any Athena Version
+//===== Description: =========================================
//= Official monster spawn in Thor Volcano Dungeon.
-//===== Additional Comments: ======================================
+//===== Additional Comments: =================================
//= 1.0 Spawns according to RO Monthly and Doddler [Playtester]
-//=================================================================
+//============================================================
-// ================= [Thor Volcano - 01] ==========================
+// ================= [Thor Volcano - 01] =====================
thor_v01,0,0,0,0 monster Kasa 1833,30,0,0,0
thor_v01,0,0,0,0 monster Fire Imp 1837,20,0,0,0
thor_v01,0,0,0,0 monster Magmaring 1836,10,0,0,0
@@ -20,7 +20,7 @@ thor_v01,0,0,0,0 monster Salamander 1831,5,0,0,0
thor_v01,0,0,0,0 monster Sword Master 1829,1,0,0,0
thor_v01,0,0,0,0 monster Bow Master 1830,1,0,0,0
-// ================= [Thor Volcano - 02] ==========================
+// ================= [Thor Volcano - 02] =====================
thor_v02,0,0,0,0 monster Knocker 1838,70,0,0,0
thor_v02,0,0,0,0 monster Fire Imp 1837,10,0,0,0
thor_v02,0,0,0,0 monster Magmaring 1836,10,0,0,0
@@ -28,7 +28,7 @@ thor_v02,0,0,0,0 monster Salamander 1831,5,0,0,0
thor_v02,0,0,0,0 monster Sword Master 1829,1,0,0,0
thor_v02,0,0,0,0 monster Bow Master 1830,1,0,0,0
-// ================= [Thor Volcano - 03] ==========================
+// ================= [Thor Volcano - 03] =====================
thor_v03,0,0,0,0 monster Salamander 1831,30,0,0,0
thor_v03,0,0,0,0 monster Kasa 1833,20,0,0,0
thor_v03,0,0,0,0 monster Sword Master 1829,3,0,0,0
diff --git a/npc/mobs/fields/ayothaya.txt b/npc/mobs/fields/ayothaya.txt
index 3c58a0fbe..71d6d2da6 100644
--- a/npc/mobs/fields/ayothaya.txt
+++ b/npc/mobs/fields/ayothaya.txt
@@ -1,5 +1,5 @@
//===== eAthena Script =======================================
-//= Ayothana Field Monster Spawn Script
+//= Ayothaya Fields Monster Spawn Script
//===== By: ==================================================
//= Athena (1.0)
//===== Current Version: =====================================
@@ -7,8 +7,9 @@
//===== Compatible With: =====================================
//= Any Athena Version
//===== Additional Comments: =================================
-//= Currently using EuRO data provided by Ishizu.
-//= 1.3 Removed Choco
+//= 1.1 Using EuRO data [Ishizu]
+//= 1.2 According the guide book, added a Choco [Lupus&VP]
+//= 1.3 Removed Choco [Lupus]
//= 1.4 Official kRO 10.1 spawns [Playtester]
//============================================================
diff --git a/npc/mobs/fields/geffen.txt b/npc/mobs/fields/geffen.txt
index 7027f016f..003a244db 100644
--- a/npc/mobs/fields/geffen.txt
+++ b/npc/mobs/fields/geffen.txt
@@ -1,5 +1,5 @@
//===== eAthena Script =======================================
-//= Geffen Field Monster Spawn Script
+//= Geffen Fields Monster Spawn Script
//===== By: ==================================================
//= Athena (1.0)
//===== Current Version: =====================================
diff --git a/npc/mobs/fields/hugel.txt b/npc/mobs/fields/hugel.txt
index 4c19d4177..555bcd535 100644
--- a/npc/mobs/fields/hugel.txt
+++ b/npc/mobs/fields/hugel.txt
@@ -1,5 +1,5 @@
//===== eAthena Script =======================================
-//= Hugel Field Monster Spawn Script
+//= Hugel Fields Monster Spawn Script
//===== By: ==================================================
//= Athena (1.0)
//===== Current Version: =====================================
diff --git a/npc/mobs/fields/lighthalzen.txt b/npc/mobs/fields/lighthalzen.txt
index d1071a069..62ebd9398 100644
--- a/npc/mobs/fields/lighthalzen.txt
+++ b/npc/mobs/fields/lighthalzen.txt
@@ -1,7 +1,7 @@
//===== eAthena Script =======================================
-//= Lighthalzen Fields - Monster Spawn Locations
+//= Lighthalzen Fields Monster Spawn Script
//===== By: ==================================================
-//= Muad_Dib (1.0)
+//= Muad_Dib, eAthena dev team
//===== Current Version: =====================================
//= 1.5
//===== Compatible With: =====================================
diff --git a/npc/mobs/fields/niflheim.txt b/npc/mobs/fields/niflheim.txt
index d067dc7be..153a4fd47 100644
--- a/npc/mobs/fields/niflheim.txt
+++ b/npc/mobs/fields/niflheim.txt
@@ -1,5 +1,5 @@
//===== eAthena Script =======================================
-//= Niflheim Temporary Monster Spawn Script
+//= Niflheim Monster Spawn Script
//===== By: ==================================================
//= Athena (1.0)
//===== Current Version: =====================================
diff --git a/npc/mobs/fields/umbala.txt b/npc/mobs/fields/umbala.txt
index 24a611f6c..05a79ffa0 100644
--- a/npc/mobs/fields/umbala.txt
+++ b/npc/mobs/fields/umbala.txt
@@ -1,5 +1,5 @@
//===== eAthena Script =======================================
-//= Umbala Monster Spawn
+//= Umbala Fields Monster Spawn Script
//===== By: ==================================================
//= Darkchild (1.0)
//===== Current Version: =====================================
diff --git a/npc/mobs/fields/veins.txt b/npc/mobs/fields/veins.txt
index 4028f0ee5..7c7527ff4 100644
--- a/npc/mobs/fields/veins.txt
+++ b/npc/mobs/fields/veins.txt
@@ -1,20 +1,20 @@
-//===== eAthena Script ===========================================
-//= Veins Field Monster Spawn Script.
-//===== By: ======================================================
+//===== eAthena Script =======================================
+//= Veins Fields Monster Spawn Script
+//===== By: ==================================================
//= $ephiroth
-//===== Current Version: =========================================
+//===== Current Version: =====================================
//= 1.4
-//===== Compatible With: =========================================
+//===== Compatible With: =====================================
//= Any Athena Version
-//===== Additional Comments: =====================================
+//===== Additional Comments: =================================
//= 1.0 Temp. monster spawn in Veins Field. [$ephiroth]
//= 1.1 Updated monster spawn based on kRO website. [$ephiroth]
//= 1.2 Updated mobs based on info jAthena. [$ephiroth]
//= 1.3 Fixed some typos and Atros spawn [Playtester]
//= 1.4 Updated spawns with info from RO Monthly [Playtester]
-//================================================================
+//============================================================
-//======== [Veins Field-01] ======================================
+//======== [Veins Field-01] ==================================
ve_fild01,0,0,0,0 monster Muka 1055,70,0,0,0
ve_fild01,0,0,0,0 monster Drops 1113,20,0,0,0
ve_fild01,0,0,0,0 monster Stapo 1784,20,0,0,0
@@ -25,7 +25,7 @@ ve_fild01,0,0,0,0 monster Blue Plant 1079,3,1800000,900000,1
ve_fild01,0,0,0,0 monster Shining Plant 1083,1,1800000,900000,1
ve_fild01,0,0,0,0 monster Atroce 1785,1,86400000,86000000,1
-//======== [Veins Field-02] =======================================
+//======== [Veins Field-02] ===================================
ve_fild02,0,0,0,0 monster Savage 1166,60,0,0,0
ve_fild02,0,0,0,0 monster Side Winder 1037,20,0,0,0
ve_fild02,0,0,0,0 monster Roween 1782,20,0,0,0
@@ -33,7 +33,7 @@ ve_fild02,0,0,0,0 monster Stapo 1784,30,0,0,0
ve_fild02,0,0,0,0 monster Yellow Plant 1081,10,180000,90000,1
ve_fild02,0,0,0,0 monster Atroce 1785,1,86400000,86000000,1
-//======== [Veins Field-03] =======================================
+//======== [Veins Field-03] ===================================
ve_fild03,0,0,0,0 monster Sandman 1165,20,600000,300000,1
ve_fild03,0,0,0,0 monster Sleeper 1386,20,600000,300000,1
ve_fild03,0,0,0,0 monster Stapo 1784,10,600000,300000,1
@@ -41,7 +41,7 @@ ve_fild03,200,250,100,50 monster Magmaring 1836,10,600000,300000,1
ve_fild03,0,0,0,0 monster Red Plant 1078,10,180000,90000,1
ve_fild03,0,0,0,0 monster Yellow Plant 1081,10,180000,90000,1
-//======== [Veins Field-04] =======================================
+//======== [Veins Field-04] ===================================
ve_fild04,0,0,0,0 monster Desert Wolf 1106,50,0,0,0
ve_fild04,0,0,0,0 monster Roween 1782,40,0,0,0
ve_fild04,0,0,0,0 monster Muscipular 1780,10,0,0,0
@@ -49,7 +49,7 @@ ve_fild04,0,0,0,0 monster Stapo 1784,10,0,0,0
ve_fild04,0,0,0,0 monster Yellow Plant 1081,10,180000,90000,1
ve_fild04,0,0,0,0 monster Blue Plant 1079,3,1800000,900000,1
-//======== [Veins Field-05] =======================================
+//======== [Veins Field-05] ===================================
ve_fild05,0,0,0,0 monster Sleeper 1386,40,0,0,0
ve_fild05,0,0,0,0 monster Sandman 1165,20,0,0,0
ve_fild05,0,0,0,0 monster Roween 1782,20,0,0,0
@@ -58,11 +58,11 @@ ve_fild05,0,0,0,0 monster Galion 1783,5,0,0,0
ve_fild05,0,0,0,0 monster White Plant 1082,5,180000,90000,1
ve_fild05,0,0,0,0 monster Shining Plant 1083,1,1800000,900000,1
-//======== [Veins Field-06] =======================================
+//======== [Veins Field-06] ===================================
ve_fild06,0,0,0,0 monster Stapo 1784,5,600000,300000,1
ve_fild06,0,0,0,0 monster Shining Plant 1083,1,1800000,900000,1
-//======== [Veins Field-07] =======================================
+//======== [Veins Field-07] ===================================
ve_fild07,0,0,0,0 monster Side Winder 1037,50,0,0,0
ve_fild07,0,0,0,0 monster Shellfish 1074,20,0,0,0
ve_fild07,0,0,0,0 monster Raggler 1254,20,0,0,0