diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-07-13 13:15:09 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-07-13 13:15:09 +0000 |
commit | 2e7ba13554118cdc78c9bfa5a6f0e5e8e58baf7b (patch) | |
tree | 3075ff749e2a97f99c93a3a07d71be0aadf3ac54 /npc/quests/quests_prontera.txt | |
parent | 19acefafcb2677030a84ed3e39383c0a25c2047b (diff) | |
download | hercules-2e7ba13554118cdc78c9bfa5a6f0e5e8e58baf7b.tar.gz hercules-2e7ba13554118cdc78c9bfa5a6f0e5e8e58baf7b.tar.bz2 hercules-2e7ba13554118cdc78c9bfa5a6f0e5e8e58baf7b.tar.xz hercules-2e7ba13554118cdc78c9bfa5a6f0e5e8e58baf7b.zip |
Some more modifications to the Nameless Access Quest start point.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12949 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_prontera.txt')
-rw-r--r-- | npc/quests/quests_prontera.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/quests/quests_prontera.txt b/npc/quests/quests_prontera.txt index 2322ae24b..980632720 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.3 +//= 2.3a //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -39,6 +39,7 @@ //= 2.1 Added missing checkweights. [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.3a Touch up to Bamph fo other fail-points. [L0ne_W0lf] //============================================================ // Prontera Culvert @@ -2738,7 +2739,7 @@ prt_church,185,106,3 script Father Bamph 60,{ close; } else { - if (prt_curse == 56 || prt_curse == 61) { + if (prt_curse == 36 || prt_curse == 45 || prt_curse == 56 || prt_curse == 61) { // Begin Nameless Island Access Quest Addition if (aru_monas == 1) { mes "[Father Bamph]"; |