diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-07-13 16:31:00 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-07-13 16:31:00 +0000 |
commit | ef9db19510cf0c8b984da209116260e79f20584a (patch) | |
tree | 10c4149351fe244ee36ca8530033a6e27e93acbd | |
parent | fb45ace1b19f98add7e1d0a0fc6fe45bc1ebac63 (diff) | |
download | hercules-ef9db19510cf0c8b984da209116260e79f20584a.tar.gz hercules-ef9db19510cf0c8b984da209116260e79f20584a.tar.bz2 hercules-ef9db19510cf0c8b984da209116260e79f20584a.tar.xz hercules-ef9db19510cf0c8b984da209116260e79f20584a.zip |
More updates to Father Bamph for nameless quest.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12951 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/quests/quests_prontera.txt | 7 |
2 files changed, 5 insertions, 3 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index c0a24ced2..97258639f 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,6 +1,7 @@ Date Added ====== 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. 12947 Made it so both success and failure of the gaebolg quest count as completion. [L0ne_W0lf] 2008/07/12 diff --git a/npc/quests/quests_prontera.txt b/npc/quests/quests_prontera.txt index 980632720..fe547a587 100644 --- a/npc/quests/quests_prontera.txt +++ b/npc/quests/quests_prontera.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= kobra_k88; L0ne_W0lf //===== Current Version: ===================================== -//= 2.3a +//= 2.3b //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -40,6 +40,7 @@ //= 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.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 @@ -2578,7 +2579,7 @@ prt_church,185,106,3 script Father Bamph 60,{ set prt_curse,35; close; } - else if (prt_curse > 34 && prt_curse < 40) { + else if (prt_curse > 34 && prt_curse < 40 && !aru_monas) { mes "[Father Bamph]"; mes "I'm at a loss at what"; mes "to do. Sometimes, even"; @@ -2650,7 +2651,7 @@ prt_church,185,106,3 script Father Bamph 60,{ getexp 1600000,0; close; } - else if (prt_curse > 43 && prt_curse < 50) { + else if (prt_curse > 43 && prt_curse < 50 && !aru_monas) { mes "[Father Bamph]"; mes "Have you spoken to"; mes "Bonnie Imbullea yet?"; |