Updated Underground and Land of Chaos area spawns.

Contributed by Edoo.
This commit is contained in:
MobiusDevelopment
2019-11-05 22:58:08 +00:00
parent da932ecae0
commit 820fd47246
31 changed files with 3654 additions and 2991 deletions

View File

@@ -2588,4 +2588,34 @@
<point X="82815" Y="148840" Z="-3469" delay="3" run="true" />
<point X="83307" Y="148431" Z="-3405" delay="21" run="true" /> <!-- Training Camp Manager -->
</route>
<route name="employee_1" repeat="true" repeatStyle="back">
<target id="34205" spawnX="-50984" spawnY="-147336" spawnZ="-14945" />
<point X="-50984" Y="-147336" Z="-14945" delay="2" run="false" />
<point X="-51208" Y="-147704" Z="-14945" delay="2" run="false" />
<point X="-51160" Y="-148456" Z="-14946" delay="2" run="false" />
<point X="-50728" Y="-148952" Z="-14944" delay="2" run="false" />
</route>
<route name="employee_2" repeat="true" repeatStyle="cycle">
<target id="34204" spawnX="-50184" spawnY="-147864" spawnZ="-14158" />
<point X="-50184" Y="-147864" Z="-14158" delay="2" run="false" />
<point X="-50296" Y="-148104" Z="-14157" delay="2" run="false" />
<point X="-50056" Y="-148408" Z="-14158" delay="2" run="false" />
<point X="-49768" Y="-148232" Z="-14186" delay="2" run="false" />
</route>
<route name="employee_3" repeat="true" repeatStyle="cycle">
<target id="34206" spawnX="-50136" spawnY="-148568" spawnZ="-14157" />
<point X="-50136" Y="-148568" Z="-14157" delay="2" run="false" />
<point X="-50152" Y="-149032" Z="-14171" delay="2" run="false" />
<point X="-49784" Y="-148408" Z="-14186" delay="2" run="false" />
<point X="-49880" Y="-148348" Z="-14184" delay="2" run="false" />
</route>
<route name="employee_4" repeat="true" repeatStyle="cycle">
<target id="34207" spawnX="-49625" spawnY="-148723" spawnZ="-14152" />
<point X="-49625" Y="-148723" Z="-14152" delay="2" run="false" />
<point X="-49256" Y="-148680" Z="-14157" delay="2" run="false" />
<point X="-49272" Y="-148088" Z="-14157" delay="2" run="false" />
<point X="-49400" Y="-148024" Z="-14157" delay="2" run="false" />
<point X="-49736" Y="-148264" Z="-14186" delay="2" run="false" />
<point X="-49640" Y="-148360" Z="-14176" delay="0" run="false" />
</route>
</routes>

View File

