diff options
-rw-r--r-- | world/map/npc/033-1/_import.txt | 1 | ||||
-rw-r--r-- | world/map/npc/033-1/backDoor.txt | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/world/map/npc/033-1/_import.txt b/world/map/npc/033-1/_import.txt index cc338e24..f50ac18a 100644 --- a/world/map/npc/033-1/_import.txt +++ b/world/map/npc/033-1/_import.txt @@ -3,6 +3,7 @@ map: 033-1.gat npc: npc/033-1/_mobs.txt npc: npc/033-1/_warps.txt +npc: npc/033-1/backDoor.txt npc: npc/033-1/barbarianinit.txt npc: npc/033-1/birrod.txt npc: npc/033-1/kimarr.txt diff --git a/world/map/npc/033-1/backDoor.txt b/world/map/npc/033-1/backDoor.txt new file mode 100644 index 00000000..06f1d2ab --- /dev/null +++ b/world/map/npc/033-1/backDoor.txt @@ -0,0 +1,9 @@ +033-1.gat,86,28,0|script|#KimarrBackDoor|127,0,0,{ + if ($@Fluffy_Hunting == 0) + goto L_Warp; + end; + +L_Warp: + warp "033-1.gat", 77, 30; + end; +} |