diff options
author | wushin <pasekei@gmail.com> | 2014-04-16 13:09:51 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-04-16 13:09:51 -0500 |
commit | e04e9eb0065caa6adf12ef36efbd3c5a3c5c3652 (patch) | |
tree | c57506b8665c9acc305bc6c85064bb4a7ab1fbc5 /world/map/npc/068-3/_mobs.txt | |
parent | 566297bd2b1467cf23e88bb2c0ad210b7d5a2ffa (diff) | |
parent | c84e27e10b0f6ed56ae0ee1b0ec4fe7e9d0fd507 (diff) | |
download | serverdata-e04e9eb0065caa6adf12ef36efbd3c5a3c5c3652.tar.gz serverdata-e04e9eb0065caa6adf12ef36efbd3c5a3c5c3652.tar.bz2 serverdata-e04e9eb0065caa6adf12ef36efbd3c5a3c5c3652.tar.xz serverdata-e04e9eb0065caa6adf12ef36efbd3c5a3c5c3652.zip |
Merge pull request #79 from wushin/Tile-Fixes-Map-Travelv2014.4.16
Tile map fixes sprite travel
Diffstat (limited to 'world/map/npc/068-3/_mobs.txt')
-rw-r--r-- | world/map/npc/068-3/_mobs.txt | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/world/map/npc/068-3/_mobs.txt b/world/map/npc/068-3/_mobs.txt new file mode 100644 index 00000000..af826257 --- /dev/null +++ b/world/map/npc/068-3/_mobs.txt @@ -0,0 +1,61 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// North Tulimshar mobs + +068-3.gat,82,114,7,12|monster|Mouboo|1028,20,12000,10,Mob068-3::On1028 +068-3.gat,82,94,4,1|monster|Maggot|1002,4,100000,30000,Mob068-3::On1002 +068-3.gat,135,108,4,1|monster|Maggot|1002,4,100000,30000,Mob068-3::On1002 +068-3.gat,28,119,4,1|monster|Maggot|1002,4,100000,30000,Mob068-3::On1002 +068-3.gat,29,39,1,4|monster|SeaSlime|1033,8,100000,30000,Mob068-3::On1033 +068-3.gat,33,70,1,4|monster|SeaSlime|1033,8,100000,30000,Mob068-3::On1033 +068-3.gat,60,49,8,6|monster|Scorpion|1003,4,100000,30000,Mob068-3::On1003 +068-3.gat,86,63,24,18|monster|FireGoblin|1011,6,100000,30000,Mob068-3::On1011 +068-3.gat,114,70,8,6|monster|Scorpion|1003,4,100000,30000,Mob068-3::On1003 +068-3.gat,78,28,8,6|monster|BlackScorpion|1009,1,100000,30000,Mob068-3::On1009 +068-3.gat,95,35,15,10|monster|Snake|1010,3,100000,30000,Mob068-3::On1010 +068-3.gat,137,50,15,18|monster|GreenSlime|1005,3,100000,30000,Mob068-3::On1005 +068-3.gat,87,142,4,1|monster|Maggot|1002,4,100000,30000,Mob068-3::On1002 + + +068-3.gat,0,0,0|script|Mob068-3|-1,{ +On1002: + set @mobID, 1002; + callfunc "MobPoints"; + end; + +On1003: + set @mobID, 1003; + callfunc "MobPoints"; + end; + +On1005: + set @mobID, 1005; + callfunc "MobPoints"; + end; + +On1009: + set @mobID, 1009; + callfunc "MobPoints"; + end; + +On1010: + set @mobID, 1010; + callfunc "MobPoints"; + end; + +On1011: + set @mobID, 1011; + callfunc "MobPoints"; + end; + +On1028: + set @mobID, 1028; + callfunc "MobPoints"; + end; + +On1033: + set @mobID, 1033; + callfunc "MobPoints"; + end; + + end; +} |