diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-15 15:53:45 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-15 15:53:45 +0000 |
commit | 86b35597e549392cf2db3974fc140a50e021b5a0 (patch) | |
tree | 3842bbf6005e6e7b502871b3ec5ec42104ca34b1 /npc/jobs/1-1/acolyte.txt | |
parent | 336e93031f4772d440616b50ff3af0d9aacc4d11 (diff) | |
download | hercules-86b35597e549392cf2db3974fc140a50e021b5a0.tar.gz hercules-86b35597e549392cf2db3974fc140a50e021b5a0.tar.bz2 hercules-86b35597e549392cf2db3974fc140a50e021b5a0.tar.xz hercules-86b35597e549392cf2db3974fc140a50e021b5a0.zip |
* Corrected a few bugs in the Acolyte Job Quest. (Crashy)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11016 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/1-1/acolyte.txt')
-rw-r--r-- | npc/jobs/1-1/acolyte.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/jobs/1-1/acolyte.txt b/npc/jobs/1-1/acolyte.txt index 14dc2b1b2..9fa57f9ad 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.8 +//= 1.8a //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -23,6 +23,7 @@ //= Proper dialog for Priest job quest is unused (for now.) //= 1.7a Functions now make use of proper priest quest dialog [L0ne_W0lf] //= 1.8 Removed an Unnecessary "set job_acolyte_q,0;" [Samuray22] +//= 1.8a More bug fixes care of Crashy. [L0ne_W0lf] //============================================================ prt_church,184,41,4 script Cleric#aco 60,{ @@ -99,7 +100,7 @@ prt_church,184,41,4 script Cleric#aco 60,{ mes "[Father Mareusis]"; mes "Well, I will"; mes "give you a mission..."; - switch(rand(2)) { + switch(rand(3)) { default: set job_acolyte_q,2; mes "Please visit ^000077Father Rubalkabara^000000, a member of the Prontera Parish, and return here. He has been practicing asceticism in the ^000077Relics NorthEast of Prontera City^000000."; @@ -406,7 +407,7 @@ prt_fild00,208,218,6 script Ascetic#3aco 98,{ next; mes "[Father Yosuke]"; mes "Now go back to the Santuary and finish becoming an Acolyte, kid."; - close; + close2; savepoint "prt_fild00",206,230; set job_acolyte_q,8; end; |