@@ -0,0 +1,206 @@
/*
* This file is part of the L2J Mobius project.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package ai.areas.GainakUnderground.TavernEmployee;
import org.l2jmobius.gameserver.enums.ChatType;
import org.l2jmobius.gameserver.model.actor.Npc;
import org.l2jmobius.gameserver.model.actor.instance.PlayerInstance;
import org.l2jmobius.gameserver.network.NpcStringId;
import org.l2jmobius.gameserver.network.serverpackets.NpcSay;
import ai.AbstractNpcAI;
/**
* Tavern Employee AI.
* @author Edoo
*/
public class TavernEmployee extends AbstractNpcAI
{
// NPCs
private static final int LOYEE1 = 34202;
private static final int LOYEE2 = 34203;
private static final int LOYEE3 = 34204;
private static final int LOYEE4 = 34205;
private static final int LOYEE5 = 34206;
private static final int LOYEE6 = 34207;
// Text
private static final NpcStringId[] SPAM_TEXT1 =
{
NpcStringId.SIGH_BUSY_AS_ALWAYS,
NpcStringId.HOW_LONG_UNTIL_WE_CAN_TELL_STORIES_TO_THE_CUSTOMERS_TOO,
NpcStringId.I_WONDER_WHAT_HANNA_WILL_BE_MAKING_TODAY,
NpcStringId.HEY_YOU_WE_DON_T_WANT_DRUNK_CUSTOMERS_HERE,
NpcStringId.WHAT_DO_YOU_THINK_ABOUT_OUR_TAVERN_ISN_T_IT_GREAT,
NpcStringId.YOU_CAN_PLACE_YOUR_ORDER_OVER_THERE,
NpcStringId.JUST_RELAX_AND_HAVE_A_DRINK,
NpcStringId.HANNA_S_COOKING_IS_THE_BEST,
NpcStringId.YOU_ARE_A_REGULAR_RIGHT_THANKS_FOR_COMING_AGAIN,
NpcStringId.HERE_YOU_CAN_FORGET_ABOUT_YOUR_RESPONSIBILITIES_FOR_A_WHILE,
NpcStringId.LUPIA_INTRODUCED_ME_HERE_SO_THAT_S_HOW_I_STARTED_WORKING_HERE,
NpcStringId.IS_THERE_ANYTHING_TO_CLEAN_UP,
NpcStringId.I_WONDER_IF_THERE_S_ANYONE_COMING_FROM_THAT_SIDE,
NpcStringId.I_THINK_WE_CAN_WAIT_FOR_SOME_MORE_CUSTOMERS,
};
private static final NpcStringId[] SPAM_TEXT2 =
{
NpcStringId.THE_MYSTIC_TAVERN_IS_OPEN_NOW
};
private static final NpcStringId[] SPAM_TEXT3 =
{
NpcStringId.SIGH_BUSY_AS_ALWAYS,
NpcStringId.HOW_LONG_UNTIL_WE_CAN_TELL_STORIES_TO_THE_CUSTOMERS_TOO,
NpcStringId.I_WONDER_WHAT_HANNA_WILL_BE_MAKING_TODAY,
NpcStringId.HEY_YOU_WE_DON_T_WANT_DRUNK_CUSTOMERS_HERE,
NpcStringId.WHAT_DO_YOU_THINK_ABOUT_OUR_TAVERN_ISN_T_IT_GREAT,
NpcStringId.YOU_CAN_PLACE_YOUR_ORDER_OVER_THERE,
NpcStringId.JUST_RELAX_AND_HAVE_A_DRINK,
NpcStringId.HANNA_S_COOKING_IS_THE_BEST,
NpcStringId.YOU_ARE_A_REGULAR_RIGHT_THANKS_FOR_COMING_AGAIN,
NpcStringId.HERE_YOU_CAN_FORGET_ABOUT_YOUR_RESPONSIBILITIES_FOR_A_WHILE,
NpcStringId.LUPIA_INTRODUCED_ME_HERE_SO_THAT_S_HOW_I_STARTED_WORKING_HERE,
NpcStringId.IS_THERE_ANYTHING_TO_CLEAN_UP,
NpcStringId.I_WONDER_IF_THERE_S_ANYONE_COMING_FROM_THAT_SIDE,
NpcStringId.I_THINK_WE_CAN_WAIT_FOR_SOME_MORE_CUSTOMERS,
};
private static final NpcStringId[] SPAM_TEXT4 =
{
NpcStringId.ADVENTURER_THE_TAVERN_IS_THIS_WAY,
NpcStringId.ARE_YOU_LOOKING_FOR_THE_TAVERN_IT_S_THIS_WAY,
NpcStringId.COME_ON_CHANCES_LIKE_THESE_DON_T_COME_BY_OFTEN
};
private static final NpcStringId[] SPAM_TEXT5 =
{
NpcStringId.SIGH_BUSY_AS_ALWAYS,
NpcStringId.HOW_LONG_UNTIL_WE_CAN_TELL_STORIES_TO_THE_CUSTOMERS_TOO,
NpcStringId.I_WONDER_WHAT_HANNA_WILL_BE_MAKING_TODAY,
NpcStringId.HEY_YOU_WE_DON_T_WANT_DRUNK_CUSTOMERS_HERE,
NpcStringId.WHAT_DO_YOU_THINK_ABOUT_OUR_TAVERN_ISN_T_IT_GREAT,
NpcStringId.YOU_CAN_PLACE_YOUR_ORDER_OVER_THERE,
NpcStringId.JUST_RELAX_AND_HAVE_A_DRINK,
NpcStringId.HANNA_S_COOKING_IS_THE_BEST,
NpcStringId.YOU_ARE_A_REGULAR_RIGHT_THANKS_FOR_COMING_AGAIN,
NpcStringId.HERE_YOU_CAN_FORGET_ABOUT_YOUR_RESPONSIBILITIES_FOR_A_WHILE,
NpcStringId.LUPIA_INTRODUCED_ME_HERE_SO_THAT_S_HOW_I_STARTED_WORKING_HERE,
NpcStringId.IS_THERE_ANYTHING_TO_CLEAN_UP,
NpcStringId.I_WONDER_IF_THERE_S_ANYONE_COMING_FROM_THAT_SIDE,
NpcStringId.I_THINK_WE_CAN_WAIT_FOR_SOME_MORE_CUSTOMERS,
};
private static final NpcStringId[] SPAM_TEXT6 =
{
NpcStringId.SIGH_BUSY_AS_ALWAYS,
NpcStringId.HOW_LONG_UNTIL_WE_CAN_TELL_STORIES_TO_THE_CUSTOMERS_TOO,
NpcStringId.I_WONDER_WHAT_HANNA_WILL_BE_MAKING_TODAY,
NpcStringId.HEY_YOU_WE_DON_T_WANT_DRUNK_CUSTOMERS_HERE,
NpcStringId.WHAT_DO_YOU_THINK_ABOUT_OUR_TAVERN_ISN_T_IT_GREAT,
NpcStringId.YOU_CAN_PLACE_YOUR_ORDER_OVER_THERE,
NpcStringId.JUST_RELAX_AND_HAVE_A_DRINK,
NpcStringId.HANNA_S_COOKING_IS_THE_BEST,
NpcStringId.YOU_ARE_A_REGULAR_RIGHT_THANKS_FOR_COMING_AGAIN,
NpcStringId.HERE_YOU_CAN_FORGET_ABOUT_YOUR_RESPONSIBILITIES_FOR_A_WHILE,
NpcStringId.LUPIA_INTRODUCED_ME_HERE_SO_THAT_S_HOW_I_STARTED_WORKING_HERE,
NpcStringId.IS_THERE_ANYTHING_TO_CLEAN_UP,
NpcStringId.I_WONDER_IF_THERE_S_ANYONE_COMING_FROM_THAT_SIDE,
NpcStringId.I_THINK_WE_CAN_WAIT_FOR_SOME_MORE_CUSTOMERS,
};
private TavernEmployee()
{
addSpawnId(LOYEE1);
addSpawnId(LOYEE2);
addSpawnId(LOYEE3);
addSpawnId(LOYEE4);
addSpawnId(LOYEE5);
addSpawnId(LOYEE6);
}
@Override
public String onAdvEvent(String event, Npc npc, PlayerInstance player)
{
String htmltext = null;
switch (event)
{
case "spam_text1":
{
npc.broadcastPacket(new NpcSay(npc.getObjectId(), ChatType.NPC_GENERAL, npc.getId(), SPAM_TEXT1[getRandom(SPAM_TEXT1.length)]));
break;
}
case "spam_text2":
{
npc.broadcastPacket(new NpcSay(npc.getObjectId(), ChatType.NPC_GENERAL, npc.getId(), SPAM_TEXT2[getRandom(SPAM_TEXT2.length)]));
break;
}
case "spam_text3":
{
npc.broadcastPacket(new NpcSay(npc.getObjectId(), ChatType.NPC_GENERAL, npc.getId(), SPAM_TEXT3[getRandom(SPAM_TEXT3.length)]));
break;
}
case "spam_text4":
{
npc.broadcastPacket(new NpcSay(npc.getObjectId(), ChatType.NPC_GENERAL, npc.getId(), SPAM_TEXT4[getRandom(SPAM_TEXT4.length)]));
break;
}
case "spam_text5":
{
npc.broadcastPacket(new NpcSay(npc.getObjectId(), ChatType.NPC_GENERAL, npc.getId(), SPAM_TEXT5[getRandom(SPAM_TEXT5.length)]));
break;
}
case "spam_text6":
{
npc.broadcastPacket(new NpcSay(npc.getObjectId(), ChatType.NPC_GENERAL, npc.getId(), SPAM_TEXT6[getRandom(SPAM_TEXT6.length)]));
break;
}
}
return htmltext;
}
@Override
public String onSpawn(Npc npc)
{
npc.setIsTalkable(false);
if (npc.getId() == LOYEE1)
{
startQuestTimer("spam_text1", 17000, npc, null, true);
}
if (npc.getId() == LOYEE2)
{
startQuestTimer("spam_text2", 180000, npc, null, true);
}
if (npc.getId() == LOYEE3)
{
startQuestTimer("spam_text3", 16000, npc, null, true);
}
if (npc.getId() == LOYEE4)
{
startQuestTimer("spam_text4", 180000, npc, null, true);
}
if (npc.getId() == LOYEE5)
{
startQuestTimer("spam_text5", 15000, npc, null, true);
}
if (npc.getId() == LOYEE6)
{
startQuestTimer("spam_text6", 18000, npc, null, true);
}
return super.onSpawn(npc);
}
public static void main(String[] args)
{
new TavernEmployee();
}
}

View File

