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.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/world/map/npc/056-2/barrier.txt b/world/map/npc/056-2/barrier.txt
deleted file mode 100644
index 956dc630..00000000
--- a/world/map/npc/056-2/barrier.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-056-2,23,33,0|script|#Barrier|45,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;
-
-}