diff options
author | Wombat <hpwombat@yahoo.com> | 2011-06-03 00:03:17 -0400 |
---|---|---|
committer | Wombat <hpwombat@yahoo.com> | 2011-06-03 00:03:17 -0400 |
commit | 84cdf52dcf52131c57389e1def928d4cd0b8789b (patch) | |
tree | cd93b13a2864c124da2b8a8a9c6c191f7743591f /npc/019-1/_mobs.txt | |
parent | f1783d126117d15c409290c405239aabf918080b (diff) | |
download | serverdata-84cdf52dcf52131c57389e1def928d4cd0b8789b.tar.gz serverdata-84cdf52dcf52131c57389e1def928d4cd0b8789b.tar.bz2 serverdata-84cdf52dcf52131c57389e1def928d4cd0b8789b.tar.xz serverdata-84cdf52dcf52131c57389e1def928d4cd0b8789b.zip |
server data for the fluffy mob add
Diffstat (limited to 'npc/019-1/_mobs.txt')
-rw-r--r-- | npc/019-1/_mobs.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/019-1/_mobs.txt b/npc/019-1/_mobs.txt index 68d42729..ae32c186 100644 --- a/npc/019-1/_mobs.txt +++ b/npc/019-1/_mobs.txt @@ -1,8 +1,14 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. // Snow field mobs +019-1.gat,0,0,0,0 monster Fluffy 1020,100,100000,30000,Mob019-1::On1020 019-1.gat,0,0,0 script Mob019-1 -1,{ +On1020: + set @mobID, 1020; + callfunc "MobPoints"; + break; + end; } |