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/_mobs.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 npc/007-1_Woodland/_mobs.txt (limited to '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; +} -- cgit v1.2.3-60-g2f50