From b8dafc6736eb3f6fa60afcc41b5a71c9fa11bf2e Mon Sep 17 00:00:00 2001 From: Jesusalva Jesusalva Date: Sat, 19 Nov 2022 10:11:04 +0000 Subject: WIP: v2022.11.11 Update --- world/map/npc/058-1/_import.txt | 7 +++++++ world/map/npc/058-1/_mobs.txt | 8 ++++++++ world/map/npc/058-1/_nodes.txt | 4 ++++ world/map/npc/058-1/_warps.txt | 4 ++++ world/map/npc/058-1/griffen.txt | 45 +++++++++++++++++++++++++++++++++++++++++ 5 files changed, 68 insertions(+) create mode 100644 world/map/npc/058-1/_import.txt create mode 100644 world/map/npc/058-1/_mobs.txt create mode 100644 world/map/npc/058-1/_nodes.txt create mode 100644 world/map/npc/058-1/_warps.txt create mode 100644 world/map/npc/058-1/griffen.txt (limited to 'world/map/npc/058-1') diff --git a/world/map/npc/058-1/_import.txt b/world/map/npc/058-1/_import.txt new file mode 100644 index 00000000..f20d8766 --- /dev/null +++ b/world/map/npc/058-1/_import.txt @@ -0,0 +1,7 @@ +// Map 058-1: Pyramid B1F +// This file is generated automatically. All manually added changes will be removed when running the Converter. +map: 058-1 +npc: npc/058-1/_mobs.txt +npc: npc/058-1/_nodes.txt +npc: npc/058-1/_warps.txt +npc: npc/058-1/griffen.txt diff --git a/world/map/npc/058-1/_mobs.txt b/world/map/npc/058-1/_mobs.txt new file mode 100644 index 00000000..bdbfef33 --- /dev/null +++ b/world/map/npc/058-1/_mobs.txt @@ -0,0 +1,8 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Pyramid B1F mobs + +058-1,62,171,40,38|monster|Maggot|1002,16,20000ms,20000ms +058-1,36,119,32,46|monster|Maggot|1002,12,20000ms,20000ms +058-1,79,89,45,46|monster|Maggot|1002,18,20000ms,20000ms +058-1,40,53,38,21|monster|Maggot|1002,7,20000ms,20000ms +058-1,68,27,33,21|monster|Maggot|1002,4,20000ms,20000ms diff --git a/world/map/npc/058-1/_nodes.txt b/world/map/npc/058-1/_nodes.txt new file mode 100644 index 00000000..b0015ff1 --- /dev/null +++ b/world/map/npc/058-1/_nodes.txt @@ -0,0 +1,4 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Pyramid B1F nodes + +// (no nodes) diff --git a/world/map/npc/058-1/_warps.txt b/world/map/npc/058-1/_warps.txt new file mode 100644 index 00000000..bfbf011c --- /dev/null +++ b/world/map/npc/058-1/_warps.txt @@ -0,0 +1,4 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Pyramid B1F warps + +058-1,65,199|warp|-1,-1,043-1,68,114 diff --git a/world/map/npc/058-1/griffen.txt b/world/map/npc/058-1/griffen.txt new file mode 100644 index 00000000..4b81e9a6 --- /dev/null +++ b/world/map/npc/058-1/griffen.txt @@ -0,0 +1,45 @@ +// Author: Jesusalva +// INFO: Quest is easier if you helped the Druid, as per Wyara lore. +// It is meaningless if you are or aren't in the dark path. +// The Druid fought Grenxen, founder of Tulimshar, and is therefore an ally of +// Kirin De'Kagen, the Mana Sage. + +058-1,67,20,0|script|Griffen#T|194 +{ + mes "[Griffen]"; + mes "\"Welcome, wanderer, to the ruins of the Water Temple. Kirin De'Kagen has died while fighting Balgarieth the Mighty, Grenxen the Rat and Hra-zul the Thinker, therefore, The Sage War is over and your visit, is in vain. Your excellency Shoshanah Xirukos has already surrendered.\""; + next; + mes "[Griffen]"; + mes "\"I am a servant of the Mana Sage, Kirin De'Kagen, and am in charge of protecting the equipment she left here, such as the [@@"+Jackal+"|@@].\""; + next; + mes "[Griffen]"; + mes "\"The people of Tulimshar has pledged loyalty to Grenxen, so you must understand why I am suspcious of you. Please leave.\""; + menu + "Sorry, I just came to pay my respects, pay no mind.", L_Close, + "Ooh, that sounds like a good sword. Can I have it?", L_Quest, + "De'Kagen? Never heard of.", L_Kick, + "Hah, what a mere gryphon like you can do?", L_BadKick; + +L_Kick: + mes "[Griffen]"; + mes "\"In name of Gryphonne Stravag, Sage of Space, I ban you to wherever you must go. Begone, fool!\""; + warp "069-2", 83, 22; + goto L_Close; + +L_BadKick: + mes "[Griffen]"; + mes "\"In name of Gryphonne Stravag, Sage of Space, I ban you. Begone, fool!\""; + warp "009-8", 29, 134; + goto L_Close; + +L_Quest: + mes "[Griffen]"; + mes "\"As I said earlier, I don't trust you. So thou shalt bring me 10,000,000 Monster Points, 500,000 Boss Points and 1,000 [@@"+Naftalin+"|@@], a proof you're worthy of it by defeating the mobs here, plus an undeniable proof you are at Kirin De'Kagen side...\""; + next; + mes "[Griffen]"; + mes "\"...No, not really, I'm just messing with you. You cannot have the sword. Now go, shoo, shoo.\""; + goto L_Close; + +L_Close: + close; +} -- cgit v1.2.3-60-g2f50