From 5b37c844c5df61b090a3d2dfb4e792795057303c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 1 Jun 2019 19:48:12 -0300 Subject: Add configuration to 015-8 --- npc/015-8/config.txt | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 npc/015-8/config.txt (limited to 'npc/015-8/config.txt') 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; +} + -- cgit v1.2.3-60-g2f50