diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-29 13:58:48 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-29 13:58:48 +0000 |
commit | 1dc04c5bc2296bb6030f2315395681e740b31bcd (patch) | |
tree | 16f7bc97eba86601ccfb49c124488266bcaa215f /npc/quests/monstertamers.txt | |
parent | 3c48bb1a20a207eb04edfe366892d001bffe7e16 (diff) | |
download | hercules-1dc04c5bc2296bb6030f2315395681e740b31bcd.tar.gz hercules-1dc04c5bc2296bb6030f2315395681e740b31bcd.tar.bz2 hercules-1dc04c5bc2296bb6030f2315395681e740b31bcd.tar.xz hercules-1dc04c5bc2296bb6030f2315395681e740b31bcd.zip |
Fixed item requirement for Stellar hairpin in monstertamers.txt. (bugreport:2290)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13246 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/monstertamers.txt')
-rw-r--r-- | npc/quests/monstertamers.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/quests/monstertamers.txt b/npc/quests/monstertamers.txt index 6b8ab531f..a1619d66d 100644 --- a/npc/quests/monstertamers.txt +++ b/npc/quests/monstertamers.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= kobra_k88, Darkchild, x[tsk] //===== Current Version: ===================================== -//= 1.4 +//= 1.4a //===== Compatible With: ===================================== //= eAthena 1.0 //===== Description: ========================================= @@ -14,6 +14,7 @@ //= 1.2 Removed Duplicates [Silent] //= 1.3 Added Bongun's taming item quest. Credits to Lone_Wolf. [SinSloth] //= 1.4 Updated Monster taming item quests. [L0ne_W0lf] +//= 1.4a FIXED item requirement for stellar hairpin. [L0ne_W0lf] //============================================================ alberta_in,173,76,4 script Monster Tamer#alb 125,{ @@ -347,7 +348,7 @@ aldeba_in,168,175,4 script Monster Tamer#alde 125,{ mes "[YuU]"; mes "This is an item far beyond the fashion sense of humans! Its name? ^3355FFStellar Hairpin^000000! It's dangerous for humans to wear, but fashionable of monsters."; next; - if (countitem(1148) > 0) { + if (countitem(2294) > 0) { mes "[YuU]"; mes "Oh! You have all the items necessary to make 1 Stellar! Good, good! With all my pride as a monster tamer, I will make it for you right away."; next; @@ -364,7 +365,7 @@ aldeba_in,168,175,4 script Monster Tamer#alde 125,{ mes "the cute monster you"; mes "are raising"; mes "Stellar Hairpin!"; - delitem 1148,1; //Star_Dust + delitem 1148,1; // Stellar getitem 10011,1; // Stellar_Hairpin close; } |