From 86b35597e549392cf2db3974fc140a50e021b5a0 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Wed, 15 Aug 2007 15:53:45 +0000 Subject: * 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 --- npc/jobs/1-1/acolyte.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'npc/jobs/1-1/acolyte.txt') 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; -- cgit v1.2.3-60-g2f50