diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-01 10:22:55 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-01 10:22:55 +0000 |
commit | cecd35ba33de90aaa7951e3484a3a4b7df260717 (patch) | |
tree | 9a882e62842f48d5c3da7321d0abe80e0bf74843 /npc/quests | |
parent | 0ff6335bc5f38a0dfebca95853a8c2deac174807 (diff) | |
download | hercules-cecd35ba33de90aaa7951e3484a3a4b7df260717.tar.gz hercules-cecd35ba33de90aaa7951e3484a3a4b7df260717.tar.bz2 hercules-cecd35ba33de90aaa7951e3484a3a4b7df260717.tar.xz hercules-cecd35ba33de90aaa7951e3484a3a4b7df260717.zip |
Fixed item requirements for PH D. Hat.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13173 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests')
-rw-r--r-- | npc/quests/quests_prontera.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/npc/quests/quests_prontera.txt b/npc/quests/quests_prontera.txt index 1480bd1ab..17908e186 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.4 +//= 2.5 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -43,6 +43,7 @@ //= 2.3a Touch up to Bamph fo other fail-points. [L0ne_W0lf] //= 2.3b Hopefully the last change needed for Nameless quest. [L0ne_W0lf] //= 2.4 Updated Headgear Quest. [L0ne_W0lf] +//= 2.5 Fixed requirements for PH D. Hat. [L0ne_W0lf] //============================================================ // Prontera Culvert @@ -163,7 +164,7 @@ prt_fild05,270,212,5 script Culvert Guardian 105,{ // Ph.D Hat Quest //============================================================ prt_in,38,108,4 script Teacher 53,{ - if ((countitem(710) > 0) && (countitem(703) > 0) && (countitem(606) > 0) && (countitem(708) > 0)) { + if ((countitem(710) > 0) && (countitem(703) > 0) && (countitem(604) > 0) && (countitem(708) > 0)) { mes "[Teacher]"; mes "Oh..."; mes "Those Flowers in your hand are..."; @@ -179,10 +180,10 @@ prt_in,38,108,4 script Teacher 53,{ mes "I'll give you my precious item."; close; case 2: - if ((countitem(710) > 0) && (countitem(703) > 0) && (countitem(606) > 0) && (countitem(708) > 0)) { + if ((countitem(710) > 0) && (countitem(703) > 0) && (countitem(604) > 0) && (countitem(708) > 0)) { delitem 710,1; //Illusion_Flower delitem 703,1; //Hinalle - delitem 606,1; //Aloe + delitem 704,1; //Aloe delitem 708,1; //Ment getitem 5012,1; //Ph.D_Hat mes "[Teacher]"; |