From bdbdbde984475c869f2c4e0272a68d294a06cf74 Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Sun, 26 May 2013 21:02:24 +0200 Subject: Amend Orum's script and the flowerpentagrams to use the actual items. --- world/map/npc/017-4/orum.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'world/map/npc/017-4') diff --git a/world/map/npc/017-4/orum.txt b/world/map/npc/017-4/orum.txt index c1b81298..388b52f8 100644 --- a/world/map/npc/017-4/orum.txt +++ b/world/map/npc/017-4/orum.txt @@ -139,7 +139,7 @@ L_FirstFlower: // 16: Got task to bring materials for first magical flower delitem "SmallMushroom", @AMOUNT_SMALLMUSHROOM; delitem "PileOfAsh", @AMOUNT_SMALLMUSHROOM; delitem "OrangeTulip", 1; - getitem "BlueRose", 1; // TODO: replace with magical flower artefact + getitem "OrangeSummonFlower", 1; set OrumQuest, 17; mes "Orum takes the items and starts to pulverize them, mixes some of it together in the caldron and finally dips the tulip into it, mumbering enchantements. The tulip changes its appearance. Then he hands it over to you."; @@ -209,7 +209,7 @@ L_SecondFlower: // 19: Got task to bring materials for second magical flower delitem "PinkPetal", @AMOUNT_PINKPETAL; delitem "ScorpionStinger", @AMOUNT_STINGER; delitem "PurpleTulip", 1; - getitem "BlueRose", 1; // TODO: replace with magical flower artefact + getitem "PurpleSummonFlower", 1; set OrumQuest, 20; mes "Orum starts to handle the material similiar to the ones for the first flower. Suddenly something from the pulver gets on his hand and it makes a nasty frizzling sound. He yells in pain. After cleaning his hand he continues. At the end he gives you another magical flower while rubbing his hand."; @@ -346,7 +346,7 @@ L_EasyTooEarly: goto L_Close; L_EasySuccess: - getitem "BlueRose", 1; // TODO: replace with magical flower artefact + getitem "WhiteSummonFlower", 1; set OrumQuest, 23; mes "As you pour the liquid on the bubbling mixture, it calms down and becomes viscous. Orum takes the tulip and dips it into the mixture."; @@ -513,7 +513,7 @@ L_HardTooExtreme: goto L_Close; L_HardSuccess: - getitem "BlueRose", 1; // TODO: replace with magical flower artefact + getitem "YellowSummonFlower", 1; set OrumQuest, 26; mes "Orum pours the rheological additive on the mixture and then drips the flower into the caldron."; @@ -638,7 +638,7 @@ L_FlowerHat: mes "\"Fool! See what you've done! It's ruined!\""; next; mes "\"Though we have enough of the materials left to start over... Here, take this garbage out and get a new Red Rose!\""; - getitem "RoseHat", 1; // TODO: add item to database + getitem "RoseHat", 1; set OrumQuest, 29; goto L_Close; @@ -673,7 +673,7 @@ L_FailedFifthFlower: // 29: Failed unbeatable minigame and got the flower hat next; mes "You watch while Orum carefully prepares the last magic flower."; next; - getitem "BlueRose", 1; // TODO: replace with magical flower artefact + getitem "RedSummonFlower", 1; set OrumQuest, 30; mes "[Orum]"; mes "\"Here it is. We're almost done. Don't mess it up!\""; @@ -725,7 +725,7 @@ L_PlaceFifthFlower: // 30: Got task to place the fifth flower delitem "Pearl", @AMOUNT_PEARL; delitem "BlackScorpionStinger", @AMOUNT_BLACKSTINGER; delitem "RedRose", 1; - getitem "BlueRose", 1; // TODO: replace with magical flower artefact + getitem "RedSummonFlower", 1; mes "Orum takes the material and prepares a new flower."; mes "[Orum]"; -- cgit v1.2.3-70-g09d2