diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-23 00:36:51 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-23 00:36:51 +0000 |
commit | a278eb2e074ce0cb0c9c68e372c66b87f84577a1 (patch) | |
tree | ca16345b7f329c6591c6d8ce6d5f3ab5ac076020 /npc/jobs/2-2/bard.txt | |
parent | 61364c8b050391b585944174bd5a753f74ed51f4 (diff) | |
download | hercules-a278eb2e074ce0cb0c9c68e372c66b87f84577a1.tar.gz hercules-a278eb2e074ce0cb0c9c68e372c66b87f84577a1.tar.bz2 hercules-a278eb2e074ce0cb0c9c68e372c66b87f84577a1.tar.xz hercules-a278eb2e074ce0cb0c9c68e372c66b87f84577a1.zip |
2-2 job quest update. Although completable, further testing (and optimizing) required.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11278 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/2-2/bard.txt')
-rw-r--r-- | npc/jobs/2-2/bard.txt | 32 |
1 files changed, 18 insertions, 14 deletions
diff --git a/npc/jobs/2-2/bard.txt b/npc/jobs/2-2/bard.txt index ec86bfab6..b1c91ecec 100644 --- a/npc/jobs/2-2/bard.txt +++ b/npc/jobs/2-2/bard.txt @@ -5,21 +5,11 @@ //===== Current Version: ===================================== //= 2.3 //===== Compatible With: ===================================== -//= eAthena Final +//= eAthena SVN //===== Description: ========================================= -//= Bard job quest based on ASB 4.0. -//= Updated to Aegis 10.3 standard. +//= [Aegis Conversion] +//= Job quest for Bard class //===== Additional Comments: ================================= -//= 07/06/05 : Added 1st Version. [Muad_Dib] -//= Converted to eAthena format by Dr.Evil -//= Info about gifts and other info --> http://www.ragnainfo.net/forums/viewtopic.php?t=51467&start=0 -//= 1.1 Optimized, changed some stuff, fixed some bugs [Lupus] -//= 1.1a minor song test fix [Lupus] -//= 1.2 Fixed wrong item ID, added missing commands [Lupus] -//= 1.3 Updated flower sub-quest according to official [Lupus] -//= 1.4 Changed priority for the gifts. Now you can win the 1st -//= prize, too. Added Izidor flower [Lupus] -//= 2.0 Changed numbers to constants. [Vicious] //= 2.1b Updated to the Official One. [Samuray22] //= 2.2 Fixed BUG when baby classes weren't able to get a job, //= - fixed bug with final prize [Lupus] HAVE TO CHANE ALL ITEMS to numeric IDs @@ -945,4 +935,18 @@ S_ChangeJob: close2; cutin "job_bard_aiolo01",255; end; -}
\ No newline at end of file +} + +//============================================================ +// Old changelog +//============================================================ +//= 07/06/05 : Added 1st Version. [Muad_Dib] +//= Converted to eAthena format by Dr.Evil +//= Info about gifts and other info --> http://www.ragnainfo.net/forums/viewtopic.php?t=51467&start=0 +//= 1.1 Optimized, changed some stuff, fixed some bugs [Lupus] +//= 1.1a minor song test fix [Lupus] +//= 1.2 Fixed wrong item ID, added missing commands [Lupus] +//= 1.3 Updated flower sub-quest according to official [Lupus] +//= 1.4 Changed priority for the gifts. Now you can win the 1st +//= prize, too. Added Izidor flower [Lupus] +//= 2.0 Changed numbers to constants. [Vicious] |