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/003-1_Beach/_mobs.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 npc/003-1_Beach/_mobs.txt (limited to 'npc/003-1_Beach/_mobs.txt') diff --git a/npc/003-1_Beach/_mobs.txt b/npc/003-1_Beach/_mobs.txt new file mode 100644 index 00000000..c7daca33 --- /dev/null +++ b/npc/003-1_Beach/_mobs.txt @@ -0,0 +1,19 @@ +// 003-1 Beach mobs + +003-1.gat,117,48,19,19 monster Black Scorpion 1009,10,0,0,Mob003-1::On1009 +003-1.gat,105,64,19,19 monster Snake 1010,10,0,0,Mob003-1::On1010 + + +003-1.gat,0,0,0 script Mob003-1 -1,{ +On1009: + set @mobID, 1009; + callfunc "MobPoints"; + break; + +On1010: + set @mobID, 1010; + callfunc "MobPoints"; + break; + + end; +} -- cgit v1.2.3-70-g09d2