summaryrefslogtreecommitdiff
path: root/npc/030-3/orum_homunculus.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/030-3/orum_homunculus.txt')
-rw-r--r--npc/030-3/orum_homunculus.txt466
1 files changed, 466 insertions, 0 deletions
diff --git a/npc/030-3/orum_homunculus.txt b/npc/030-3/orum_homunculus.txt
new file mode 100644
index 00000000..fef218e9
--- /dev/null
+++ b/npc/030-3/orum_homunculus.txt
@@ -0,0 +1,466 @@
+
+019-3,79,30,0 script #OrumTelepathy1 NPC127,3,3,{
+ callfunc "XmasStates";
+
+ if($@xmas_time)
+ goto L_XmasMain;
+ goto L_End;
+
+L_XmasMain:
+ if((@xmas_state == $@xmas_list_deliver_state) && !(@xmas_knows_route))
+ goto L_Telepathy;
+ goto L_End;
+
+L_Telepathy:
+ mesn l("Balthasar");
+ mes "\"Not that way!\"";
+ mes "\"Use the southernmost exit.\"";
+ close;
+
+L_End:
+ end;
+}
+
+019-3,104,67,0 script #OrumTelepathy2 NPC127,1,1,{
+ callfunc "XmasStates";
+
+ if($@xmas_time)
+ goto L_XmasMain;
+ goto L_End;
+
+L_XmasMain:
+ if((@xmas_state == $@xmas_list_deliver_state) && !(@xmas_knows_route))
+ goto L_Telepathy;
+ goto L_End;
+
+L_Telepathy:
+ mesn l("Balthasar");
+ mes "\"That is the long way!\"";
+ mes "\"Just go south from here to the southernmost exit.\"";
+ close;
+
+L_End:
+ end;
+}
+
+019-3,102,95,0 script #OrumTelepathy3 NPC127,3,3,{
+ callfunc "XmasStates";
+
+ if($@xmas_time)
+ goto L_XmasMain;
+ goto L_End;
+
+L_XmasMain:
+ if((@xmas_state == $@xmas_list_deliver_state) && !(@xmas_knows_route))
+ goto L_Telepathy;
+ goto L_End;
+
+L_Telepathy:
+ mesn l("Balthasar");
+ mes "\"Ok. You are getting closer, I can feel it!\"";
+ mes "\"You are heading in the right direction - to the southern most exit.\"";
+ close;
+
+L_End:
+ end;
+}
+
+019-3,81,61,0 script #OrumTelepathy4 NPC127,3,3,{
+ callfunc "XmasStates";
+
+ if($@xmas_time)
+ goto L_XmasMain;
+ goto L_End;
+
+L_XmasMain:
+ if((@xmas_state == $@xmas_list_deliver_state) && !(@xmas_knows_route))
+ goto L_Telepathy;
+ goto L_End;
+
+L_Telepathy:
+ mesn l("Balthasar");
+ mes "\"Ok, you are getting closer, I can feel it.!\"";
+ mes "\"Go take the south west path towards the brazier.\"";
+ close;
+
+L_End:
+ end;
+}
+
+030-3,49,53,0 script #OrumTelepathy5 NPC127,1,1,{
+ callfunc "XmasStates";
+
+ if($@xmas_time)
+ goto L_XmasMain;
+ goto L_End;
+
+L_XmasMain:
+ if((@xmas_state == $@xmas_list_deliver_state) && !(@xmas_knows_route))
+ goto L_Telepathy;
+ goto L_End;
+
+L_Telepathy:
+ mesn l("Balthasar");
+ mes "\"Wrong way!\"";
+ mes "\"I am in the northeastern corner.\"";
+ close;
+
+L_End:
+ end;
+}
+
+030-3,48,73,0 script #OrumTelepathy6 NPC127,1,1,{
+ callfunc "XmasStates";
+
+ if($@xmas_time)
+ goto L_XmasMain;
+ goto L_End;
+
+L_XmasMain:
+ if((@xmas_state == $@xmas_list_deliver_state) && !(@xmas_knows_route))
+ goto L_Telepathy;
+ goto L_End;
+
+L_Telepathy:
+ mesn l("Balthasar");
+ mes "\"Wrong Way!\"";
+ mes "\"I am in the northeastern corner.\"";
+ close;
+
+L_End:
+ end;
+}
+
+030-3,95,66,0 script #OrumTelepathy7 NPC127,1,1,{
+ callfunc "XmasStates";
+
+ if($@xmas_time)
+ goto L_XmasMain;
+ goto L_End;
+
+L_XmasMain:
+ if((@xmas_state == $@xmas_list_deliver_state) && !(@xmas_knows_route))
+ goto L_Telepathy;
+ goto L_End;
+
+L_Telepathy:
+ mesn l("Balthasar");
+ mes "\"Wrong Way!\"";
+ mes "\"I am in the northeastern corner.\"";
+ close;
+
+L_End:
+ end;
+}
+
+030-3,100,49,0 script Balthasar NPC385,{
+ callfunc "XmasStates";
+
+ if($@xmas_time)
+ goto L_XmasMain;
+ goto L_OffSeason;
+
+L_OffSeason:
+ mes l("%s looks up, inspects you briefly, and looks away again.", .name$);
+ end;
+
+L_XmasMain:
+ if(!(@xmas_knows_route)) goto L_SetPath;
+ if((@xmas_list_deliver) && !(@xmas_side)) goto L_OffSeason;
+ if((@xmas_reward_done_state) && (@xmas_side)) goto L_ThankYou;
+ if((@xmas_reward1_done_state) && (@xmas_side)) goto L_Thanks;
+ if((@xmas_reward2_done_state) && (@xmas_side)) goto L_Reward;
+ if((@xmas_reward_start_state) && (@xmas_side)) goto L_Reward;
+ if((@xmas_boss_door_state) && (@xmas_side)) goto L_Quick;
+ if((@xmas_reagent_done_state) && (@xmas_side)) goto L_PowerReagents;
+ if((@xmas_reagent_start_state) && (@xmas_side)) goto L_PowerReagents;
+ if((@xmas_helper_done_state) && (@xmas_side)) goto L_HelperQuest;
+ if((@xmas_helper_start_state) && (@xmas_side)) goto L_HelperQuest;
+ if(@xmas_list_deliver) goto L_ListReturn;
+ if(@xmas_list_complete) goto L_SantasList;
+ if(@xmas_list_both) goto L_HaveList2;
+ if(@xmas_list_path1) goto L_QuestStart1;
+ if(@xmas_list_path2) goto L_HaveList2;
+ if($@xmas_time) goto L_QuestStart2;
+ goto L_OffSeason;
+
+L_SetPath:
+ @xmas_knows_route = 1;
+ callfunc "XmasSetRoute";
+ goto L_XmasMain;
+
+L_QuestStart1:
+ mesn l("Balthasar");
+ mes "\"Greetings traveler, Do you have any time to help me out?\"";
+ menu
+ "No. I really have to go.", L_close,
+ "Sure, I'm listening.", L_Next;
+
+L_Next:
+ mes "\"Good. You may have heard that some of the children's wish lists are missing.\"";
+ mes "\"I sent a courier out to get their lists, but they have yet to return.\"";
+ next;
+ mes "\"Let's see the following children's lists are still missing:\"";
+ callfunc "XmasListList";
+ mes "\"Would you please go and take a look what happened to them? If you can get hold of a list, report back. We surely know how to \"amend\" these things properly...\"";
+ @xmas_state = $@xmas_list_both_state;
+ callfunc "XmasSetState";
+ goto L_close;
+
+L_QuestStart2:
+ mesn l("Balthasar");
+ mes "\"Greetings traveler, Do you have any time to help me out?\"";
+ menu
+ "No. I really have to go.", L_close,
+ "Sure, I'm listening.", L_KeepGoing;
+
+L_KeepGoing:
+ mes "\"Good. You may have heard that some of the children's wish lists are missing.\"";
+ mes "\"I sent a courier out to get their lists, but they have yet to return.\"";
+ next;
+ mes "\"Let's see the following children's lists are missing:\"";
+ callfunc "XmasListList";
+ mes "\"Would you please go and take a look what happened to them? If you get a list, report back.\"";
+ @xmas_state = $@xmas_list_path2_state;
+ callfunc "XmasSetState";
+ goto L_close;
+
+L_HaveList2:
+ mesn l("Balthasar");
+ mes "\"Have you got the missing lists?\"";
+ menu
+ "What were those names again?", L_ListNames,
+ "Yes.", L_SantasList,
+ "No.", L_close;
+
+L_ListNames:
+ mes "\"The missing children's names are;\"";
+ callfunc "XmasListList";
+ mes "\"Go now, and come back when you have the lists.\"";
+ goto L_close;
+
+L_NotComplete:
+ mes "\"This doesn't seem like enough names to work with. Come back when you have more.\"";
+ goto L_close;
+
+L_SantasList:
+ callfunc "XmasCheckList";
+ callfunc "XmasStates";
+ if(!(@xmas_list_complete))
+ goto L_NotComplete;
+ mes "\"Take the altered list to Elijas.\"";
+ menu
+ "I don't know, this sounds kind of naughty.", L_Foo;
+
+L_Foo:
+ mes "\"Do my bidding or I'll have no more words with you.\"";
+ goto L_close;
+
+L_ListReturn:
+ mesn l("Balthasar");
+ mes "\"This had better be important, I've got enough to worry about.\"";
+ menu
+ "Sorry for interrupting, but I've come down here because I delivered the fake list", L_FakeList;
+
+L_FakeList:
+ mes "he stares blankly at you for a bit... ";
+ next;
+ mes "\"MUHAHAHAHAHAHAA!!\"";
+ next;
+ mes "\"I see. Mighty naughty, I bet they tossed you out?\"";
+ mes "\"I was wondering if you would have any interest in continuing to do so?\"";
+ mes "\"I do have the power to reward you handsomely for your naughtiness.\"";
+ next;
+ mes "\"You see the Christmas Inn and it's insufferable happiness and joy they spread makes dark magic users sick.\"";
+ mes "\"Well this year I struck back. I managed to make it inside and snatch their mana battery that powers their precious nutcrackers. Then ruin their back stock with the nutcrackers powered down.\"";
+ next;
+ mes "\"The sages showed up and had me tossed out. It seems like they also created some kind of barrier to toss our kind, saying those of a truely evil heart, out.\"";
+ mes "\"They may have blocked my aura, but surely didn't crush my spirit. Mainly because those fools didn't discover the portal I created into the Inn's basement.\"";
+ next;
+ mes "\"Muhahahaha\"";
+ next;
+ mes "\"I have more plans for both later. First, we need to slow the Christmas Inn down.\"";
+ mes "\"We can't let them free time to fix their problems. We need to press our advantage.\"";
+ next;
+ mes "\"I will need you to gather some items for me. They are required to make the helpers job a living hell.\"";
+ next;
+ mes "\"Lets see... To replace the glitter I need you to get me " + ($@xmas_red_amount + $@xmas_yellow_amount) + " Piles of Ash, " + $@xmas_red_amount + " Red Dyes and " + $@xmas_yellow_amount + " Yellow Dyes\"";
+ mes "\"Bring them here and I can instruct you how to mix them into fake glitter, a powder that will make them believe they have what they need but really they don't. It will loose it's shine before it arrives. They are way to self absorbed to notice the difference. And even if they notice... It will be too late!\"";
+ next;
+ mes "He bursts into a devilish laughter...";
+ next;
+ mes "\"mmh... To replace the packing material we also need to get some Cotton Cloth.\"";
+ mes "He makes a strange frown and clenches his teeth. It seems like he is talking to himself, not to you.";
+ mes "\"Yes... That will rattle of few cages, when the presents rattle and the gifts break.\"";
+ next;
+ mes "\"You can also give them " + $@xmas_bad_friendly_name$ + " for their candy storage.\"";
+ mes "\"Be assured my minion that will take a good bite out of their holiday cheer.\"";
+ next;
+ mes "\"Excellent.\"";
+ mes "\"Now listen:\"";
+ next;
+ mes "\"So far my basement portal has remained undetected:";
+ mes "Head to the west in this cave to find it.\"";
+ mes "\"Once there smash your fist into the small crack and you will be teleported into the basement of the inn.\"";
+ mes "\"Let me fake the mark Chief Warrick uses to identify his helpers. Don't get to close to the guards they might spot you.\"";
+ mes "\"Now, prove yourself, gather the required items and go back to the Inn to sabotage Santa's Helpers.\"";
+ callfunc "XmasSetSide";
+ XMASTIME = XMASTIME | $@xmas_helper_bit;
+ XMASTIME = XMASTIME | $@xmas_basement_passage;
+ @xmas_state = $@xmas_helpers_start_state;
+ callfunc "XmasSetState";
+ goto L_close;
+
+L_HelperQuest:
+ mesn l("Balthasar");
+ mes "\"Welcome back!\"";
+ mes "\"How is the sabotage coming along?\"";
+ menu
+ "What is this all about again?", L_HelpHelpers,
+ "They keep throwing me out.", L_HelpPassage,
+ "I need some powders made.", L_MakePowders,
+ "It's a mess.", L_Continue,
+ "I'd better break some things.", L_close;
+
+L_HelpHelpers:
+ mes "\"I will need you to gather some items for me. They are required to make the helpers job a living hell.\"";
+ next;
+ mes "\"Lets see... To replace the glitter I need you to get me " + ($@xmas_red_amount + $@xmas_yellow_amount) + " Piles of Ash, " + $@xmas_red_amount + " Red Dyes and " + $@xmas_yellow_amount + " Yellow Dyes\"";
+ mes "\"Bring them here and I can instruct you how to mix them into fake glitter, a powder that will make them believe they have what they need but really they don't. It will loose it's shine before it arrives. They are way to self absorbed to notice the difference. And even if they notice... It will be too late!\"";
+ next;
+ mes "He bursts into a devilish laughter...";
+ next;
+ mes "\"mmh... To replace the packing material we also need to get some Cotton Cloth.\"";
+ mes "He makes a strange frown and clenches his teeth. It seems like he is talking to himself, not to you.";
+ mes "\"Yes... That will rattle of few cages, when the presents rattle and the gifts break.\"";
+ next;
+ mes "\"You can also give them " + $@xmas_bad_friendly_name$ + " for their candy storage.\"";
+ mes "\"Be assured my minion that will take a good bite out of their holiday cheer.\"";
+ next;
+ goto L_HelperQuest;
+
+L_HelpPassage:
+ mes "\"As I told you, I installed a passage to the Inn's basement:";
+ mes "Head to the west in this cave to find it.\"";
+ mes "\"Once there, smash your fist into the small crack and you will be teleported into the basement of the inn.\"";
+ goto L_close;
+
+L_MakePowders:
+ callfunc "BadPowderMake";
+ goto L_close;
+
+L_Continue:
+ callfunc "XmasHelperPoints";
+ callfunc "XmasStates";
+ if(@xmas_helper_done_state)
+ goto L_ManaBattery;
+ goto L_NotHelpEnough;
+
+L_NotHelpEnough:
+ mes "\"Hrmm... I'm still seeing too much activity up there. You better wreck some more havoc otherwise they might restore the power before us.\"";
+ goto L_close;
+
+L_ManaBattery:
+ mes "\"Now that we set back the holiday, It's time for the next step in my plan.\"";
+ next;
+ callfunc "ListReagents";
+ mes "\"When you have gathered the required materials please come back and see me.\"";
+ @xmas_state = $@xmas_reagents_start;
+ callfunc "XmasSetState";
+ callfunc "XmasXpReward";
+ goto L_close;
+
+L_IngredientList:
+ callfunc "ListReagents";
+ mes "\"When you have gathered the required materials please come back and see me.\"";
+ goto L_close;
+
+L_PowerReagents:
+ mesn l("Balthasar");
+ mes "\"Have you gotten the reagents?\"";
+ menu
+ "Yes.", L_CheckReagents,
+ "What were they again?", L_IngredientList,
+ "No.", L_NotEnough;
+
+L_CheckReagents:
+ callfunc "CheckReagents";
+ callfunc "XmasStates";
+ if(!(@xmas_reagent_done_state))
+ goto L_NotEnough;
+ callfunc "DeleteReagents";
+ mes "\"YES! you have all the required components!\"";
+ mes "\"Now I can create a mind link to the mana battery and control the nutcrackers\"";
+ next;
+ mes "You watch as he puts equal amounts of emerald powder into each of the iron potions.";
+ mes "He methodically crushes up the dark crystal and speads it amongst the potions.";
+ mes "He positions the four potions in a stand so all the openings are mostly facing each other.";
+ mes "He begins to chant.";
+ next;
+ mesn l("Balthasar");
+ mes "O";
+ next;
+ mes "wat";
+ next;
+ mes "goo";
+ next;
+ mes "siam";
+ next;
+ mes "The potions begin to pulse with mana.";
+ mes "He continues to chant";
+ next;
+ mesn l("Balthasar");
+ mes "Aye";
+ next;
+ mes "Am";
+ next;
+ mes "Knot";
+ next;
+ mes "Phunee";
+ next;
+ mes "Mana surges to life in the potions";
+ next;
+ mes "\"Phew! That takes alot out of a person.\"";
+ mes "\"I'm in no condition to go anywhere.\"";
+ next;
+ mes "\"Take the Mana Battery and install it in the warehouse.\"";
+ mes "\"It's found behind Chief Warrick\"";
+ @xmas_state = $@xmas_boss_door_open_state;
+ callfunc "XmasSetState";
+ callfunc "XmasXpReward";
+ goto L_close;
+
+L_Quick:
+ mesn l("Balthasar");
+ mes "\"What are you still doing here?\"";
+ mes "\"Quickly, to the warehouse.\"";
+ goto L_close;
+
+L_Reward:
+ mesn l("Balthasar");
+ mes "\"Revenge is a dish best served cold..\"";
+ if (@xmas_reward2_done_state)
+ @xmas_state = $@xmas_reward_done;
+ if (@xmas_reward_start_state)
+ @xmas_state = $@xmas_reward1_done;
+
+ callfunc "XmasSetState";
+ callfunc "XmasMainXpBpReward";
+ goto L_close;
+
+L_Thanks:
+ mesn l("Balthasar");
+ mes "\"Please feel free to continue to sabotage whats left of the Inn while I prepare your reward.\"";
+ goto L_close;
+
+L_NotEnough:
+ mes "\"Come back with the components or don't come back at all.\"";
+ goto L_close;
+
+L_ThankYou:
+ mes "\"Now I'm the one in power of the Inn. You did well my minion.\"";
+ goto L_close;
+
+L_close:
+ close;
+}