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/011-4_Lake_cave/_import.txt | 4 ++++ npc/011-4_Lake_cave/_mobs.txt | 19 +++++++++++++++++++ npc/011-4_Lake_cave/_warps.txt | 4 ++++ npc/011-4_Lake_cave/monsters.txt | 20 ++++++++++++++++++++ 4 files changed, 47 insertions(+) create mode 100644 npc/011-4_Lake_cave/_import.txt create mode 100644 npc/011-4_Lake_cave/_mobs.txt create mode 100644 npc/011-4_Lake_cave/_warps.txt create mode 100644 npc/011-4_Lake_cave/monsters.txt (limited to 'npc/011-4_Lake_cave') diff --git a/npc/011-4_Lake_cave/_import.txt b/npc/011-4_Lake_cave/_import.txt new file mode 100644 index 00000000..37f9085e --- /dev/null +++ b/npc/011-4_Lake_cave/_import.txt @@ -0,0 +1,4 @@ +map: 011-4.gat +npc: npc/011-4_Lake_cave/monsters.txt +npc: npc/011-4_Lake_cave/_warps.txt +npc: npc/011-4_Lake_cave/_mobs.txt diff --git a/npc/011-4_Lake_cave/_mobs.txt b/npc/011-4_Lake_cave/_mobs.txt new file mode 100644 index 00000000..62bb6fb4 --- /dev/null +++ b/npc/011-4_Lake_cave/_mobs.txt @@ -0,0 +1,19 @@ +// 011-4 Lake cave mobs + +011-4.gat,51,29,39,39 monster Shroom 1019,1,0,0,Mob011-4::On1019 +011-4.gat,93,114,39,39 monster Lamp Snake 1021,1,0,0,Mob011-4::On1021 + + +011-4.gat,0,0,0 script Mob011-4 -1,{ +On1019: + set @mobID, 1019; + callfunc "MobPoints"; + break; + +On1021: + set @mobID, 1021; + callfunc "MobPoints"; + break; + + end; +} diff --git a/npc/011-4_Lake_cave/_warps.txt b/npc/011-4_Lake_cave/_warps.txt new file mode 100644 index 00000000..e0fe5a00 --- /dev/null +++ b/npc/011-4_Lake_cave/_warps.txt @@ -0,0 +1,4 @@ +// 011-4 Lake cave warps + +011-4.gat,73,8 warp ToHermitsCave 0,-1,011-3.gat,31,24 +011-4.gat,129,86 warp ToCaveBeneathHurnscald -1,-1,009-3.gat,21,55 diff --git a/npc/011-4_Lake_cave/monsters.txt b/npc/011-4_Lake_cave/monsters.txt new file mode 100644 index 00000000..95d09026 --- /dev/null +++ b/npc/011-4_Lake_cave/monsters.txt @@ -0,0 +1,20 @@ +// Map: new_17-1 +// This is the Lake Cave, second level of the Hermit's Cave. +// + +new_17-1.gat,0,0,0,0 monster CaveSnake 1021,40,0,0,Mob17::OnCaveSnake +new_17-1.gat,0,0,0,0 monster SpikyMushroom 1019,15,0,0,Mob17::OnSpikyMushroom + +new_17-1.gat,0,0,0 script Mob17 -1,{ +OnCaveSnake: + set @mobID, 1021; + callfunc "MobPoints"; + break; + +OnSpikyMushroom: + set @mobID, 1019; + callfunc "MobPoints"; + break; + + end; +} -- cgit v1.2.3-60-g2f50