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/007-1_Woodland/_import.txt | 4 ++++ npc/007-1_Woodland/_mobs.txt | 19 +++++++++++++++++++ npc/007-1_Woodland/_warps.txt | 6 ++++++ npc/007-1_Woodland/monsters.txt | 35 +++++++++++++++++++++++++++++++++++ 4 files changed, 64 insertions(+) create mode 100644 npc/007-1_Woodland/_import.txt create mode 100644 npc/007-1_Woodland/_mobs.txt create mode 100644 npc/007-1_Woodland/_warps.txt create mode 100644 npc/007-1_Woodland/monsters.txt (limited to 'npc/007-1_Woodland') diff --git a/npc/007-1_Woodland/_import.txt b/npc/007-1_Woodland/_import.txt new file mode 100644 index 00000000..946aaa92 --- /dev/null +++ b/npc/007-1_Woodland/_import.txt @@ -0,0 +1,4 @@ +map: 007-1.gat +npc: npc/007-1_Woodland/monsters.txt +npc: npc/007-1_Woodland/_warps.txt +npc: npc/007-1_Woodland/_mobs.txt diff --git a/npc/007-1_Woodland/_mobs.txt b/npc/007-1_Woodland/_mobs.txt new file mode 100644 index 00000000..b4653078 --- /dev/null +++ b/npc/007-1_Woodland/_mobs.txt @@ -0,0 +1,19 @@ +// 007-1 Woodland mobs + +007-1.gat,119,66,9,9 monster Fluffy 1020,1,0,0,Mob007-1::On1020 +007-1.gat,96,35,9,9 monster Sleep Flower 1014,1,0,0,Mob007-1::On1014 + + +007-1.gat,0,0,0 script Mob007-1 -1,{ +On1014: + set @mobID, 1014; + callfunc "MobPoints"; + break; + +On1020: + set @mobID, 1020; + callfunc "MobPoints"; + break; + + end; +} diff --git a/npc/007-1_Woodland/_warps.txt b/npc/007-1_Woodland/_warps.txt new file mode 100644 index 00000000..00d0b60d --- /dev/null +++ b/npc/007-1_Woodland/_warps.txt @@ -0,0 +1,6 @@ +// 007-1 Woodland warps + +007-1.gat,120,114 warp ToBeach 1,-1,003-1.gat,20,24 +007-1.gat,20,54 warp ToHurnscald -1,0,010-1.gat,127,53 +007-1.gat,69,21 warp ToHurnscald 2,-1,008-1.gat,78,100 +007-1.gat,122,20 warp ToHurnscald 1,-1,008-1.gat,132,98 diff --git a/npc/007-1_Woodland/monsters.txt b/npc/007-1_Woodland/monsters.txt new file mode 100644 index 00000000..e384b02b --- /dev/null +++ b/npc/007-1_Woodland/monsters.txt @@ -0,0 +1,35 @@ +// Map: new_16-1 +// This is South-East Woodland. +// + +new_16-1.gat,0,0,0,0 monster Fluffy 1020,50,0,0,Mob16::OnFluffy +new_16-1.gat,0,0,0,0 monster Flower 1014,40,0,0,Mob16::OnFlower + +new_16-1.gat,0,0,0,0 monster Gamboge 1031,1,2700000,1800000,Mob16::OnGamboge + +new_16-1.gat,0,0,0,0 monster SilkWorm 1035,2,60000,30000,Mob16::OnSilkWorm + +new_16-1.gat,0,0,0 script Mob16 -1,{ +OnFluffy: + set @mobID, 1020; + callfunc "MobPoints"; + break; + +OnFlower: + set @mobID, 1014; + callfunc "MobPoints"; + break; + +OnGamboge: + set @mobID, 1031; + callfunc "MobPoints"; + break; + +OnSilkWorm: + set @mobID, 1035; + callfunc "MobPoints"; + break; + + + end; +} -- cgit v1.2.3-60-g2f50