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/015-1_Woodland/monsters.txt | 46 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 npc/015-1_Woodland/monsters.txt (limited to 'npc/015-1_Woodland/monsters.txt') diff --git a/npc/015-1_Woodland/monsters.txt b/npc/015-1_Woodland/monsters.txt new file mode 100644 index 00000000..0ce818c1 --- /dev/null +++ b/npc/015-1_Woodland/monsters.txt @@ -0,0 +1,46 @@ +// Map: new_31-1 +// This is South-West Woodland. +// + +new_31-1.gat,0,0,0,0 monster LogHead 1025,40,0,0,Mob31::OnLogHead +new_31-1.gat,0,0,0,0 monster SpikyMushroom 1019,20,0,0,Mob31::OnSpikyMushroom +new_31-1.gat,0,0,0,0 monster Flower 1014,20,0,0,Mob31::OnFlower + +new_31-1.gat,0,0,0,0 monster Gamboge 1031,3,0,0,Mob31::OnGamboge +new_31-1.gat,0,0,0,0 monster Alizarin 1032,3,0,0,Mob31::OnAlizarin + +new_31-1.gat,0,0,0,0 monster SilkWorm 1035,7,15000,7000,Mob31::onSilkWorm + +new_31-1.gat,0,0,0 script Mob31 -1,{ +OnLogHead: + set @mobID, 1025; + callfunc "MobPoints"; + break; + +OnSpikyMushroom: + set @mobID, 1019; + callfunc "MobPoints"; + break; + +OnFlower: + set @mobID, 1014; + callfunc "MobPoints"; + break; + +OnGamboge: + set @mobID, 1031; + callfunc "MobPoints"; + break; + +OnAlizarin: + set @mobID, 1032; + callfunc "MobPoints"; + break; + +OnSilkWorm: + set @mobID, 1035; + callfunc "MobPoints"; + break; + + end; +} -- cgit v1.2.3-70-g09d2