diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-12-29 21:22:35 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-12-29 21:22:35 +0000 |
commit | a510f2e4bc75f3d0120892f21f1f7e46e59e6bc4 (patch) | |
tree | 67f70ecdd8d77dc79f4b491cce0cfcceaab588e0 /npc/jobs | |
parent | 08236cbfa812ac2348f3f3235e39d316ed781240 (diff) | |
download | hercules-a510f2e4bc75f3d0120892f21f1f7e46e59e6bc4.tar.gz hercules-a510f2e4bc75f3d0120892f21f1f7e46e59e6bc4.tar.bz2 hercules-a510f2e4bc75f3d0120892f21f1f7e46e59e6bc4.tar.xz hercules-a510f2e4bc75f3d0120892f21f1f7e46e59e6bc4.zip |
- Corrected issues with the Keil Hyre quest. (bugreport:2511)
- Corrected minor typo in alchemsit quest. (bugreport:2530)
- High Aco is now given skills on change. (bugreport:2552)
- Added item checks to Ice Necklace quest.
- Uncommented a warp in morroc_fild.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13422 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs')
-rw-r--r-- | npc/jobs/1-1/acolyte.txt | 5 | ||||
-rw-r--r-- | npc/jobs/2-2/alchemist.txt | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/npc/jobs/1-1/acolyte.txt b/npc/jobs/1-1/acolyte.txt index 92426ddf5..b8f369261 100644 --- a/npc/jobs/1-1/acolyte.txt +++ b/npc/jobs/1-1/acolyte.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= kobra_k88; L0ne_W0lf //===== Current Version: ===================================== -//= 1.9 +//= 2.0 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -25,6 +25,7 @@ //= 1.8 Removed an Unnecessary "set job_acolyte_q,0;" [Samuray22] //= 1.8a More bug fixes care of Crashy. [L0ne_W0lf] //= 1.9 Changed Marthilda to Mathilda. [L0ne_W0llf] +//= 2.0 Fixed High Acolytesnot being given holy light. [L0ne_W0lf] //============================================================ prt_church,184,41,4 script Cleric#aco 60,{ @@ -55,7 +56,7 @@ prt_church,184,41,4 script Cleric#aco 60,{ next; skill 143,0,0; jobchange Job_Acolyte_High; - skill 142,1,0; + skill 156,1,0; mes "[Father Mareusis]"; mes "Now, venture forth and seek those who need your help. May God light your path."; close; diff --git a/npc/jobs/2-2/alchemist.txt b/npc/jobs/2-2/alchemist.txt index 67c00f6ab..4d08431be 100644 --- a/npc/jobs/2-2/alchemist.txt +++ b/npc/jobs/2-2/alchemist.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= nestor_zulueta (Fusion), converted by Darkchild //===== Current Version: ===================================== -//= 2.7 +//= 2.8 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -14,6 +14,7 @@ //= No longer uses function "F_BlockHigh" //= 2.6 Corrected a bug in advanced class checking. [L0ne_W0lf] //= 2.7 Added missing checkweights. [L0ne_W0lf] +//= 2.8 Fixed minor typo in test section. [L0ne_W0lf] //============================================================ alde_alche,27,185,5 script Alchemist Guildsman#am 744,{ @@ -660,7 +661,7 @@ L_AskQuestions: if (.@input != 12) set .@w_point,.@w_point+1; mes "[Raspuchin Gregory]"; mes "If you buy 4 Padded Armors"; - mes "at a 25% discount and sell"; + mes "at a 24% discount and sell"; mes "them at 20% of the original"; mes "price, how much profit would"; mes "you make from this sale?"; |