summaryrefslogtreecommitdiff
path: root/npc/002-1_Sandstorm/sandstorm_mine_barrier.txt
diff options
context:
space:
mode:
authorWombat <hpwombat@yahoo.com>2010-08-18 21:02:01 -0400
committerWombat <hpwombat@yahoo.com>2010-08-18 21:02:01 -0400
commit0b9235d0865509feb9ef97aa197204293cee0b1f (patch)
tree719ddcf0441486774d0b827fb5a36e7e0a5b7ec8 /npc/002-1_Sandstorm/sandstorm_mine_barrier.txt
parent75dfdd443d6dbe9bd556debeb1c50d3000d95967 (diff)
downloadserverdata-0b9235d0865509feb9ef97aa197204293cee0b1f.tar.gz
serverdata-0b9235d0865509feb9ef97aa197204293cee0b1f.tar.bz2
serverdata-0b9235d0865509feb9ef97aa197204293cee0b1f.tar.xz
serverdata-0b9235d0865509feb9ef97aa197204293cee0b1f.zip
Low Level Tulimshar Release
News, Small Fixes, Tulimshar Related Quests, Sandstorm Mob Changes Expensive Hurnscald Warp NPC
Diffstat (limited to 'npc/002-1_Sandstorm/sandstorm_mine_barrier.txt')
-rw-r--r--npc/002-1_Sandstorm/sandstorm_mine_barrier.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/npc/002-1_Sandstorm/sandstorm_mine_barrier.txt b/npc/002-1_Sandstorm/sandstorm_mine_barrier.txt
new file mode 100644
index 00000000..62abceac
--- /dev/null
+++ b/npc/002-1_Sandstorm/sandstorm_mine_barrier.txt
@@ -0,0 +1,14 @@
+//Sandstorm mine barrier
+
+002-1.gat,20,94,0 script #Sandstorm_Mine_Barrier 127,0,0,{
+
+ if (TMW_Quest >= 20) goto L_Sandstorm_Barrier_Open;
+
+ message strcharinfo(0), "Some force seems to block your entrance.";
+ end;
+
+L_Sandstorm_Barrier_Open:
+ warp "002-3.gat",37,31;
+ end;
+
+}