@@ -2,177 +2,6 @@
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/spawns.xsd">
<spawn name="LandOfChaos">
<group>
<npc id="19460" x="-12880" y="-115200" z="-3696" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19460" x="-12944" y="-121872" z="-3056" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19460" x="-13344" y="-117872" z="-3448" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19460" x="-13648" y="-123504" z="-3024" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19460" x="-14112" y="-110048" z="-3400" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19460" x="-14256" y="-119328" z="-3352" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19460" x="-14512" y="-115488" z="-3632" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19460" x="-15056" y="-111056" z="-3416" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19460" x="-15744" y="-110288" z="-3376" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19460" x="-16816" y="-123776" z="-3240" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19460" x="-16976" y="-122000" z="-3248" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19460" x="-19952" y="-111040" z="-3456" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19460" x="-20384" y="-123968" z="-3024" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19460" x="-21168" y="-112384" z="-3432" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19460" x="-21328" y="-111040" z="-3432" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19460" x="-22128" y="-123632" z="-3008" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19460" x="-22592" y="-119552" z="-3112" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19460" x="-23611" y="-115286" z="-3304" heading="41491" respawnTime="60sec" /> <!-- Horn -->
<npc id="19460" x="-23632" y="-116240" z="-3312" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19460" x="-24048" y="-120320" z="-3240" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19460" x="-24720" y="-115072" z="-3320" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19460" x="-24768" y="-124288" z="-2760" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19460" x="-26576" y="-124688" z="-2728" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-13520" y="-116752" z="-3696" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-13568" y="-117008" z="-3640" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-13856" y="-116800" z="-3680" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-13904" y="-121088" z="-3088" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-13952" y="-120800" z="-3128" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-14144" y="-120944" z="-3072" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-14640" y="-122208" z="-3048" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-14736" y="-113648" z="-3696" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-14800" y="-113904" z="-3664" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-14806" y="-119856" z="-3288" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-14944" y="-113744" z="-3680" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-14992" y="-122256" z="-3040" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-15024" y="-120000" z="-3272" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-15328" y="-113216" z="-3896" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-15477" y="-120491" z="-3336" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-15777" y="-120789" z="-3392" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-16064" y="-111984" z="-3416" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-16272" y="-116304" z="-4056" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-16464" y="-115808" z="-4048" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-16528" y="-111696" z="-3288" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-16608" y="-116448" z="-4056" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-16640" y="-118272" z="-4056" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-16657" y="-111600" z="-3280" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-16688" y="-118944" z="-4040" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-17072" y="-117840" z="-4064" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-17104" y="-111568" z="-3288" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-17392" y="-118608" z="-4072" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-17520" y="-121344" z="-3080" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-17600" y="-121552" z="-3080" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-17760" y="-121488" z="-3008" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-18848" y="-119168" z="-4080" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-19089" y="-119344" z="-4056" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-19216" y="-119104" z="-4048" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-19280" y="-122784" z="-2888" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-19472" y="-122144" z="-2936" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-19472" y="-122768" z="-2880" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-20096" y="-120256" z="-4048" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-20336" y="-112528" z="-3408" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-20336" y="-120128" z="-4048" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-20352" y="-119888" z="-4056" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-20416" y="-112736" z="-3400" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-20560" y="-112624" z="-3392" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-20800" y="-114272" z="-4024" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-20912" y="-114480" z="-4032" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-21024" y="-114096" z="-4024" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-21488" y="-122464" z="-3128" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-21536" y="-117776" z="-4040" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-21680" y="-122128" z="-3240" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-21728" y="-117408" z="-4032" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-21776" y="-117664" z="-4048" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-21808" y="-122432" z="-3152" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-21904" y="-122096" z="-3272" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-22320" y="-113200" z="-3440" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-22336" y="-114960" z="-3400" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-22336" y="-115408" z="-3400" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-22496" y="-114432" z="-3280" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-22512" y="-114800" z="-3352" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-23008" y="-113296" z="-3360" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-23008" y="-113712" z="-3296" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-23120" y="-118800" z="-3176" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-23248" y="-118544" z="-3288" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-23264" y="-123040" z="-2736" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-23328" y="-110848" z="-3464" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-23328" y="-118752" z="-3232" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-23344" y="-110480" z="-3488" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-23344" y="-124304" z="-2904" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-23360" y="-117408" z="-3344" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-23488" y="-109408" z="-3496" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-23536" y="-124544" z="-2840" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-23568" y="-117968" z="-3344" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-23696" y="-124320" z="-2824" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-23711" y="-122992" z="-2704" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-23856" y="-111232" z="-3472" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-23872" y="-111872" z="-3448" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-23920" y="-108944" z="-3520" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-23920" y="-109392" z="-3536" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-23920" y="-110432" z="-3504" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-24032" y="-123392" z="-2712" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-24144" y="-107664" z="-3552" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-24352" y="-107824" z="-3560" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-24448" y="-107408" z="-3568" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-24576" y="-122192" z="-2872" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-24864" y="-122576" z="-2800" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-24928" y="-122976" z="-2728" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-25520" y="-122832" z="-2776" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19461" x="-25632" y="-123056" z="-2752" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19462" x="-13184" y="-118432" z="-3336" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19462" x="-13216" y="-115152" z="-3608" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19462" x="-13424" y="-123232" z="-2984" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19462" x="-14448" y="-110512" z="-3384" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19462" x="-17504" y="-123120" z="-3232" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19462" x="-21152" y="-111296" z="-3400" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19462" x="-22000" y="-124352" z="-2960" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19462" x="-23248" y="-119808" z="-3176" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19462" x="-24368" y="-115456" z="-3248" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19462" x="-25680" y="-124304" z="-2680" heading="0" respawnTime="60sec" /> <!-- Horn -->
<npc id="19463" x="-12033" y="-116237" z="-3688" heading="49918" respawnTime="60sec" /> <!-- Bloody Horn -->
<npc id="19463" x="-12033" y="-116339" z="-3688" heading="10261" respawnTime="60sec" /> <!-- Bloody Horn -->
<npc id="19463" x="-13963" y="-108659" z="-3408" heading="42245" respawnTime="60sec" /> <!-- Bloody Horn -->
<npc id="19463" x="-14447" y="-108905" z="-3368" heading="6346" respawnTime="60sec" /> <!-- Bloody Horn -->
<npc id="19463" x="-14734" y="-119509" z="-3304" heading="45553" respawnTime="60sec" /> <!-- Bloody Horn -->
<npc id="19463" x="-14734" y="-119776" z="-3288" heading="26261" respawnTime="60sec" /> <!-- Bloody Horn -->
<npc id="19463" x="-15696" y="-122895" z="-3184" heading="8941" respawnTime="60sec" /> <!-- Bloody Horn -->
<npc id="19463" x="-15696" y="-122970" z="-3208" heading="15110" respawnTime="60sec" /> <!-- Bloody Horn -->
<npc id="19463" x="-16688" y="-117393" z="-4056" heading="62047" respawnTime="60sec" /> <!-- Bloody Horn -->
<npc id="19463" x="-17275" y="-115122" z="-4104" heading="13270" respawnTime="60sec" /> <!-- Bloody Horn -->
<npc id="19463" x="-17923" y="-121206" z="-3096" heading="27935" respawnTime="60sec" /> <!-- Bloody Horn -->
<npc id="19463" x="-18181" y="-122766" z="-3168" heading="43900" respawnTime="60sec" /> <!-- Bloody Horn -->
<npc id="19463" x="-20127" y="-118333" z="-4048" heading="40671" respawnTime="60sec" /> <!-- Bloody Horn -->
<npc id="19463" x="-20659" y="-115209" z="-4056" heading="28544" respawnTime="60sec" /> <!-- Bloody Horn -->
<npc id="19463" x="-21233" y="-123118" z="-3008" heading="9363" respawnTime="60sec" /> <!-- Bloody Horn -->
<npc id="19463" x="-21349" y="-112003" z="-3416" heading="53204" respawnTime="60sec" /> <!-- Bloody Horn -->
<npc id="19463" x="-21799" y="-112003" z="-3448" heading="17516" respawnTime="60sec" /> <!-- Bloody Horn -->
<npc id="19463" x="-22674" y="-122482" z="-3112" heading="32291" respawnTime="60sec" /> <!-- Bloody Horn -->
<npc id="19463" x="-23224" y="-117739" z="-3416" heading="50250" respawnTime="60sec" /> <!-- Bloody Horn -->
<npc id="19463" x="-23431" y="-117739" z="-3368" heading="65195" respawnTime="60sec" /> <!-- Bloody Horn -->
<npc id="19463" x="-26861" y="-125278" z="-2712" heading="25424" respawnTime="60sec" /> <!-- Bloody Horn -->
<npc id="19463" x="-27371" y="-126300" z="-2680" heading="34800" respawnTime="60sec" /> <!-- Bloody Horn -->
<npc id="19475" x="-12395" y="-118001" z="-3416" heading="29658" respawnTime="60sec" /> <!-- Legah -->
<npc id="19475" x="-13134" y="-122291" z="-2992" heading="29397" respawnTime="60sec" /> <!-- Legah -->
<npc id="19475" x="-13299" y="-119435" z="-3376" heading="33050" respawnTime="60sec" /> <!-- Legah -->
<npc id="19475" x="-13303" y="-115913" z="-3680" heading="29025" respawnTime="60sec" /> <!-- Legah -->
<npc id="19475" x="-13653" y="-119151" z="-3368" heading="12289" respawnTime="60sec" /> <!-- Legah -->
<npc id="19475" x="-13661" y="-122248" z="-3016" heading="36373" respawnTime="60sec" /> <!-- Legah -->
<npc id="19475" x="-13973" y="-121827" z="-3040" heading="59278" respawnTime="60sec" /> <!-- Legah -->
<npc id="19475" x="-14229" y="-109791" z="-3392" heading="6660" respawnTime="60sec" /> <!-- Legah -->
<npc id="19475" x="-14372" y="-115782" z="-3696" heading="50516" respawnTime="60sec" /> <!-- Legah -->
<npc id="19475" x="-14790" y="-115569" z="-3696" heading="25130" respawnTime="60sec" /> <!-- Legah -->
<npc id="19475" x="-15158" y="-109915" z="-3400" heading="31414" respawnTime="60sec" /> <!-- Legah -->
<npc id="19475" x="-15559" y="-109213" z="-3320" heading="9671" respawnTime="60sec" /> <!-- Legah -->
<npc id="19475" x="-15894" y="-121917" z="-3280" heading="62729" respawnTime="60sec" /> <!-- Legah -->
<npc id="19475" x="-16250" y="-122939" z="-3192" heading="19903" respawnTime="60sec" /> <!-- Legah -->
<npc id="19475" x="-16663" y="-122521" z="-3216" heading="20857" respawnTime="60sec" /> <!-- Legah -->
<npc id="19475" x="-19694" y="-110725" z="-3456" heading="15978" respawnTime="60sec" /> <!-- Legah -->
<npc id="19475" x="-20372" y="-112317" z="-3432" heading="2443" respawnTime="60sec" /> <!-- Legah -->
<npc id="19475" x="-20553" y="-124316" z="-3016" heading="45686" respawnTime="60sec" /> <!-- Legah -->
<npc id="19475" x="-20754" y="-110972" z="-3440" heading="36153" respawnTime="60sec" /> <!-- Legah -->
<npc id="19475" x="-20996" y="-111238" z="-3376" heading="50789" respawnTime="60sec" /> <!-- Legah -->
<npc id="19475" x="-21578" y="-124111" z="-2992" heading="7712" respawnTime="60sec" /> <!-- Legah -->
<npc id="19475" x="-21958" y="-119954" z="-3176" heading="16036" respawnTime="60sec" /> <!-- Legah -->
<npc id="19475" x="-22277" y="-124010" z="-3000" heading="62251" respawnTime="60sec" /> <!-- Legah -->
<npc id="19475" x="-22843" y="-115025" z="-3296" heading="19429" respawnTime="60sec" /> <!-- Legah -->
<npc id="19475" x="-23006" y="-120155" z="-3216" heading="34577" respawnTime="60sec" /> <!-- Legah -->
<npc id="19475" x="-23360" y="-114821" z="-3304" heading="44826" respawnTime="60sec" /> <!-- Legah -->
<npc id="19475" x="-24536" y="-115710" z="-3280" heading="32287" respawnTime="60sec" /> <!-- Legah -->
<npc id="19475" x="-24538" y="-125094" z="-2720" heading="4912" respawnTime="60sec" /> <!-- Legah -->
<npc id="19475" x="-24969" y="-124698" z="-2712" heading="18372" respawnTime="60sec" /> <!-- Legah -->
<npc id="19475" x="-26738" y="-125305" z="-2712" heading="47587" respawnTime="60sec" /> <!-- Legah -->
<npc id="23330" x="-13218" y="-123208" z="-2984" heading="44356" respawnTime="60sec" /> <!-- Rubble -->
<npc id="23330" x="-13329" y="-122172" z="-3008" heading="19903" respawnTime="60sec" /> <!-- Rubble -->
<npc id="23330" x="-13397" y="-122601" z="-3016" heading="17906" respawnTime="60sec" /> <!-- Rubble -->
@@ -213,36 +42,6 @@
<npc id="23330" x="-25430" y="-125289" z="-2672" heading="44914" respawnTime="60sec" /> <!-- Rubble -->
<npc id="23330" x="-25882" y="-125096" z="-2680" heading="43770" respawnTime="60sec" /> <!-- Rubble -->
<npc id="23330" x="-25928" y="-125278" z="-2680" heading="55117" respawnTime="60sec" /> <!-- Rubble -->
<npc id="23333" x="-12972" y="-123200" z="-2984" heading="61051" respawnTime="60sec" /> <!-- Putrefied Zombie -->
<npc id="23333" x="-13425" y="-122343" z="-2976" heading="38586" respawnTime="60sec" /> <!-- Putrefied Zombie -->
<npc id="23333" x="-13698" y="-122841" z="-3000" heading="51876" respawnTime="60sec" /> <!-- Putrefied Zombie -->
<npc id="23333" x="-13754" y="-119035" z="-3392" heading="55117" respawnTime="60sec" /> <!-- Putrefied Zombie -->
<npc id="23333" x="-13826" y="-119133" z="-3352" heading="59766" respawnTime="60sec" /> <!-- Putrefied Zombie -->
<npc id="23333" x="-13910" y="-114851" z="-3656" heading="7784" respawnTime="60sec" /> <!-- Putrefied Zombie -->
<npc id="23333" x="-13953" y="-118755" z="-3360" heading="6000" respawnTime="60sec" /> <!-- Putrefied Zombie -->
<npc id="23333" x="-14091" y="-115039" z="-3624" heading="33908" respawnTime="60sec" /> <!-- Putrefied Zombie -->
<npc id="23333" x="-14181" y="-114963" z="-3624" heading="20728" respawnTime="60sec" /> <!-- Putrefied Zombie -->
<npc id="23333" x="-14520" y="-110057" z="-3360" heading="3259" respawnTime="60sec" /> <!-- Putrefied Zombie -->
<npc id="23333" x="-14815" y="-110391" z="-3408" heading="689" respawnTime="60sec" /> <!-- Putrefied Zombie -->
<npc id="23333" x="-15244" y="-109992" z="-3408" heading="19460" respawnTime="60sec" /> <!-- Putrefied Zombie -->
<npc id="23333" x="-16529" y="-122521" z="-3184" heading="13814" respawnTime="60sec" /> <!-- Putrefied Zombie -->
<npc id="23333" x="-17168" y="-123114" z="-3224" heading="2177" respawnTime="60sec" /> <!-- Putrefied Zombie -->
<npc id="23333" x="-17310" y="-123082" z="-3192" heading="24247" respawnTime="60sec" /> <!-- Putrefied Zombie -->
<npc id="23333" x="-20276" y="-111400" z="-3392" heading="29658" respawnTime="60sec" /> <!-- Putrefied Zombie -->
<npc id="23333" x="-20387" y="-111325" z="-3400" heading="54730" respawnTime="60sec" /> <!-- Putrefied Zombie -->
<npc id="23333" x="-20454" y="-111521" z="-3424" heading="7127" respawnTime="60sec" /> <!-- Putrefied Zombie -->
<npc id="23333" x="-20939" y="-124310" z="-2944" heading="61245" respawnTime="60sec" /> <!-- Putrefied Zombie -->
<npc id="23333" x="-21162" y="-123647" z="-2944" heading="7762" respawnTime="60sec" /> <!-- Putrefied Zombie -->
<npc id="23333" x="-21321" y="-123879" z="-2984" heading="50198" respawnTime="60sec" /> <!-- Putrefied Zombie -->
<npc id="23333" x="-22695" y="-120096" z="-3176" heading="42268" respawnTime="60sec" /> <!-- Putrefied Zombie -->
<npc id="23333" x="-23126" y="-119930" z="-3192" heading="52509" respawnTime="60sec" /> <!-- Putrefied Zombie -->
<npc id="23333" x="-23465" y="-120613" z="-3160" heading="36347" respawnTime="60sec" /> <!-- Putrefied Zombie -->
<npc id="23333" x="-23535" y="-115180" z="-3272" heading="57283" respawnTime="60sec" /> <!-- Putrefied Zombie -->
<npc id="23333" x="-23683" y="-115923" z="-3264" heading="1651" respawnTime="60sec" /> <!-- Putrefied Zombie -->
<npc id="23333" x="-23757" y="-115178" z="-3288" heading="43457" respawnTime="60sec" /> <!-- Putrefied Zombie -->
<npc id="23333" x="-25416" y="-125013" z="-2720" heading="46569" respawnTime="60sec" /> <!-- Putrefied Zombie -->
<npc id="23333" x="-25506" y="-125129" z="-2704" heading="37214" respawnTime="60sec" /> <!-- Putrefied Zombie -->
<npc id="23333" x="-25989" y="-124825" z="-2712" heading="41290" respawnTime="60sec" /> <!-- Putrefied Zombie -->
<npc id="23334" x="-12619" y="-122782" z="-2992" heading="54961" respawnTime="60sec" /> <!-- Shelop -->
<npc id="23334" x="-12694" y="-123015" z="-2992" heading="48861" respawnTime="60sec" /> <!-- Shelop -->
<npc id="23334" x="-12738" y="-122460" z="-2992" heading="9413" respawnTime="60sec" /> <!-- Shelop -->
@@ -522,91 +321,149 @@
<npc id="23334" x="-26017" y="-124530" z="-2680" heading="11314" respawnTime="60sec" /> <!-- Shelop -->
<npc id="23334" x="-26054" y="-124972" z="-2672" heading="54144" respawnTime="60sec" /> <!-- Shelop -->
<npc id="23334" x="-26089" y="-124971" z="-2672" heading="44968" respawnTime="60sec" /> <!-- Shelop -->
<npc id="23334" x="-26136" y="-124763" z="-2664" heading="38676" respawnTime="60sec" /> <!-- Shelop -->
<npc id="23335" x="-12632" y="-122651" z="-2984" heading="47404" respawnTime="60sec" /> <!-- Poras -->
<npc id="23335" x="-12736" y="-122632" z="-2992" heading="31016" respawnTime="60sec" /> <!-- Poras -->
<npc id="23335" x="-12784" y="-122380" z="-2976" heading="42826" respawnTime="60sec" /> <!-- Poras -->
<npc id="23335" x="-13271" y="-118356" z="-3344" heading="6849" respawnTime="60sec" /> <!-- Poras -->
<npc id="23335" x="-13456" y="-118656" z="-3408" heading="36685" respawnTime="60sec" /> <!-- Poras -->
<npc id="23335" x="-13612" y="-114743" z="-3640" heading="26634" respawnTime="60sec" /> <!-- Poras -->
<npc id="23335" x="-13928" y="-114587" z="-3608" heading="41829" respawnTime="60sec" /> <!-- Poras -->
<npc id="23335" x="-14047" y="-114751" z="-3632" heading="51708" respawnTime="60sec" /> <!-- Poras -->
<npc id="23335" x="-14162" y="-118765" z="-3352" heading="35959" respawnTime="60sec" /> <!-- Poras -->
<npc id="23335" x="-14549" y="-109880" z="-3384" heading="62098" respawnTime="60sec" /> <!-- Poras -->
<npc id="23335" x="-14644" y="-110541" z="-3368" heading="9325" respawnTime="60sec" /> <!-- Poras -->
<npc id="23335" x="-15375" y="-110379" z="-3368" heading="55222" respawnTime="60sec" /> <!-- Poras -->
<npc id="23335" x="-16647" y="-122791" z="-3240" heading="17135" respawnTime="60sec" /> <!-- Poras -->
<npc id="23335" x="-16864" y="-123441" z="-3200" heading="57180" respawnTime="60sec" /> <!-- Poras -->
<npc id="23335" x="-17356" y="-123111" z="-3192" heading="39971" respawnTime="60sec" /> <!-- Poras -->
<npc id="23335" x="-20257" y="-111590" z="-3400" heading="25149" respawnTime="60sec" /> <!-- Poras -->
<npc id="23335" x="-20340" y="-111235" z="-3376" heading="62084" respawnTime="60sec" /> <!-- Poras -->
<npc id="23335" x="-20986" y="-111503" z="-3424" heading="40961" respawnTime="60sec" /> <!-- Poras -->
<npc id="23335" x="-21474" y="-123975" z="-3000" heading="37267" respawnTime="60sec" /> <!-- Poras -->
<npc id="23335" x="-21673" y="-123621" z="-2936" heading="35726" respawnTime="60sec" /> <!-- Poras -->
<npc id="23335" x="-21734" y="-124440" z="-2944" heading="21318" respawnTime="60sec" /> <!-- Poras -->
<npc id="23335" x="-22878" y="-120365" z="-3200" heading="49240" respawnTime="60sec" /> <!-- Poras -->
<npc id="23335" x="-22954" y="-120092" z="-3216" heading="43336" respawnTime="60sec" /> <!-- Poras -->
<npc id="23335" x="-23275" y="-120192" z="-3200" heading="37735" respawnTime="60sec" /> <!-- Poras -->
<npc id="23335" x="-23773" y="-115781" z="-3280" heading="13137" respawnTime="60sec" /> <!-- Poras -->
<npc id="23335" x="-23776" y="-115519" z="-3328" heading="57919" respawnTime="60sec" /> <!-- Poras -->
<npc id="23335" x="-23902" y="-115092" z="-3304" heading="6308" respawnTime="60sec" /> <!-- Poras -->
<npc id="23335" x="-25379" y="-124977" z="-2720" heading="38151" respawnTime="60sec" /> <!-- Poras -->
<npc id="23335" x="-25397" y="-125019" z="-2720" heading="51874" respawnTime="60sec" /> <!-- Poras -->
<npc id="23335" x="-25572" y="-125042" z="-2728" heading="46491" respawnTime="60sec" /> <!-- Poras -->
<npc id="23336" x="-12836" y="-122515" z="-3016" heading="25692" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23334" x="-26136" y="-124763" z="-2664" heading="38676" respawnTime="60sec" /> <!-- Shelop -->
<npc id="23336" x="-12836" y="-122515" z="-3016" heading="25692" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23336" x="-13453" y="-122632" z="-3008" heading="34215" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23336" x="-13461" y="-114861" z="-3640" heading="15862" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23336" x="-13531" y="-118208" z="-3352" heading="32418" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23336" x="-14010" y="-115426" z="-3632" heading="28605" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23336" x="-14156" y="-118894" z="-3352" heading="43536" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23336" x="-14573" y="-110159" z="-3392" heading="49850" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23336" x="-14885" y="-109772" z="-3360" heading="9048" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23336" x="-17056" y="-122402" z="-3184" heading="9994" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23336" x="-17319" y="-122668" z="-3192" heading="33379" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23336" x="-20305" y="-111509" z="-3400" heading="8682" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23336" x="-20480" y="-111947" z="-3400" heading="16036" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23336" x="-20985" y="-123978" z="-2976" heading="24330" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23336" x="-21431" y="-123755" z="-2976" heading="6781" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23336" x="-22583" y="-120413" z="-3168" heading="9793" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23336" x="-22721" y="-120009" z="-3160" heading="16470" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23336" x="-23512" y="-115413" z="-3288" heading="40961" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23336" x="-24261" y="-115442" z="-3288" heading="30240" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23336" x="-25377" y="-124441" z="-2696" heading="20934" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23336" x="-25638" y="-124576" z="-2720" heading="27827" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23337" x="-12725" y="-122710" z="-2992" heading="24239" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-13113" y="-123207" z="-2992" heading="64014" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-13185" y="-118774" z="-3376" heading="14654" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-13375" y="-123131" z="-3000" heading="20105" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-13659" y="-115239" z="-3664" heading="54481" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-13750" y="-115516" z="-3624" heading="24884" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-13931" y="-118328" z="-3352" heading="47856" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-14020" y="-118929" z="-3352" heading="43225" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-14282" y="-115096" z="-3616" heading="22228" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-14660" y="-109953" z="-3384" heading="31197" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-15302" y="-110386" z="-3400" heading="29685" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-15317" y="-110557" z="-3368" heading="25811" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-16397" y="-122867" z="-3184" heading="41457" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-16734" y="-123053" z="-3216" heading="28658" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-16862" y="-123206" z="-3200" heading="62491" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-20391" y="-111530" z="-3424" heading="49416" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-20406" y="-111385" z="-3408" heading="694" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-20418" y="-111237" z="-3376" heading="27309" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-21026" y="-124275" z="-2960" heading="8069" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-21046" y="-124376" z="-2952" heading="17888" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-21703" y="-123718" z="-2944" heading="8886" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-22600" y="-120456" z="-3168" heading="55528" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-22901" y="-120593" z="-3176" heading="39603" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-22945" y="-120562" z="-3208" heading="48513" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-23339" y="-115536" z="-3272" heading="7885" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-24009" y="-115340" z="-3312" heading="33715" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-24307" y="-115149" z="-3272" heading="41825" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-25144" y="-125021" z="-2672" heading="12189" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-25791" y="-125315" z="-2688" heading="62813" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-25877" y="-125394" z="-2680" heading="39289" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="33837" x="-26375" y="-106062" z="-2632" heading="65028" respawnTime="60sec" /> <!-- Refugee Corpse -->
<npc id="33838" x="-25428" y="-105719" z="-2608" heading="17423" respawnTime="60sec" /> <!-- Quincy -->
<npc id="33842" x="-25321" y="-105816" z="-2600" heading="23421" respawnTime="60sec" /> <!-- Parajan -->
<npc id="33843" x="-25517" y="-105892" z="-2600" heading="19380" respawnTime="60sec" /> <!-- Falk -->
<npc id="23336" x="-14010" y="-115426" z="-3632" heading="28605" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23336" x="-14156" y="-118894" z="-3352" heading="43536" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23336" x="-14573" y="-110159" z="-3392" heading="49850" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23336" x="-14885" y="-109772" z="-3360" heading="9048" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23336" x="-17056" y="-122402" z="-3184" heading="9994" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23336" x="-17319" y="-122668" z="-3192" heading="33379" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23336" x="-20305" y="-111509" z="-3400" heading="8682" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23336" x="-20480" y="-111947" z="-3400" heading="16036" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23336" x="-20985" y="-123978" z="-2976" heading="24330" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23336" x="-21431" y="-123755" z="-2976" heading="6781" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23336" x="-22583" y="-120413" z="-3168" heading="9793" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23336" x="-22721" y="-120009" z="-3160" heading="16470" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23336" x="-23512" y="-115413" z="-3288" heading="40961" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23336" x="-24261" y="-115442" z="-3288" heading="30240" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23336" x="-25377" y="-124441" z="-2696" heading="20934" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23336" x="-25638" y="-124576" z="-2720" heading="27827" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23337" x="-12725" y="-122710" z="-2992" heading="24239" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-13113" y="-123207" z="-2992" heading="64014" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-13185" y="-118774" z="-3376" heading="14654" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-13375" y="-123131" z="-3000" heading="20105" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-13659" y="-115239" z="-3664" heading="54481" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-13750" y="-115516" z="-3624" heading="24884" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-13931" y="-118328" z="-3352" heading="47856" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-14020" y="-118929" z="-3352" heading="43225" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-14282" y="-115096" z="-3616" heading="22228" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-14660" y="-109953" z="-3384" heading="31197" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-15302" y="-110386" z="-3400" heading="29685" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-15317" y="-110557" z="-3368" heading="25811" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-16397" y="-122867" z="-3184" heading="41457" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-16734" y="-123053" z="-3216" heading="28658" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-16862" y="-123206" z="-3200" heading="62491" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-20391" y="-111530" z="-3424" heading="49416" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-20406" y="-111385" z="-3408" heading="694" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-20418" y="-111237" z="-3376" heading="27309" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-21026" y="-124275" z="-2960" heading="8069" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-21046" y="-124376" z="-2952" heading="17888" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-21703" y="-123718" z="-2944" heading="8886" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-22600" y="-120456" z="-3168" heading="55528" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-22901" y="-120593" z="-3176" heading="39603" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-22945" y="-120562" z="-3208" heading="48513" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-23339" y="-115536" z="-3272" heading="7885" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-24009" y="-115340" z="-3312" heading="33715" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-24307" y="-115149" z="-3272" heading="41825" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-25144" y="-125021" z="-2672" heading="12189" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-25791" y="-125315" z="-2688" heading="62813" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23337" x="-25877" y="-125394" z="-2680" heading="39289" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23336" x="-17160" y="-117592" z="-4053" heading="19031" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23334" x="-17160" y="-117592" z="-4053" heading="19031" respawnTime="60sec" /> <!-- Shelop -->
<npc id="23337" x="-17088" y="-117220" z="-4053" heading="14397" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23330" x="-16958" y="-116540" z="-4062" heading="14397" respawnTime="60sec" /> <!-- Rubble -->
<npc id="23336" x="-17032" y="-114712" z="-4085" heading="19320" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23334" x="-17032" y="-114712" z="-4085" heading="19320" respawnTime="60sec" /> <!-- Shelop -->
<npc id="23337" x="-17471" y="-114680" z="-4075" heading="31994" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23330" x="-18099" y="-114635" z="-4060" heading="31994" respawnTime="60sec" /> <!-- Rubble -->
<npc id="23336" x="-19114" y="-114656" z="-4048" heading="35145" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23334" x="-19114" y="-114656" z="-4048" heading="35145" respawnTime="60sec" /> <!-- Shelop -->
<npc id="23337" x="-19727" y="-114800" z="-4061" heading="35145" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23330" x="-20232" y="-114920" z="-4084" heading="35145" respawnTime="60sec" /> <!-- Rubble -->
<npc id="23336" x="-20573" y="-115289" z="-4064" heading="41273" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23334" x="-20573" y="-115289" z="-4064" heading="41273" respawnTime="60sec" /> <!-- Shelop -->
<npc id="23337" x="-20824" y="-115560" z="-4049" heading="41273" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23330" x="-20882" y="-115804" z="-4053" heading="46626" respawnTime="60sec" /> <!-- Rubble -->
<npc id="23336" x="-21086" y="-116598" z="-4063" heading="46308" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23334" x="-21086" y="-116598" z="-4063" heading="46308" respawnTime="60sec" /> <!-- Shelop -->
<npc id="23337" x="-21192" y="-116968" z="-4054" heading="46308" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23330" x="-21289" y="-117267" z="-4054" heading="45923" respawnTime="60sec" /> <!-- Rubble -->
<npc id="23336" x="-21028" y="-117881" z="-4054" heading="61134" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23334" x="-21028" y="-117881" z="-4054" heading="61134" respawnTime="60sec" /> <!-- Shelop -->
<npc id="23337" x="-20888" y="-117944" z="-4053" heading="61134" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23330" x="-20797" y="-118031" z="-4055" heading="57547" respawnTime="60sec" /> <!-- Rubble -->
<npc id="23336" x="-20525" y="-118294" z="-4061" heading="57547" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23334" x="-20525" y="-118294" z="-4061" heading="57547" respawnTime="60sec" /> <!-- Shelop -->
<npc id="23337" x="-20251" y="-118843" z="-4066" heading="52449" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23330" x="-19801" y="-119156" z="-4059" heading="63592" respawnTime="60sec" /> <!-- Rubble -->
<npc id="23336" x="-19452" y="-119191" z="-4057" heading="64880" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23334" x="-19452" y="-119191" z="-4057" heading="64880" respawnTime="60sec" /> <!-- Shelop -->
<npc id="23337" x="-18823" y="-119228" z="-4062" heading="64880" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23330" x="-18569" y="-119237" z="-4068" heading="306" respawnTime="60sec" /> <!-- Rubble -->
<npc id="23336" x="-18072" y="-119000" z="-4056" heading="8122" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23334" x="-18072" y="-119000" z="-4056" heading="8122" respawnTime="60sec" /> <!-- Shelop -->
<npc id="23337" x="-17714" y="-118742" z="-4071" heading="6553" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23330" x="-17204" y="-118375" z="-4105" heading="6553" respawnTime="60sec" /> <!-- Rubble -->
<npc id="23336" x="-16636" y="-117804" z="-4060" heading="8201" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23334" x="-16636" y="-117804" z="-4060" heading="8201" respawnTime="60sec" /> <!-- Shelop -->
<npc id="23337" x="-16303" y="-117347" z="-4062" heading="13175" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23330" x="-16231" y="-116738" z="-4071" heading="17990" respawnTime="60sec" /> <!-- Rubble -->
<npc id="23336" x="-16355" y="-116186" z="-4059" heading="19528" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23334" x="-16355" y="-116186" z="-4059" heading="19528" respawnTime="60sec" /> <!-- Shelop -->
<npc id="23337" x="-16526" y="-115580" z="-4065" heading="19114" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23330" x="-16673" y="-114968" z="-4074" heading="18245" respawnTime="60sec" /> <!-- Rubble -->
<npc id="23336" x="-16643" y="-114216" z="-4055" heading="15432" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23334" x="-16643" y="-114216" z="-4055" heading="15432" respawnTime="60sec" /> <!-- Shelop -->
<npc id="23337" x="-16835" y="-113924" z="-4044" heading="26198" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23330" x="-17382" y="-113618" z="-4027" heading="28280" respawnTime="60sec" /> <!-- Rubble -->
<npc id="23336" x="-18065" y="-113632" z="-4021" heading="32984" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23334" x="-18065" y="-113632" z="-4021" heading="32984" respawnTime="60sec" /> <!-- Shelop -->
<npc id="23337" x="-18645" y="-113808" z="-4026" heading="38720" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23330" x="-19175" y="-114146" z="-4051" heading="38720" respawnTime="60sec" /> <!-- Rubble -->
<npc id="23336" x="-20697" y="-114616" z="-4060" heading="37545" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23334" x="-20697" y="-114616" z="-4060" heading="37545" respawnTime="60sec" /> <!-- Shelop -->
<npc id="23337" x="-20919" y="-115110" z="-4050" heading="46891" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23330" x="-21093" y="-115712" z="-4051" heading="44514" respawnTime="60sec" /> <!-- Rubble -->
<npc id="23336" x="-21483" y="-116904" z="-4056" heading="46398" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23334" x="-21483" y="-116904" z="-4056" heading="46398" respawnTime="60sec" /> <!-- Shelop -->
<npc id="23337" x="-21436" y="-117517" z="-4056" heading="51490" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23330" x="-21246" y="-118115" z="-4056" heading="53781" respawnTime="60sec" /> <!-- Rubble -->
<npc id="23336" x="-20262" y="-119052" z="-4066" heading="58718" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23334" x="-20262" y="-119052" z="-4066" heading="58718" respawnTime="60sec" /> <!-- Shelop -->
<npc id="23337" x="-19771" y="-119446" z="-4065" heading="58852" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23330" x="-19220" y="-119645" z="-4059" heading="1127" respawnTime="60sec" /> <!-- Rubble -->
<npc id="23336" x="-17824" y="-118707" z="-4061" heading="8995" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23334" x="-17824" y="-118707" z="-4061" heading="8995" respawnTime="60sec" /> <!-- Shelop -->
<npc id="23337" x="-17430" y="-118215" z="-4061" heading="9570" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23330" x="-17048" y="-117713" z="-4061" heading="10999" respawnTime="60sec" /> <!-- Rubble -->
<npc id="23336" x="-16692" y="-116608" z="-4054" heading="16226" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23334" x="-16692" y="-116608" z="-4054" heading="16226" respawnTime="60sec" /> <!-- Shelop -->
<npc id="23337" x="-16868" y="-116016" z="-4058" heading="20754" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23330" x="-17124" y="-115441" z="-4068" heading="20754" respawnTime="60sec" /> <!-- Rubble -->
<npc id="23336" x="-17690" y="-114861" z="-4061" heading="25140" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23334" x="-17690" y="-114861" z="-4061" heading="25140" respawnTime="60sec" /> <!-- Shelop -->
<npc id="23337" x="-18218" y="-114521" z="-4052" heading="27232" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23330" x="-18757" y="-114286" z="-4043" heading="33319" respawnTime="60sec" /> <!-- Rubble -->
<npc id="23336" x="-19449" y="-114322" z="-4049" heading="33319" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23334" x="-19449" y="-114322" z="-4049" heading="33319" respawnTime="60sec" /> <!-- Shelop -->
<npc id="23337" x="-20003" y="-114567" z="-4054" heading="37973" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23330" x="-20485" y="-114955" z="-4054" heading="41754" respawnTime="60sec" /> <!-- Rubble -->
<npc id="23336" x="-21202" y="-116390" z="-4059" heading="46937" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23334" x="-21216" y="-116451" z="-4059" heading="46937" respawnTime="60sec" /> <!-- Shelop -->
<npc id="23337" x="-21196" y="-117069" z="-4059" heading="51083" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23330" x="-20884" y="-117566" z="-4059" heading="58782" respawnTime="60sec" /> <!-- Rubble -->
<npc id="23336" x="-20355" y="-117999" z="-4058" heading="57212" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23334" x="-20355" y="-117999" z="-4058" heading="57212" respawnTime="60sec" /> <!-- Shelop -->
<npc id="23337" x="-19856" y="-118370" z="-4066" heading="60455" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23330" x="-19432" y="-118600" z="-4047" heading="58542" respawnTime="60sec" /> <!-- Rubble -->
<npc id="23336" x="-18707" y="-118783" z="-4062" heading="6871" respawnTime="60sec" /> <!-- Death Worm -->
<npc id="23334" x="-18707" y="-118783" z="-4062" heading="6871" respawnTime="60sec" /> <!-- Shelop -->
<npc id="23337" x="-18163" y="-118468" z="-4076" heading="4576" respawnTime="60sec" /> <!-- Large Rubble -->
<npc id="23330" x="-17591" y="-118203" z="-4076" heading="4576" respawnTime="60sec" /> <!-- Rubble -->
</group>
</spawn>
</list>

