diff options
author | wushin <pasekei@gmail.com> | 2013-12-25 09:08:06 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2013-12-26 08:27:31 -0600 |
commit | cd71949def7c2c9b86991b92f4462136671757a3 (patch) | |
tree | 1122db272deff33e017afd9011e6c92ffd3eea59 /world/map/npc/031-3 | |
parent | 91498af8d7e3f347ef5bcc3a9b1dc7d91d52fd61 (diff) | |
download | serverdata-cd71949def7c2c9b86991b92f4462136671757a3.tar.gz serverdata-cd71949def7c2c9b86991b92f4462136671757a3.tar.bz2 serverdata-cd71949def7c2c9b86991b92f4462136671757a3.tar.xz serverdata-cd71949def7c2c9b86991b92f4462136671757a3.zip |
Annual Xmas Event
Diffstat (limited to 'world/map/npc/031-3')
-rw-r--r-- | world/map/npc/031-3/_mobs.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/world/map/npc/031-3/_mobs.txt b/world/map/npc/031-3/_mobs.txt index 4fdd83b6..1966e225 100644 --- a/world/map/npc/031-3/_mobs.txt +++ b/world/map/npc/031-3/_mobs.txt @@ -28,7 +28,7 @@ 031-3.gat,209,199,12,17|monster|Yeti|1072,2,100000,30000,Mob031-3::On1072 031-3.gat,193,216,12,17|monster|Yeti|1072,1,100000,30000,Mob031-3::On1072 031-3.gat,213,282,66,43|monster|Bat|1017,5,100000,30000,Mob031-3::On1017 -031-3.gat,213,282,66,43|monster|Bat|1017,5,100000,30000,Mob031-3::On1017 +031-3.gat,213,282,66,43|monster|Pollett|1113,5,100000,30000,Mob031-3::On1113 031-3.gat,199,200,45,14|monster|Bat|1017,13,100000,30000,Mob031-3::On1017 031-3.gat,209,199,12,17|monster|Yeti|1072,2,100000,30000,Mob031-3::On1072 031-3.gat,234,141,18,19|monster|Yeti|1072,2,100000,30000,Mob031-3::On1072 @@ -129,5 +129,10 @@ On1093: callfunc "MobPoints"; end; +On1113: + set @mobID, 1113; + callfunc "MobPoints"; + end; + end; } |