From f58e67f6551ea0abc9105b1da845163fde2e7df1 Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Fri, 14 Jun 2013 15:00:07 +0200 Subject: Replace Purple Tulip with Pink Tulip. The purple one isn't sold at Blossom and therefore not obtainable. --- world/map/npc/017-4/orum.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'world/map/npc/017-4/orum.txt') diff --git a/world/map/npc/017-4/orum.txt b/world/map/npc/017-4/orum.txt index 101a20d8..014830a5 100644 --- a/world/map/npc/017-4/orum.txt +++ b/world/map/npc/017-4/orum.txt @@ -195,7 +195,7 @@ L_AskMonsters: L_SecondFlower: // 19: Got task to bring materials for second magical flower mes "[Orum]"; - mes "\"Bring me " + @AMOUNT_PINKPETAL + " Pink Petals, " + @AMOUNT_STINGER + " Scorpion Stingers and one Purple Tulip.\""; + mes "\"Bring me " + @AMOUNT_PINKPETAL + " Pink Petals, " + @AMOUNT_STINGER + " Scorpion Stingers and one Pink Tulip.\""; menu "I have it.", -, "All right, I'll get it.", L_Close, @@ -203,12 +203,12 @@ L_SecondFlower: // 19: Got task to bring materials for second magical flower if ((countitem("PinkPetal") < @AMOUNT_PINKPETAL) || (countitem("ScorpionStinger") < @AMOUNT_STINGER) - || (countitem("PurpleTulip") < 1)) + || (countitem("PinkTulip") < 1)) goto L_NoItem; delitem "PinkPetal", @AMOUNT_PINKPETAL; delitem "ScorpionStinger", @AMOUNT_STINGER; - delitem "PurpleTulip", 1; + delitem "PinkTulip", 1; getitem "PurpleSummonFlower", 1; set OrumQuest, 20; @@ -250,7 +250,7 @@ L_PlaceSecondFlower: // 20: Got task to place the second magical flower set OrumQuest, 19; mes "[Orum]"; - mes "\"Ok, now that this is settled, bring me " + @AMOUNT_PINKPETAL + " Pink Petals, " + @AMOUNT_STINGER + " Scorpion Stingers and one Purple Tulip again.\""; + mes "\"Ok, now that this is settled, bring me " + @AMOUNT_PINKPETAL + " Pink Petals, " + @AMOUNT_STINGER + " Scorpion Stingers and one Pink Tulip again.\""; goto L_Close; L_PlacedSecondFlower: // 21: Placed second magical flower -- cgit v1.2.3-60-g2f50