summaryrefslogtreecommitdiff
path: root/npc/056-2/barrier.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/056-2/barrier.txt')
-rw-r--r--npc/056-2/barrier.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/npc/056-2/barrier.txt b/npc/056-2/barrier.txt
new file mode 100644
index 00000000..f6759e3a
--- /dev/null
+++ b/npc/056-2/barrier.txt
@@ -0,0 +1,17 @@
+056-2,23,33,0 script #Barrier NPC45,0,0,{
+ if (Mirak_Bantime > gettimetick(2))
+ goto L_Block;
+ if (BaseLevel < 25)
+ goto L_Weak;
+ warp "056-2", 63, 35;
+ end;
+
+L_Block:
+ message strcharinfo(0), "I can't enter.... That old man really made sure that I wouldn't be able to bother him again anytime soon.";
+ end;
+
+L_Weak:
+ message strcharinfo(0), "I can't enter because this magic field is too strong. Maybe I should train some more....";
+ end;
+
+}