From b73cecf2dd621675eeb3674423450b9b5079ee63 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 16 Jul 2021 23:11:39 -0300 Subject: Migrate OrumQuest to the QuestSystem, and inheir skills on ported chars. --- npc/018-1/flowerpentagram3.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/018-1') diff --git a/npc/018-1/flowerpentagram3.txt b/npc/018-1/flowerpentagram3.txt index 4e5232b4..eed682c3 100644 --- a/npc/018-1/flowerpentagram3.txt +++ b/npc/018-1/flowerpentagram3.txt @@ -1,9 +1,9 @@ 018-1,83,29,0 script #FlowerPentagram3 NPC400,{ - if (OrumQuest >= 31) goto L_PlacedFifthFlower; + if (getq(MagicQuest_DarkMage) >= 31) goto L_PlacedFifthFlower; - if (OrumQuest > 23) goto L_PlacedThirdFlower; - if (OrumQuest == 23) goto L_ThirdFlower; + if (getq(MagicQuest_DarkMage) > 23) goto L_PlacedThirdFlower; + if (getq(MagicQuest_DarkMage) == 23) goto L_ThirdFlower; message strcharinfo(0), "Something is odd about this place."; end; @@ -37,7 +37,7 @@ L_Place: delitem "WhiteSummonFlower", 1; mes "Knowing what will happen, you prepare yourself for a fight. Then you go ahead with the ritual and place the magical flower."; mes "You feel the now familiar tension around you. Here they come."; - OrumQuest = 24; + setq(MagicQuest_DarkMage, 24); close2; areamonster "018-1", 73, 22, 89, 36, "", 1105, 1, "#FlowerPentagram3::OnSquirrelDeath"; areamonster "018-1", 73, 22, 89, 36, "", 1106, 2, "#FlowerPentagram3::OnMushroomDeath"; -- cgit v1.2.3-70-g09d2