summaryrefslogtreecommitdiff
path: root/npc/025-3
diff options
context:
space:
mode:
Diffstat (limited to 'npc/025-3')
-rw-r--r--npc/025-3/_import.txt1
-rw-r--r--npc/025-3/_warps.txt12
-rw-r--r--npc/025-3/barrier.txt10
3 files changed, 12 insertions, 11 deletions
diff --git a/npc/025-3/_import.txt b/npc/025-3/_import.txt
index abec253e..a02d4c7e 100644
--- a/npc/025-3/_import.txt
+++ b/npc/025-3/_import.txt
@@ -2,3 +2,4 @@
map: 025-3.gat
npc: npc/025-3/_mobs.txt
npc: npc/025-3/_warps.txt
+npc: npc/025-3/barrier.txt
diff --git a/npc/025-3/_warps.txt b/npc/025-3/_warps.txt
index c40cdf6b..a6a94b38 100644
--- a/npc/025-3/_warps.txt
+++ b/npc/025-3/_warps.txt
@@ -1,16 +1,6 @@
// This file is generated automatically. All manually changes will be removed when running the Converter.
// 025-3 warps
-025-3.gat,112,99 warp ToOutside 1,-1,025-1.gat,42,81
+025-3.gat,112,98 warp ToOutside 1,-1,025-1.gat,42,81
025-3.gat,105,86 warp ToHelper -1,-1,025-4.gat,28,36
-025-3.gat,71,84 warp ToBattleCave -1,-1,025-4.gat,41,95
025-3.gat,80,84 warp ToBattleCave -1,-1,025-4.gat,110,94
-025-3.gat,53,108 warp ToBattleCave -1,-1,025-4.gat,168,115
-025-3.gat,78,128 warp ToBattleCave -1,-1,025-4.gat,32,154
-025-3.gat,138,159 warp ToBattleCave -1,-1,025-4.gat,100,158
-025-3.gat,80,84 warp ToBattleCave -1,-1,025-4.gat,110,94
-025-3.gat,138,93 warp ToBattleCave -1,-1,025-4.gat,159,172
-025-3.gat,70,58 warp ToBattleCave -1,-1,025-4.gat,41,95
-025-3.gat,70,58 warp ToBattleCave -1,-1,025-4.gat,42,217
-025-3.gat,71,31 warp ToBattleCave -1,-1,025-4.gat,105,214
-025-3.gat,128,36 warp ToBattleCave -1,-1,025-4.gat,157,224
diff --git a/npc/025-3/barrier.txt b/npc/025-3/barrier.txt
new file mode 100644
index 00000000..dd4ad0f4
--- /dev/null
+++ b/npc/025-3/barrier.txt
@@ -0,0 +1,10 @@
+025-3.gat,77,169,0 script #JuliaBarrier 127,1,1,{
+ if (Rossy_Quest <= 15) goto L_Block;
+ warp "025-4.gat", 157, 46;
+ end;
+
+L_Block:
+ message strcharinfo(0), "You don't feel powerful enough to enter. You maybe should explore somewhere else before.";
+ end;
+
+}