diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-12-08 18:18:36 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-12-08 18:18:36 +0000 |
commit | 25bc83e9604be9fef4f3b70ab40e698b10bd08e0 (patch) | |
tree | ebb2a780b6421c434425725943aa1190053f5d7e /npc/jobs/2-1 | |
parent | ceaf736a558229d1783324a78458c02dd1de597b (diff) | |
download | hercules-25bc83e9604be9fef4f3b70ab40e698b10bd08e0.tar.gz hercules-25bc83e9604be9fef4f3b70ab40e698b10bd08e0.tar.bz2 hercules-25bc83e9604be9fef4f3b70ab40e698b10bd08e0.tar.xz hercules-25bc83e9604be9fef4f3b70ab40e698b10bd08e0.zip |
* Updated Geneticist, Warlock, and Sura job quests to their latest versions.
* Added a clearer example for party_even_share_bonus (tid:58005).
* Standardized job headers.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17010 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/2-1')
-rw-r--r-- | npc/jobs/2-1/assassin.txt | 6 | ||||
-rw-r--r-- | npc/jobs/2-1/blacksmith.txt | 6 | ||||
-rw-r--r-- | npc/jobs/2-1/hunter.txt | 2 | ||||
-rw-r--r-- | npc/jobs/2-1/priest.txt | 2 | ||||
-rw-r--r-- | npc/jobs/2-1/wizard.txt | 2 |
5 files changed, 9 insertions, 9 deletions
diff --git a/npc/jobs/2-1/assassin.txt b/npc/jobs/2-1/assassin.txt index 7f8febe58..9c25f72ac 100644 --- a/npc/jobs/2-1/assassin.txt +++ b/npc/jobs/2-1/assassin.txt @@ -7,12 +7,12 @@ //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= -//= [Aegis Conversion] +//= [Official Conversion] //= Job Change quest for Assassin class. //===== Additional Comments: ================================= -//= v1.0 Used some dialogue from the aegis Assassin script translated By: Pgro Team (OwNaGe) +//= 1.0 Used some dialogue from the aegis Assassin script translated By: Pgro Team (OwNaGe) //= Also converted the booby traps from the aegis script.[kobra_k88] -//= v1.1 Made adjustments to ontouch npcs to work with the new "ontouch" functionality. +//= 1.1 Made adjustments to ontouch npcs to work with the new "ontouch" functionality. //= Fixed some duplicate npc names. Added missing waitingroom triggers. //= Fixed warp in "TimerSin", was supposed to be an areawarp. //= For some reason sometimes the "Nameless One" would have message windows diff --git a/npc/jobs/2-1/blacksmith.txt b/npc/jobs/2-1/blacksmith.txt index 413fe69fd..96e291fc7 100644 --- a/npc/jobs/2-1/blacksmith.txt +++ b/npc/jobs/2-1/blacksmith.txt @@ -1,5 +1,5 @@ //===== rAthena Script ======================================= -//= Blacksmith Quest +//= Blacksmith Job Quest //===== By: ================================================== //= EREMES THE CANIVALIZER(Aegis) //= Translated by: yoshiki. @@ -9,9 +9,9 @@ //===== Current Version: ===================================== //= 2.8 //===== Compatible With: ===================================== -//= rAthena SVN +//= rAthena SVN //===== Description: ========================================= -//= [Aegis Conversion] +//= [Official Conversion] //= Job Change quest for Blacksmith class. //===== Additional Comments: ================================= //= Changed some npc names to the iRO names. Changed some variable diff --git a/npc/jobs/2-1/hunter.txt b/npc/jobs/2-1/hunter.txt index 1d7372ce8..96874f73e 100644 --- a/npc/jobs/2-1/hunter.txt +++ b/npc/jobs/2-1/hunter.txt @@ -9,7 +9,7 @@ //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= -//= [Aegis Conversion] +//= [Official Conversion] //= Job Change quest for Hunter class. //===== Additional Comments: ================================= //= 0.5 Fully working. diff --git a/npc/jobs/2-1/priest.txt b/npc/jobs/2-1/priest.txt index bc6f50971..da68deb45 100644 --- a/npc/jobs/2-1/priest.txt +++ b/npc/jobs/2-1/priest.txt @@ -9,7 +9,7 @@ //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= -//= [Aegis Conversion] +//= [Official Conversion] //= Job Change quest for Priest class. //===== Additional Comments: ================================= //= Fully working. Changed the way Priests enter the test room to help Acos. diff --git a/npc/jobs/2-1/wizard.txt b/npc/jobs/2-1/wizard.txt index 39cbdb204..b24728a24 100644 --- a/npc/jobs/2-1/wizard.txt +++ b/npc/jobs/2-1/wizard.txt @@ -8,7 +8,7 @@ //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= -//= [Aegis Conversion] +//= [Official Conversion] //= Job Change quest for Wizard class. //===== Additional Comments: ================================= //= 2.4 Rescripted to Aegis 10.3 standards. [L0ne_W0lf] |