summaryrefslogtreecommitdiff
path: root/world/map/npc/058-2/griffen.txt
diff options
context:
space:
mode:
authorJesusalva Jesusalva <jesusalva@themanaworld.org>2022-11-19 10:11:04 +0000
committerJesusalva Jesusalva <jesusalva@themanaworld.org>2022-11-19 10:11:04 +0000
commitb8dafc6736eb3f6fa60afcc41b5a71c9fa11bf2e (patch)
treef6f8e5189c711b0eadbfc2d0af53fc183af16de2 /world/map/npc/058-2/griffen.txt
parentd48928c3e87c18ea11447117e307cf06f33829f6 (diff)
downloadserverdata-b8dafc6736eb3f6fa60afcc41b5a71c9fa11bf2e.tar.gz
serverdata-b8dafc6736eb3f6fa60afcc41b5a71c9fa11bf2e.tar.bz2
serverdata-b8dafc6736eb3f6fa60afcc41b5a71c9fa11bf2e.tar.xz
serverdata-b8dafc6736eb3f6fa60afcc41b5a71c9fa11bf2e.zip
WIP: v2022.11.11 Update
Diffstat (limited to 'world/map/npc/058-2/griffen.txt')
-rw-r--r--world/map/npc/058-2/griffen.txt43
1 files changed, 43 insertions, 0 deletions
diff --git a/world/map/npc/058-2/griffen.txt b/world/map/npc/058-2/griffen.txt
new file mode 100644
index 00000000..c6bce716
--- /dev/null
+++ b/world/map/npc/058-2/griffen.txt
@@ -0,0 +1,43 @@
+// Author: Jesusalva
+// INFO: Killing the injuried mouboo will make quest easier just to balance Jackal
+// There's no deeper meaning to it, unfortunately.
+
+058-2,67,20,0|script|Griffen#K|194
+{
+ mes "[Griffen]";
+ mes "\"Welcome, wanderer, to the ruins of the Fire 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 Sus'anoo Milachts has died valiantly fighting, but his sacrifice will not be remembered.\"";
+ next;
+ mes "[Griffen]";
+ mes "\"I am a servant of the Mana Sage, Kirin De'Kagen, and am in charge of protecting the equipment she made with Milachts, such as the [@@"+DragonSword+"|@@].\"";
+ 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", 89, 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;
+}