From 772993f42814fb16d72725d1e42f8e784ff92377 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 3 Jun 2018 15:10:49 -0300 Subject: Tulimshar Sewers + bugfix --- npc/003-1/sewer.txt | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 npc/003-1/sewer.txt (limited to 'npc/003-1/sewer.txt') diff --git a/npc/003-1/sewer.txt b/npc/003-1/sewer.txt new file mode 100644 index 000000000..269c56a01 --- /dev/null +++ b/npc/003-1/sewer.txt @@ -0,0 +1,35 @@ +// TMW2 scripts. +// Author: +// Jesusalva +// Notes: +// TW: Tulimshar, West +// TE: Tulimshar, East + +003-1,56,84,0 script #Sewer-TW NPC_NO_SPRITE,{ + if (getq(TulimsharQuest_Sewers) == 0) end; + if (BaseLevel < 25) end; + + mes col("Descend into Tulimshar sewers?", 9); + if (askyesno() == ASK_YES) { + closedialog; + warp "003-1-1", 57, 100; + dispbottom l("Blame Saulc."); + end; + } + close; +} + +003-1,115,111,0 script #Sewer-TE NPC_NO_SPRITE,{ + if (getq(TulimsharQuest_Sewers) == 0) end; + if (BaseLevel < 25) end; + + mes col("Descend into Tulimshar sewers?", 9); + if (askyesno() == ASK_YES) { + closedialog; + warp "003-1-1", 143, 128; + dispbottom l("Blame Saulc."); + end; + } + close; +} + -- cgit v1.2.3-70-g09d2