diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-03-21 13:12:17 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-03-21 13:12:17 -0600 |
commit | 98a22dcc4e38a1b32c9fa671ed3f6690995e8229 (patch) | |
tree | 55b3352aedbc0cdce7cb0c26a29f1102ab00be15 /npc/007-1_Woodland | |
parent | b1a467259dc2a01eac243a73574ff5abcbc69390 (diff) | |
download | serverdata-98a22dcc4e38a1b32c9fa671ed3f6690995e8229.tar.gz serverdata-98a22dcc4e38a1b32c9fa671ed3f6690995e8229.tar.bz2 serverdata-98a22dcc4e38a1b32c9fa671ed3f6690995e8229.tar.xz serverdata-98a22dcc4e38a1b32c9fa671ed3f6690995e8229.zip |
Add clover patches to woodland maps
Also add flowers to hurnscald and adjust the old woman to talk about
them.
Diffstat (limited to 'npc/007-1_Woodland')
-rw-r--r-- | npc/007-1_Woodland/_mobs.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/007-1_Woodland/_mobs.txt b/npc/007-1_Woodland/_mobs.txt index bc5aa9d1..62e588ab 100644 --- a/npc/007-1_Woodland/_mobs.txt +++ b/npc/007-1_Woodland/_mobs.txt @@ -3,6 +3,7 @@ 007-1.gat,53,46,67,53 monster Flower 1014,15,0,0,Mob007-1::On1014 007-1.gat,105,57,53,74 monster Fluffy 1020,20,0,0,Mob007-1::On1020 007-1.gat,105,48,55,51 monster Spiky Mushroom 1019,10,0,0,Mob007-1::On1019 +007-1.gat,0,0,0,0 monster Clover 1037,2,0,1000,Mob007-1::On1037 007-1.gat,0,0,0 script Mob007-1 -1,{ @@ -21,5 +22,10 @@ On1020: callfunc "MobPoints"; break; +On1037: + set @mobID, 1037; + callfunc "MobPoints"; + break; + end; } |