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/006-3_Desert_mountain_caves/_import.txt | 4 ++++ npc/006-3_Desert_mountain_caves/_mobs.txt | 7 +++++++ npc/006-3_Desert_mountain_caves/_warps.txt | 20 ++++++++++++++++++++ npc/006-3_Desert_mountain_caves/monsters.txt | 14 ++++++++++++++ 4 files changed, 45 insertions(+) create mode 100644 npc/006-3_Desert_mountain_caves/_import.txt create mode 100644 npc/006-3_Desert_mountain_caves/_mobs.txt create mode 100644 npc/006-3_Desert_mountain_caves/_warps.txt create mode 100644 npc/006-3_Desert_mountain_caves/monsters.txt (limited to 'npc/006-3_Desert_mountain_caves') diff --git a/npc/006-3_Desert_mountain_caves/_import.txt b/npc/006-3_Desert_mountain_caves/_import.txt new file mode 100644 index 00000000..90fb5864 --- /dev/null +++ b/npc/006-3_Desert_mountain_caves/_import.txt @@ -0,0 +1,4 @@ +map: 006-3.gat +npc: npc/006-3_Desert_mountain_caves/monsters.txt +npc: npc/006-3_Desert_mountain_caves/_warps.txt +npc: npc/006-3_Desert_mountain_caves/_mobs.txt diff --git a/npc/006-3_Desert_mountain_caves/_mobs.txt b/npc/006-3_Desert_mountain_caves/_mobs.txt new file mode 100644 index 00000000..fd6e317b --- /dev/null +++ b/npc/006-3_Desert_mountain_caves/_mobs.txt @@ -0,0 +1,7 @@ +// 006-3 Desert mountain caves mobs + + + +006-3.gat,0,0,0 script Mob006-3 -1,{ + end; +} diff --git a/npc/006-3_Desert_mountain_caves/_warps.txt b/npc/006-3_Desert_mountain_caves/_warps.txt new file mode 100644 index 00000000..9c40defc --- /dev/null +++ b/npc/006-3_Desert_mountain_caves/_warps.txt @@ -0,0 +1,20 @@ +// 006-3 Desert mountain caves warps + +006-3.gat,40,26 warp CavesExit -1,-1,006-1.gat,40,27 +006-3.gat,55,27 warp CavesExit -1,-1,006-1.gat,55,28 +006-3.gat,62,30 warp CavesExit -1,-1,006-1.gat,62,31 +006-3.gat,86,24 warp CavesExit -1,-1,006-1.gat,86,25 +006-3.gat,91,24 warp CavesExit -1,-1,006-1.gat,91,25 +006-3.gat,122,24 warp CavesExit -1,-1,006-1.gat,122,25 +006-3.gat,114,49 warp CavesExit -1,-1,006-1.gat,114,50 +006-3.gat,104,44 warp CavesExit -1,-1,006-1.gat,104,45 +006-3.gat,60,68 warp CavesExit -1,-1,006-1.gat,60,59 +006-3.gat,92,63 warp CavesExit -1,-1,006-1.gat,92,64 +006-3.gat,112,74 warp CavesExit -1,-1,006-1.gat,112,75 +006-3.gat,110,56 warp CavesExit -1,-1,006-1.gat,110,57 +006-3.gat,125,59 warp CavesExit -1,-1,006-1.gat,125,60 +006-3.gat,74,90 warp CavesExit -1,-1,006-1.gat,74,91 +006-3.gat,51,90 warp CavesExit -1,-1,006-1.gat,51,91 +006-3.gat,38,121 warp CavesExit -1,-1,006-1.gat,38,122 +006-3.gat,79,120 warp CavesExit -1,-1,006-1.gat,79,121 +006-3.gat,121,110 warp CavesExit -1,-1,006-1.gat,121,111 diff --git a/npc/006-3_Desert_mountain_caves/monsters.txt b/npc/006-3_Desert_mountain_caves/monsters.txt new file mode 100644 index 00000000..b24d2e7c --- /dev/null +++ b/npc/006-3_Desert_mountain_caves/monsters.txt @@ -0,0 +1,14 @@ +// Map: new_25-1 +// This is the Desert Mountains Caves. +// + +new_25-1.gat,0,0,0,0 monster MountainSnake 1026,50,0,0,Mob25::OnMountainSnake + +new_25-1.gat,0,0,0 script Mob25 -1,{ +OnMountainSnake: + set @mobID, 1026; + callfunc "MobPoints"; + break; + + end; +} -- cgit v1.2.3-70-g09d2