More updates to Father Bamph for nameless quest.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12951 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
L0ne_W0lf 2008-07-13 16:31:00 +00:00
parent 4546c7fc0a
commit 200671401c
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,7 @@
Date Added Date Added
====== ======
2008/07/13 2008/07/13
* Rev. 12951 More updates to Father Bamph for nameless quest. [L0ne_W0lf]
* Rev. 12949 Some more modifications to the Nameless Access Quest start point. [L0ne_W0lf] * Rev. 12949 Some more modifications to the Nameless Access Quest start point. [L0ne_W0lf]
* Rev. 12947 Made it so both success and failure of the gaebolg quest count as completion. [L0ne_W0lf] * Rev. 12947 Made it so both success and failure of the gaebolg quest count as completion. [L0ne_W0lf]
2008/07/12 2008/07/12

View File

@ -3,7 +3,7 @@
//===== By: ================================================== //===== By: ==================================================
//= kobra_k88; L0ne_W0lf //= kobra_k88; L0ne_W0lf
//===== Current Version: ===================================== //===== Current Version: =====================================
//= 2.3a //= 2.3b
//===== Compatible With: ===================================== //===== Compatible With: =====================================
//= eAthena SVN //= eAthena SVN
//===== Description: ========================================= //===== Description: =========================================
@ -40,6 +40,7 @@
//= 2.2 Added Nameless Island quest addition. [L0ne_W0lf] //= 2.2 Added Nameless Island quest addition. [L0ne_W0lf]
//= 2.3 Bamph will now talk to those who failed the Gaebolg quest. [L0ne_W0lf] //= 2.3 Bamph will now talk to those who failed the Gaebolg quest. [L0ne_W0lf]
//= 2.3a Touch up to Bamph fo other fail-points. [L0ne_W0lf] //= 2.3a Touch up to Bamph fo other fail-points. [L0ne_W0lf]
//= 2.3b Hopefully the last change needed for Nameless quest. [L0ne_W0lf]
//============================================================ //============================================================
// Prontera Culvert // Prontera Culvert
@ -2578,7 +2579,7 @@ prt_church,185,106,3 script Father Bamph 60,{
set prt_curse,35; set prt_curse,35;
close; close;
} }
else if (prt_curse > 34 && prt_curse < 40) { else if (prt_curse > 34 && prt_curse < 40 && !aru_monas) {
mes "[Father Bamph]"; mes "[Father Bamph]";
mes "I'm at a loss at what"; mes "I'm at a loss at what";
mes "to do. Sometimes, even"; mes "to do. Sometimes, even";
@ -2650,7 +2651,7 @@ prt_church,185,106,3 script Father Bamph 60,{
getexp 1600000,0; getexp 1600000,0;
close; close;
} }
else if (prt_curse > 43 && prt_curse < 50) { else if (prt_curse > 43 && prt_curse < 50 && !aru_monas) {
mes "[Father Bamph]"; mes "[Father Bamph]";
mes "Have you spoken to"; mes "Have you spoken to";
mes "Bonnie Imbullea yet?"; mes "Bonnie Imbullea yet?";