diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-01 17:51:54 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-01 17:51:54 +0000 |
commit | f6949cdf82ae995c013d96c1ce6510ff87dfa850 (patch) | |
tree | 2902f84ef63ee9d466b964dd00db891920653e9b /npc/quests/quests_prontera.txt | |
parent | 5b72dfdf6d4b816b04eb058144a5afa9b54205a2 (diff) | |
download | hercules-f6949cdf82ae995c013d96c1ce6510ff87dfa850.tar.gz hercules-f6949cdf82ae995c013d96c1ce6510ff87dfa850.tar.bz2 hercules-f6949cdf82ae995c013d96c1ce6510ff87dfa850.tar.xz hercules-f6949cdf82ae995c013d96c1ce6510ff87dfa850.zip |
Fixed item requirements for PH D. Hat again.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13181 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_prontera.txt')
-rw-r--r-- | npc/quests/quests_prontera.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/quests/quests_prontera.txt b/npc/quests/quests_prontera.txt index 17908e186..4834a9f01 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.5 +//= 2.5a //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -44,6 +44,7 @@ //= 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] +//= 2.5a Fixed requirements for PH D. Hat agian lol. [L0ne_W0lf] //============================================================ // Prontera Culvert @@ -164,7 +165,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(604) > 0) && (countitem(708) > 0)) { + if ((countitem(710) > 0) && (countitem(703) > 0) && (countitem(704) > 0) && (countitem(708) > 0)) { mes "[Teacher]"; mes "Oh..."; mes "Those Flowers in your hand are..."; @@ -180,7 +181,7 @@ 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(604) > 0) && (countitem(708) > 0)) { + if ((countitem(710) > 0) && (countitem(703) > 0) && (countitem(704) > 0) && (countitem(708) > 0)) { delitem 710,1; //Illusion_Flower delitem 703,1; //Hinalle delitem 704,1; //Aloe |