diff options
author | tux9th <mr.x@aon.at> | 2014-01-22 18:33:39 +0100 |
---|---|---|
committer | Bernhardt <orgzfrgh@gmail.com> | 2014-02-02 02:25:03 +0100 |
commit | e7060f2c473ce914a4b221f1c607dc1f75b44bf5 (patch) | |
tree | 966383aa0d94ade9f8dc58481f344c4eebf5444d /world/map/npc/021-3 | |
parent | 6281565cfe28302f407ec1805e723a87c371f730 (diff) | |
download | serverdata-e7060f2c473ce914a4b221f1c607dc1f75b44bf5.tar.gz serverdata-e7060f2c473ce914a4b221f1c607dc1f75b44bf5.tar.bz2 serverdata-e7060f2c473ce914a4b221f1c607dc1f75b44bf5.tar.xz serverdata-e7060f2c473ce914a4b221f1c607dc1f75b44bf5.zip |
run 'make maps' for client-data changes related to adding new mobs.
Diffstat (limited to 'world/map/npc/021-3')
-rw-r--r-- | world/map/npc/021-3/_mobs.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/world/map/npc/021-3/_mobs.txt b/world/map/npc/021-3/_mobs.txt index 368aed44..178a48d4 100644 --- a/world/map/npc/021-3/_mobs.txt +++ b/world/map/npc/021-3/_mobs.txt @@ -12,6 +12,8 @@ 021-3.gat,79,98,33,31|monster|BlackScorpion|1009,4,100000,1800000,Mob021-3::On1009 021-3.gat,52,53,2,17|monster|Snake|1010,2,40000,50000,Mob021-3::On1010 021-3.gat,93,31,28,22|monster|SeaSlime|1033,6,100000,30000,Mob021-3::On1033 +021-3.gat,149,129,2,15|monster|Troll|1054,2,600000,100000,Mob021-3::On1054 +021-3.gat,28,52,3,20|monster|Troll|1054,2,600000,100000,Mob021-3::On1054 021-3.gat,0,0,0|script|Mob021-3|-1, @@ -31,6 +33,11 @@ On1033: callfunc "MobPoints"; end; +On1054: + set @mobID, 1054; + callfunc "MobPoints"; + end; + On1056: set @mobID, 1056; callfunc "MobPoints"; |