From f8390983dff36095e80bb7b1317ca00afc145232 Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Mon, 12 Sep 2011 20:31:41 +0200 Subject: Client-data: Review of all maps by Ali-G, Converter ran. Submodule pointer updated. Also replacing 017-1/monsters.txt with spawn objects in the map. --- world/map/npc/017-1/_mobs.txt | 80 ++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 76 insertions(+), 4 deletions(-) (limited to 'world/map/npc/017-1/_mobs.txt') diff --git a/world/map/npc/017-1/_mobs.txt b/world/map/npc/017-1/_mobs.txt index 0aa69127..af722b24 100644 --- a/world/map/npc/017-1/_mobs.txt +++ b/world/map/npc/017-1/_mobs.txt @@ -1,19 +1,91 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. // Woodland Hills mobs -017-1.gat,0,0,0,0|monster|Clover|1037,2,0,1000,Mob017-1::On1037 -017-1.gat,29,29,19,12|monster|GambogeHerb|2033,1,0,25000,Mob017-1::On2033 -017-1.gat,91,25,76,8|monster|Loghead|2027,3,5000,60000,Mob017-1::On2027 -017-1.gat,31,48,19,12|monster|Loghead|2027,3,5000,60000,Mob017-1::On2027 +017-1.gat,0,0,0,0|monster|Clover Patch|1037,2,0,1000,Mob017-1::On1037 +017-1.gat,29,29,19,12|monster|Gamboge Herb|2033,1,0,25000,Mob017-1::On2033 +017-1.gat,91,25,76,8|monster|Log Head|2027,3,5000,60000,Mob017-1::On2027 +017-1.gat,31,48,19,12|monster|Log Head|2027,3,5000,60000,Mob017-1::On2027 017-1.gat,0,0,0,0|monster|Butterfly|1055,10,30,20,Mob017-1::On1055 +017-1.gat,0,0,0,0|monster|Bat|1017,5,0,0,Mob017-1::On1017 +017-1.gat,0,0,0,0|monster|Fire Goblin|1011,5,0,0,Mob017-1::On1011 +017-1.gat,0,0,0,0|monster|Mouboo|1028,5,0,0,Mob017-1::On1028 +017-1.gat,0,0,0,0|monster|Pink Flower|1014,5,0,0,Mob017-1::On1014 +017-1.gat,0,0,0,0|monster|Spiky Mushroom|1019,5,0,0,Mob017-1::On1019 +017-1.gat,0,0,0,0|monster|Evil Mushroom|1013,10,0,0,Mob017-1::On1013 +017-1.gat,0,0,0,0|monster|Alizarin Herb|1032,3,0,0,Mob017-1::On1032 +017-1.gat,0,0,0,0|monster|Gamboge Herb|1031,3,0,0,Mob017-1::On1031 +017-1.gat,0,0,0,0|monster|Cobalt Herb|1030,3,0,0,Mob017-1::On1030 +017-1.gat,0,0,0,0|monster|Mauve Herb|1029,5,0,0,Mob017-1::On1029 +017-1.gat,0,0,0,0|monster|Silkworm|1035,10,0,0,Mob017-1::On1035 +017-1.gat,0,0,0,0|monster|Squirrel|1038,30,20,10,Mob017-1::On1038 017-1.gat,0,0,0|script|Mob017-1|-1,{ +On1011: + set @mobID, 1011; + callfunc "MobPoints"; + end; + +On1013: + set @mobID, 1013; + callfunc "MobPoints"; + end; + +On1014: + set @mobID, 1014; + callfunc "MobPoints"; + end; + +On1017: + set @mobID, 1017; + callfunc "MobPoints"; + end; + +On1019: + set @mobID, 1019; + callfunc "MobPoints"; + end; + +On1028: + set @mobID, 1028; + callfunc "MobPoints"; + end; + +On1029: + set @mobID, 1029; + callfunc "MobPoints"; + end; + +On1030: + set @mobID, 1030; + callfunc "MobPoints"; + end; + +On1031: + set @mobID, 1031; + callfunc "MobPoints"; + end; + +On1032: + set @mobID, 1032; + callfunc "MobPoints"; + end; + +On1035: + set @mobID, 1035; + callfunc "MobPoints"; + end; + On1037: set @mobID, 1037; callfunc "MobPoints"; end; +On1038: + set @mobID, 1038; + callfunc "MobPoints"; + end; + On1055: set @mobID, 1055; callfunc "MobPoints"; -- cgit v1.2.3-60-g2f50