summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWombat <hpwombat@yahoo.com>2011-06-03 00:03:17 -0400
committerWombat <hpwombat@yahoo.com>2011-06-03 00:03:17 -0400
commit84cdf52dcf52131c57389e1def928d4cd0b8789b (patch)
treecd93b13a2864c124da2b8a8a9c6c191f7743591f
parentf1783d126117d15c409290c405239aabf918080b (diff)
downloadserverdata-84cdf52dcf52131c57389e1def928d4cd0b8789b.tar.gz
serverdata-84cdf52dcf52131c57389e1def928d4cd0b8789b.tar.bz2
serverdata-84cdf52dcf52131c57389e1def928d4cd0b8789b.tar.xz
serverdata-84cdf52dcf52131c57389e1def928d4cd0b8789b.zip
server data for the fluffy mob add
-rw-r--r--npc/019-1/_mobs.txt6
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;
}