From 1195ea1eb880ca9c77f2471e036d8bb8009fd70d Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Wed, 19 Nov 2008 13:38:20 +0000 Subject: Change all script folders Script files fixes are comming --- npc/014-3_Cave/_import.txt | 4 ++++ npc/014-3_Cave/_mobs.txt | 7 +++++++ npc/014-3_Cave/_warps.txt | 6 ++++++ npc/014-3_Cave/monsters.txt | 14 ++++++++++++++ 4 files changed, 31 insertions(+) create mode 100644 npc/014-3_Cave/_import.txt create mode 100644 npc/014-3_Cave/_mobs.txt create mode 100644 npc/014-3_Cave/_warps.txt create mode 100644 npc/014-3_Cave/monsters.txt (limited to 'npc/014-3_Cave') diff --git a/npc/014-3_Cave/_import.txt b/npc/014-3_Cave/_import.txt new file mode 100644 index 00000000..f18b6e02 --- /dev/null +++ b/npc/014-3_Cave/_import.txt @@ -0,0 +1,4 @@ +map: 014-3.gat +npc: npc/014-3_Cave/monsters.txt +npc: npc/014-3_Cave/_warps.txt +npc: npc/014-3_Cave/_mobs.txt diff --git a/npc/014-3_Cave/_mobs.txt b/npc/014-3_Cave/_mobs.txt new file mode 100644 index 00000000..417a4ef0 --- /dev/null +++ b/npc/014-3_Cave/_mobs.txt @@ -0,0 +1,7 @@ +// 014-3 Cave mobs + + + +014-3.gat,0,0,0 script Mob014-3 -1,{ + end; +} diff --git a/npc/014-3_Cave/_warps.txt b/npc/014-3_Cave/_warps.txt new file mode 100644 index 00000000..39704f98 --- /dev/null +++ b/npc/014-3_Cave/_warps.txt @@ -0,0 +1,6 @@ +// 014-3 Cave warps + +014-3.gat,35,32 warp ToOutside -1,-1,014-1.gat,76,39 +014-3.gat,57,173 warp ToOutside 0,-1,014-1.gat,93,59 +014-3.gat,91,108 warp ToCave -1,-1,014-3.gat,103,53 +014-3.gat,103,54 warp ToCave -1,-1,014-3.gat,91,109 diff --git a/npc/014-3_Cave/monsters.txt b/npc/014-3_Cave/monsters.txt new file mode 100644 index 00000000..b0620568 --- /dev/null +++ b/npc/014-3_Cave/monsters.txt @@ -0,0 +1,14 @@ +// Map: new_30-1 +// This is the caves beneath West Woodland. +// + +new_30-1.gat,0,0,0,0 monster Bat 1017,50,0,0,Mob30::OnBat + +new_30-1.gat,0,0,0 script Mob30 -1,{ +OnBat: + set @mobID, 1017; + callfunc "MobPoints"; + break; + + end; +} -- cgit v1.2.3-60-g2f50