summaryrefslogtreecommitdiff
path: root/world/map/npc/017-4
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2013-06-14 15:00:07 +0200
committerJessica Tölke <jtoelke@mail.upb.de>2013-06-14 15:00:07 +0200
commitf58e67f6551ea0abc9105b1da845163fde2e7df1 (patch)
tree537df27658c82b0ea1b59e4bfdd9809f7d7ac212 /world/map/npc/017-4
parent35b1645f73a274a89141fe6d8d221aea587de5a6 (diff)
downloadserverdata-f58e67f6551ea0abc9105b1da845163fde2e7df1.tar.gz
serverdata-f58e67f6551ea0abc9105b1da845163fde2e7df1.tar.bz2
serverdata-f58e67f6551ea0abc9105b1da845163fde2e7df1.tar.xz
serverdata-f58e67f6551ea0abc9105b1da845163fde2e7df1.zip
Replace Purple Tulip with Pink Tulip.
The purple one isn't sold at Blossom and therefore not obtainable.
Diffstat (limited to 'world/map/npc/017-4')
-rw-r--r--world/map/npc/017-4/orum.txt8
1 files changed, 4 insertions, 4 deletions
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