summaryrefslogtreecommitdiff
path: root/world/map/npc/056-2/barrier.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/056-2/barrier.txt')
-rw-r--r--world/map/npc/056-2/barrier.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/world/map/npc/056-2/barrier.txt b/world/map/npc/056-2/barrier.txt
new file mode 100644
index 00000000..f678cce2
--- /dev/null
+++ b/world/map/npc/056-2/barrier.txt
@@ -0,0 +1,17 @@
+056-2.gat,23,33,0|script|#Barrier|45,1,1,{
+ if (Mirak_Bantime > gettimetick(2))
+ goto L_Block;
+ if (BaseLevel < 25)
+ goto L_Weak;
+ warp "056-2.gat", 63, 35;
+ end;
+
+L_Block:
+ message strcharinfo(0), "I cannot enter... That old man really made sure I cannot bother him agin.";
+ end;
+
+L_Weak:
+ message strcharinfo(0), "I cannot enter. The magic is to strong. Maybe I should train some more.";
+ end;
+
+}