From 338b86bc6cad47f918a266e5013fa384190d5488 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sat, 6 Jun 2009 10:32:19 -0600 Subject: Make herbs easier to get and place squirrels --- npc/013-1_Woodland_hills/monsters.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'npc/013-1_Woodland_hills') diff --git a/npc/013-1_Woodland_hills/monsters.txt b/npc/013-1_Woodland_hills/monsters.txt index 6d6e8443..f9bb0925 100644 --- a/npc/013-1_Woodland_hills/monsters.txt +++ b/npc/013-1_Woodland_hills/monsters.txt @@ -14,10 +14,12 @@ 013-1.gat,0,0,0,0 monster Alizarin 1032,2,2700000,1800000,Mob28::OnAlizarin 013-1.gat,0,0,0,0 monster Gamboge 1031,2,2700000,1800000,Mob28::OnGamboge 013-1.gat,0,0,0,0 monster Cobalt 1030,2,2700000,1800000,Mob28::OnCobalt -013-1.gat,0,0,0,0 monster Mauve 1029,2,2700000,1800000,Mob28::OnMauve +013-1.gat,0,0,0,0 monster Mauve 1029,4,2700000,1800000,Mob28::OnMauve 013-1.gat,0,0,0,0 monster SilkWorm 1035,4,6000,3000,Mob28::OnSilkWorm +013-1.gat,0,0,0,0 monster Squirrel 1038,30,20,10,Mob28::OnSquirrel + 013-1.gat,0,0,0 script Mob28 -1,{ OnMouboo: set @mobID, 1028; @@ -59,5 +61,10 @@ OnSilkWorm: callfunc "MobPoints"; break; +OnSquirrel: + set @mobID, 1038; + callfunc "MobPoints"; + break; + end; } -- cgit v1.2.3-60-g2f50