From 17e48038b417cf183e907fcdd0227a10b5b23b74 Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Fri, 20 Jul 2012 09:51:10 +0200 Subject: Running 'make maps' for the changes on tutorial map and surroundings. --- world/map/npc/042-1/_mobs.txt | 21 ++++++++++++++++++++- world/map/npc/042-1/_warps.txt | 8 ++++---- 2 files changed, 24 insertions(+), 5 deletions(-) (limited to 'world/map/npc/042-1') diff --git a/world/map/npc/042-1/_mobs.txt b/world/map/npc/042-1/_mobs.txt index db1aa772..a5df688d 100644 --- a/world/map/npc/042-1/_mobs.txt +++ b/world/map/npc/042-1/_mobs.txt @@ -1,7 +1,11 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. // Tulimshar Suburbs mobs -042-1.gat,0,0,0,0|monster|Maggot|1002,5,100000,30000,Mob042-1::On1002 +042-1.gat,100,97,31,15|monster|Maggot|1002,5,100000,30000,Mob042-1::On1002 +042-1.gat,65,88,27,15|monster|Maggot|1002,7,100000,30000,Mob042-1::On1002 +042-1.gat,95,127,55,11|monster|Black Scorpion|1009,25,100000,30000,Mob042-1::On1009 +042-1.gat,95,128,53,8|monster|Scorpion|1003,10,100000,30000,Mob042-1::On1003 +042-1.gat,62,81,42,50|monster|Fire Goblin|1011,2,100000,30000,Mob042-1::On1011 042-1.gat,0,0,0|script|Mob042-1|-1,{ @@ -10,5 +14,20 @@ On1002: callfunc "MobPoints"; end; +On1003: + set @mobID, 1003; + callfunc "MobPoints"; + end; + +On1009: + set @mobID, 1009; + callfunc "MobPoints"; + end; + +On1011: + set @mobID, 1011; + callfunc "MobPoints"; + end; + end; } diff --git a/world/map/npc/042-1/_warps.txt b/world/map/npc/042-1/_warps.txt index e6adc5c3..45283d39 100644 --- a/world/map/npc/042-1/_warps.txt +++ b/world/map/npc/042-1/_warps.txt @@ -1,7 +1,7 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. // Tulimshar Suburbs warps -042-1.gat,87,76|warp|To Store House|-1,-1,042-2.gat,44,92 -042-1.gat,77,76|warp|To Store House|-1,-1,042-2.gat,22,92 -042-1.gat,62,62|warp|To Tulimshar Suburbs House|-1,-1,042-2.gat,29,61 -042-1.gat,37,56|warp|To Sorfina's House|-1,-1,042-2.gat,44,30 +042-1.gat,63,76|warp|To Sorfina's House|-1,-1,042-2.gat,44,30 +042-1.gat,91,102|warp|To Store House|-1,-1,042-2.gat,22,92 +042-1.gat,104,102|warp|To Store House|-1,-1,042-2.gat,44,92 +042-1.gat,65,104|warp|To Tulimshar Suburbs House|-1,-1,042-2.gat,29,61 -- cgit v1.2.3-60-g2f50