summaryrefslogtreecommitdiff
path: root/npc/015-8/config.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/015-8/config.txt')
-rw-r--r--npc/015-8/config.txt34
1 files changed, 34 insertions, 0 deletions
diff --git a/npc/015-8/config.txt b/npc/015-8/config.txt
new file mode 100644
index 000000000..c8f19a7f0
--- /dev/null
+++ b/npc/015-8/config.txt
@@ -0,0 +1,34 @@
+// TMW2 scripts.
+// Author:
+// Jesusalva
+// Description:
+// 015-8 Sagratha Cave Configuration File
+
+015-8 mapflag zone MMO
+
+018-5,99,179,0 script #Exit0158 NPC_HIDDEN,0,0,{
+ end;
+
+OnTouch:
+ .@q=getq(HurnscaldQuest_Sagratha);
+ .@q2=getq2(HurnscaldQuest_Sagratha);
+ // Cheater Detected
+ if (!MAGIC_LVL || .@q < 3) {
+ setq HurnscaldQuest_Sagratha, 0, 0, 0;
+ sc_end SC_CASH_PLUSEXP;
+ sc_end SC_OVERLAPEXPUP;
+ sc_start SC_OVERLAPEXPUP, 300000, -20;
+ warp "Save", 0, 0;
+ return false;
+ }
+
+ mesc l("Return to Sagratha's House?");
+ if (askyesno() == ASK_YES) {
+ .@mapn$="sgt1@"+getcharid(0);
+ warp .@mapn$, 33, 44;
+ changemusic .@mapn$, "eric_matyas_ghouls.ogg";
+ }
+ closeclientdialog;
+ close;
+}
+