View File

@@ -37,7 +37,11 @@
<npc id="34200" x="-50112" y="-148078" z="-14120" heading="47800" respawnTime="60sec" /> <!-- Mystic Summoning -->
<npc id="34200" x="-49485" y="-148037" z="-14120" heading="47800" respawnTime="60sec" /> <!-- Mystic Summoning -->
<npc id="34203" x="-50720" y="-149040" z="-14936" heading="26108" respawnTime="60sec" /> <!-- Tavern Employee -->
<npc id="34204" x="-48607" y="-148127" z="-14512" heading="54840" respawnTime="60sec" /> <!-- Tavern Employee -->
<npc id="34203" x="-48607" y="-148127" z="-14512" heading="54840" respawnTime="60sec" /> <!-- Tavern Employee -->
<npc id="34205" x="-50984" y="-147336" z="-14945" heading="14991" respawnTime="60sec" /> <!-- Tavern Employee -->
<npc id="34204" x="-50184" y="-147864" z="-14158" heading="31287" respawnTime="60sec" /> <!-- Tavern Employee -->
<npc id="34206" x="-50136" y="-148568" z="-14157" heading="7775" respawnTime="60sec" /> <!-- Tavern Employee -->
<npc id="34207" x="-49625" y="-148723" z="-14152" heading="63138" respawnTime="60sec" /> <!-- Tavern Employee -->
<npc id="34189" x="-52646" y="-147041" z="-14944" heading="42728" respawnTime="60sec" /> <!-- Mistress, Auction House Manager -->
<npc id="34190" x="-54000" y="-146768" z="-14944" heading="7504" respawnTime="60sec" /> <!-- Attitude, Grocer -->
<npc id="34192" x="-53313" y="-148013" z="-14944" heading="16672" respawnTime="60sec" /> <!-- Fouette, Warehouse Keeper -->