From c8a7ab930bb4bd4eefe25f7a5695cc28d1cb803f Mon Sep 17 00:00:00 2001 From: Ali-G Date: Thu, 2 Jun 2011 16:40:14 +0200 Subject: Added warps and mobs to the Rossy caves. --- data/025-3.wlk | Bin 36104 -> 36104 bytes npc/025-1/_warps.txt | 1 + npc/025-3/_mobs.txt | 25 +++++++++++++++++++++++++ npc/025-3/_warps.txt | 2 ++ npc/025-4/_mobs.txt | 8 ++++++++ npc/025-4/_warps.txt | 10 ++++++++++ 6 files changed, 46 insertions(+) diff --git a/data/025-3.wlk b/data/025-3.wlk index e60a8e8a..cb99b710 100644 Binary files a/data/025-3.wlk and b/data/025-3.wlk differ diff --git a/npc/025-1/_warps.txt b/npc/025-1/_warps.txt index e408c509..fba6d9d2 100644 --- a/npc/025-1/_warps.txt +++ b/npc/025-1/_warps.txt @@ -4,3 +4,4 @@ 025-1.gat,19,66 warp toSwamp -1,-1,026-1.gat,128,66 025-1.gat,90,19 warp toWoodland 2,-1,015-1.gat,59,100 025-1.gat,130,58 warp toWoodland -1,1,016-1.gat,20,53 +025-1.gat,42,80 warp ToCave -1,-1,025-3.gat,112,98 diff --git a/npc/025-3/_mobs.txt b/npc/025-3/_mobs.txt index 715f8a4b..90a96cd2 100644 --- a/npc/025-3/_mobs.txt +++ b/npc/025-3/_mobs.txt @@ -1,8 +1,33 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. // 025-3 mobs +025-3.gat,95,95,154,154 monster CaveMaggots 1056,100,0,250,Mob025-3::On1056 +025-3.gat,95,95,154,154 monster CaveMaggot 1056,100,0,100,Mob025-3::On1056 +025-3.gat,94,94,151,151 monster Archant 1060,20,0,100,Mob025-3::On1060 +025-3.gat,94,94,147,147 monster AngryScorpion 1057,25,0,0,Mob025-3::On1057 +025-3.gat,67,153,4,2 monster Skeleton 1043,1,0,30000,Mob025-3::On1043 025-3.gat,0,0,0 script Mob025-3 -1,{ +On1043: + set @mobID, 1043; + callfunc "MobPoints"; + break; + +On1056: + set @mobID, 1056; + callfunc "MobPoints"; + break; + +On1057: + set @mobID, 1057; + callfunc "MobPoints"; + break; + +On1060: + set @mobID, 1060; + callfunc "MobPoints"; + break; + end; } diff --git a/npc/025-3/_warps.txt b/npc/025-3/_warps.txt index 8581ae21..7e3d114d 100644 --- a/npc/025-3/_warps.txt +++ b/npc/025-3/_warps.txt @@ -1,3 +1,5 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. // 025-3 warps +025-3.gat,112,99 warp ToOutside 1,-1,025-1.gat,42,81 +025-3.gat,105,86 warp ToHelper -1,-1,025-4.gat,28,36 diff --git a/npc/025-4/_mobs.txt b/npc/025-4/_mobs.txt index 0aaacfdf..bcd9cdaf 100644 --- a/npc/025-4/_mobs.txt +++ b/npc/025-4/_mobs.txt @@ -1,8 +1,16 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. // 025-4 mobs +025-4.gat,29,29,20,15 monster CaveMaggot 1056,3,0,0,Mob025-4::On1056 +025-4.gat,94,23,20,18 monster CaveMaggot 1056,5,0,0,Mob025-4::On1056 +025-4.gat,157,35,30,22 monster CaveMaggot 1056,30,0,0,Mob025-4::On1056 025-4.gat,0,0,0 script Mob025-4 -1,{ +On1056: + set @mobID, 1056; + callfunc "MobPoints"; + break; + end; } diff --git a/npc/025-4/_warps.txt b/npc/025-4/_warps.txt index fa84b4e1..8604784f 100644 --- a/npc/025-4/_warps.txt +++ b/npc/025-4/_warps.txt @@ -1,3 +1,13 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. // 025-4 warps +025-4.gat,28,37 warp ToMainHall -1,-1,025-3.gat,105,87 +025-4.gat,93,34 warp ToMainHall -1,-1,025-3.gat,105,87 +025-4.gat,157,47 warp ToMainHall -1,-1,025-3.gat,105,87 +025-4.gat,110,95 warp ToMainHall -1,-1,025-3.gat,105,87 +025-4.gat,41,96 warp ToMainHall -1,-1,025-3.gat,105,87 +025-4.gat,168,116 warp ToMainHall -1,-1,025-3.gat,105,87 +025-4.gat,159,173 warp ToMainHall -1,-1,025-3.gat,105,87 +025-4.gat,100,159 warp ToMainHall -1,-1,025-3.gat,105,87 +025-4.gat,32,155 warp ToMainHall -1,-1,025-3.gat,105,87 +025-4.gat,157,25 warp ToGirl -1,-1,025-4.gat,93,33 -- cgit v1.2.3-60-g2f50