Skip to content

Instantly share code, notes, and snippets.

@VlLight
Last active December 28, 2015 08:09
Show Gist options
  • Save VlLight/7469667 to your computer and use it in GitHub Desktop.
Save VlLight/7469667 to your computer and use it in GitHub Desktop.
Sel Mahum Training Grounds
Index: dist/game/config/NPC.properties
===================================================================
--- dist/game/config/NPC.properties (revision 6299)
+++ dist/game/config/NPC.properties (working copy)
@@ -194,4 +194,4 @@
# A comma separated list of all NPCs who have no dialog, i.e. double-clicking on them doesn't open a chat window
# Default: 18684,18685,18686,18687,18688,18689,18690,19691,18692,31202,31203,31204,31205,31206,31207,31208,31209,31266,31557,31593,31606,31671,31672,31673,31674,31758,31955,32026,32030,32031,32032,32306,32619,32620,32621
-NonTalkingNpcs = 18684,18685,18686,18687,18688,18689,18690,19691,18692,31202,31203,31204,31205,31206,31207,31208,31209,31266,31557,31593,31606,31671,31672,31673,31674,31758,31955,32026,32030,32031,32032,32306,32619,32620,32621
+NonTalkingNpcs = 18684,18685,18686,18687,18688,18689,18690,19691,18692,18927,18933,31202,31203,31204,31205,31206,31207,31208,31209,31266,31557,31593,31606,31671,31672,31673,31674,31758,31955,32026,32030,32031,32032,32306,32619,32620,32621
Index: java/com/l2jserver/gameserver/model/actor/L2Npc.java
===================================================================
--- java/com/l2jserver/gameserver/model/actor/L2Npc.java (revision 6299)
+++ java/com/l2jserver/gameserver/model/actor/L2Npc.java (working copy)
@@ -51,6 +51,7 @@
import com.l2jserver.gameserver.model.L2Spawn;
import com.l2jserver.gameserver.model.L2World;
import com.l2jserver.gameserver.model.L2WorldRegion;
+import com.l2jserver.gameserver.model.Location;
import com.l2jserver.gameserver.model.actor.instance.L2ClanHallManagerInstance;
import com.l2jserver.gameserver.model.actor.instance.L2DoormenInstance;
import com.l2jserver.gameserver.model.actor.instance.L2FestivalGuideInstance;
@@ -1949,6 +1950,25 @@
}
}
+ /**
+ * Gets point in range between radiusMin and radiusMax from this NPC
+ * @param radiusMin miminal range from NPC (not closer than)
+ * @param radiusMax maximal range from NPC (not further than)
+ * @return Location in given range from this NPC
+ */
+ public Location getPointInRange(int radiusMin, int radiusMax)
+ {
+ if((radiusMax == 0) || (radiusMax < radiusMin))
+ {
+ return new Location(getX(), getY(), getZ());
+ }
+
+ final int radius = Rnd.get(radiusMin, radiusMax);
+ final double angle = Rnd.nextDouble() * 2 * Math.PI;
+
+ return new Location((int) (getX() + radius * Math.cos(angle)), (int) (getY() + radius * Math.sin(angle)), getZ());
+ }
+
@Override
public boolean isInCategory(CategoryType type)
{
Index: dist/game/data/Routes.xml
===================================================================
--- dist/game/data/Routes.xml (revision 10045)
+++ dist/game/data/Routes.xml (working copy)
@@ -1333,4 +1333,122 @@
<point X="43319" Y="-47412" Z="-792" delay="0" run="false" />
<point X="43388" Y="-46821" Z="-800" delay="0" run="false" />
</route>
+ <!-- Routes for Sel Mahum Chef's -->
+ <!-- cooker_01 -->
+ <!-- cooker_09 -->
+ <!-- Unconfirmed -->
+ <route name="cooker_01_cooker_09" repeat="true" repeatStyle="back">
+ <target id="18908" spawnX="85852" spawnY="53212" spawnZ="-3624" /> <!-- Sel Mahum Chef -->
+ <target id="18908" spawnX="82814" spawnY="69481" spawnZ="-3192" /> <!-- Sel Mahum Chef -->
+ <point string="" X="85764" Y="54368" Z="-3604" delay="0" run="false" />
+ <point string="" X="86760" Y="53968" Z="-3696" delay="0" run="false" />
+ <point string="" X="87310" Y="54592" Z="-3648" delay="0" run="false" />
+ <point string="" X="88272" Y="54171" Z="-3600" delay="0" run="false" />
+ <point string="" X="89017" Y="54030" Z="-3712" delay="0" run="false" />
+ <point string="" X="89936" Y="54224" Z="-3760" delay="0" run="false" />
+ <point string="" X="90647" Y="54350" Z="-3776" delay="0" run="false" />
+ </route>
+ <!-- cooker_02 --> <!-- Unconfirmed -->
+ <route name="cooker_02" repeat="true" repeatStyle="back">
+ <target id="18908" spawnX="93964" spawnY="55692" spawnZ="-3352" /> <!-- Sel Mahum Chef -->
+ <point string="" X="91260" Y="55012" Z="-3760" delay="0" run="false" />
+ <point string="" X="94418" Y="54744" Z="-3576" delay="0" run="false" />
+ <point string="" X="93952" Y="54461" Z="-3632" delay="0" run="false" />
+ <point string="" X="92713" Y="54672" Z="-3680" delay="0" run="false" />
+ <point string="" X="91712" Y="55664" Z="-3648" delay="0" run="false" />
+ <point string="" X="91744" Y="56688" Z="-3568" delay="0" run="false" />
+ </route>
+ <!-- cooker_03 -->
+ <!-- cooker_05 -->
+ <!-- Unconfirmed -->
+ <route name="cooker_03_cooker_05" repeat="true" repeatStyle="back">
+ <target id="18908" spawnX="87612" spawnY="59356" spawnZ="-3552" /> <!-- Sel Mahum Chef -->
+ <target id="18908" spawnX="88532" spawnY="60352" spawnZ="-3642" /> <!-- Sel Mahum Chef -->
+ <point string="" X="88092" Y="60352" Z="-3584" delay="0" run="false" />
+ <point string="" X="89265" Y="60176" Z="-3648" delay="0" run="false" />
+ <point string="" X="90031" Y="60799" Z="-3664" delay="0" run="false" />
+ <point string="" X="88672" Y="59842" Z="-3568" delay="0" run="false" />
+ <point string="" X="90863" Y="59871" Z="-3664" delay="0" run="false" />
+ </route>
+ <!-- cooker_04 --> <!-- Custom -->
+ <route name="cooker_04" repeat="true" repeatStyle="cycle">
+ <target id="18908" spawnX="83724" spawnY="62668" spawnZ="-3472" /> <!-- Sel Mahum Chef -->
+ <point string="" X="84435" Y="62668" Z="-3472" delay="0" run="false" />
+ <point string="" X="86646" Y="63097" Z="-3652" delay="0" run="false" />
+ <point string="" X="86408" Y="62564" Z="-3685" delay="0" run="false" />
+ <point string="" X="87024" Y="62568" Z="-3713" delay="0" run="false" />
+ <point string="" X="87282" Y="62160" Z="-3713" delay="0" run="false" />
+ <point string="" X="87932" Y="62542" Z="-3716" delay="0" run="false" />
+ <point string="" X="87524" Y="63014" Z="-3708" delay="0" run="false" />
+ <point string="" X="87515" Y="63883" Z="-3666" delay="0" run="false" />
+ <point string="" X="88302" Y="64225" Z="-3719" delay="0" run="false" />
+ <point string="" X="89745" Y="65152" Z="-3709" delay="0" run="false" />
+ <point string="" X="87371" Y="65343" Z="-3709" delay="0" run="false" />
+ <point string="" X="86563" Y="64914" Z="-3625" delay="0" run="false" />
+ </route>
+ <!-- cooker_06 --> <!-- Custom -->
+ <route name="cooker_06" repeat="true" repeatStyle="cycle">
+ <target id="18908" spawnX="92981" spawnY="60834" spawnZ="-3288" /> <!-- Sel Mahum Chef -->
+ <point string="" X="93445" Y="60087" Z="-3282" delay="0" run="false" />
+ <point string="" X="92139" Y="60386" Z="-3432" delay="0" run="false" />
+ <point string="" X="93047" Y="61857" Z="-3263" delay="0" run="false" />
+ <point string="" X="93376" Y="63040" Z="-3325" delay="0" run="false" />
+ </route>
+ <!-- cooker_07 --> <!-- Custom -->
+ <route name="cooker_07" repeat="true" repeatStyle="cycle">
+ <target id="18908" spawnX="78332" spawnY="63440" spawnZ="-3640" /> <!-- Sel Mahum Chef -->
+ <point string="" X="78999" Y="63663" Z="-3624" delay="0" run="false" />
+ <point string="" X="79097" Y="65036" Z="-3390" delay="0" run="false" />
+ <point string="" X="80332" Y="64954" Z="-3319" delay="0" run="false" />
+ <point string="" X="80939" Y="63739" Z="-3597" delay="0" run="false" />
+ <point string="" X="82628" Y="63701" Z="-3578" delay="0" run="false" />
+ <point string="" X="80378" Y="63344" Z="-3690" delay="0" run="false" />
+ </route>
+ <!-- cooker_08 --> <!-- Custom -->
+ <route name="cooker_08" repeat="true" repeatStyle="cycle">
+ <target id="18908" spawnX="77836" spawnY="68796" spawnZ="-3312" /> <!-- Sel Mahum Chef -->
+ <point string="" X="78040" Y="69515" Z="-3136" delay="0" run="false" />
+ <point string="" X="79025" Y="69859" Z="-3261" delay="0" run="false" />
+ <point string="" X="79168" Y="69256" Z="-3328" delay="0" run="false" />
+ <point string="" X="80775" Y="68705" Z="-3469" delay="0" run="false" />
+ <point string="" X="81426" Y="68725" Z="-3383" delay="0" run="false" />
+ <point string="" X="80135" Y="69229" Z="-3398" delay="0" run="false" />
+ <point string="" X="80691" Y="67780" Z="-3436" delay="0" run="false" />
+ <point string="" X="80168" Y="68275" Z="-3358" delay="0" run="false" />
+ <point string="" X="78713" Y="68742" Z="-3254" delay="0" run="false" />
+ </route>
+ <!-- cooker_10 --> <!-- Unconfirmed -->
+ <route name="cooker_10" repeat="true" repeatStyle="cycle">
+ <target id="18908" spawnX="83404" spawnY="65772" spawnZ="-3032" /> <!-- Sel Mahum Chef -->
+ <point string="" X="83631" Y="66179" Z="-3040" delay="0" run="false" />
+ <point string="" X="84128" Y="65740" Z="-3152" delay="0" run="false" />
+ </route>
+ <!-- cooker_11 --> <!-- Unconfirmed -->
+ <route name="cooker_11" repeat="true" repeatStyle="back">
+ <target id="18908" spawnX="96487" spawnY="69432" spawnZ="-3408" /> <!-- Sel Mahum Chef -->
+ <point string="" X="93792" Y="69440" Z="-3851" delay="0" run="false" />
+ <point string="" X="95163" Y="70886" Z="-3851" delay="0" run="false" />
+ <point string="" X="93795" Y="71347" Z="-3851" delay="0" run="false" />
+ <point string="" X="92262" Y="70814" Z="-3851" delay="0" run="false" />
+ <point string="" X="92501" Y="68335" Z="-3851" delay="0" run="false" />
+ <point string="" X="93665" Y="66871" Z="-3851" delay="0" run="false" />
+ <point string="" X="94653" Y="66934" Z="-3851" delay="0" run="false" />
+ <point string="" X="97262" Y="69006" Z="-3851" delay="0" run="false" />
+ <point string="" X="96506" Y="69958" Z="-3851" delay="0" run="false" />
+ <point string="" X="94265" Y="68391" Z="-3851" delay="0" run="false" />
+ </route>
+ <!-- cooker_12 --> <!-- Unconfirmed -->
+ <route name="cooker_12" repeat="true" repeatStyle="back">
+ <target id="18908" spawnX="91238" spawnY="67728" spawnZ="-3631" /> <!-- Sel Mahum Chef -->
+ <point string="" X="93792" Y="69440" Z="-3851" delay="0" run="false" />
+ <point string="" X="95163" Y="70886" Z="-3851" delay="0" run="false" />
+ <point string="" X="93795" Y="71347" Z="-3851" delay="0" run="false" />
+ <point string="" X="92262" Y="70814" Z="-3851" delay="0" run="false" />
+ <point string="" X="92501" Y="68335" Z="-3851" delay="0" run="false" />
+ <point string="" X="93665" Y="66871" Z="-3851" delay="0" run="false" />
+ <point string="" X="94653" Y="66934" Z="-3851" delay="0" run="false" />
+ <point string="" X="97262" Y="69006" Z="-3851" delay="0" run="false" />
+ <point string="" X="96506" Y="69958" Z="-3851" delay="0" run="false" />
+ <point string="" X="94265" Y="68391" Z="-3851" delay="0" run="false" />
+ </route>
</routes>
\ No newline at end of file
Index: dist/game/data/scripts.cfg
===================================================================
--- dist/game/data/scripts.cfg (revision 10045)
+++ dist/game/data/scripts.cfg (working copy)
@@ -110,6 +110,8 @@
ai/group_template/SearchingMaster.java
ai/group_template/SeedOfAnnihilation.java
ai/group_template/SeeThroughSilentMove.java
+ai/group_template/SelMahumDrill.java
+ai/group_template/SelMahumSquad.java
ai/group_template/Slaves.java
ai/group_template/StakatoNest.java
ai/group_template/StarStones.java
Index: dist/game/data/scripts/ai/group_template/SelMahumDrill.java
===================================================================
--- dist/game/data/scripts/ai/group_template/SelMahumDrill.java (revision 0)
+++ dist/game/data/scripts/ai/group_template/SelMahumDrill.java (working copy)
@@ -0,0 +1,343 @@
+/*
+ * Copyright (C) 2004-2013 L2J DataPack
+ *
+ * This file is part of L2J DataPack.
+ *
+ * L2J DataPack 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.
+ *
+ * L2J DataPack 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.group_template;
+
+import ai.npc.AbstractNpcAI;
+
+import com.l2jserver.gameserver.ai.CtrlIntention;
+import com.l2jserver.gameserver.datatables.SpawnTable;
+import com.l2jserver.gameserver.enums.QuestEventType;
+import com.l2jserver.gameserver.model.L2Object;
+import com.l2jserver.gameserver.model.L2Spawn;
+import com.l2jserver.gameserver.model.Location;
+import com.l2jserver.gameserver.model.actor.L2Npc;
+import com.l2jserver.gameserver.model.actor.L2Attackable;
+import com.l2jserver.gameserver.model.actor.instance.L2PcInstance;
+import com.l2jserver.gameserver.network.NpcStringId;
+import com.l2jserver.gameserver.network.clientpackets.Say2;
+import com.l2jserver.gameserver.util.Util;
+
+/**
+ * Sel Mahum Training Ground AI for drill groups.
+ * @author GKR
+ */
+
+public final class SelMahumDrill extends AbstractNpcAI
+{
+ private static final int[] MAHUM_CHIEFS =
+ {
+ 22775, // Sel Mahum Drill Sergeant
+ 22776, // Sel Mahum Training Officer
+ 22778 // Sel Mahum Drill Sergeant
+ };
+
+ private static final int[] MAHUM_SOLDIERS =
+ {
+ 22780, // Sel Mahum Recruit
+ 22782, // Sel Mahum Recruit
+ 22783, // Sel Mahum Soldier
+ 22784, // Sel Mahum Recruit
+ 22785 // Sel Mahum Soldier
+ };
+
+ private static final int[] CHIEF_SOCIAL_ACTIONS =
+ {
+ 1,
+ 4,
+ 5,
+ 7
+ };
+
+ private static final Actions[] SOLDIER_SOCIAL_ACTIONS =
+ {
+ Actions.SCE_TRAINING_ACTION_A,
+ Actions.SCE_TRAINING_ACTION_B,
+ Actions.SCE_TRAINING_ACTION_C,
+ Actions.SCE_TRAINING_ACTION_D
+ };
+
+ private static final NpcStringId[] CHIEF_FSTRINGS =
+ {
+ NpcStringId.HOW_DARE_YOU_ATTACK_MY_RECRUITS,
+ NpcStringId.WHO_IS_DISRUPTING_THE_ORDER
+ };
+
+ private static final NpcStringId[] SOLDIER_FSTRINGS =
+ {
+ NpcStringId.THE_DRILLMASTER_IS_DEAD,
+ NpcStringId.LINE_UP_THE_RANKS
+ };
+
+ // Chiefs event broadcast range
+ private static final int TRAINING_RANGE = 1000;
+
+ private static enum Actions
+ {
+ SCE_TRAINING_ACTION_A(4, -1, 2, 2333),
+ SCE_TRAINING_ACTION_B(1, -1, 2, 4333),
+ SCE_TRAINING_ACTION_C(6, 5, 4, 1000),
+ SCE_TRAINING_ACTION_D(7, -1, 2, 1000);
+
+ private final int _socialActionId;
+ private final int _altSocialActionId;
+ private final int _repeatCount;
+ private final int _repeatInterval;
+
+ private Actions(int socialActionId, int altSocialActionId, int repeatCount, int repeatInterval)
+ {
+ _socialActionId = socialActionId ;
+ _altSocialActionId = altSocialActionId;
+ _repeatCount = repeatCount;
+ _repeatInterval = repeatInterval;
+ }
+
+ protected int getSocialActionId()
+ {
+ return _socialActionId;
+ }
+
+ protected int getAltSocialActionId()
+ {
+ return _altSocialActionId;
+ }
+
+ protected int getRepeatCount()
+ {
+ return _repeatCount;
+ }
+
+ protected int getRepeatInterval()
+ {
+ return _repeatInterval;
+ }
+ }
+
+ private SelMahumDrill()
+ {
+ super(SelMahumDrill.class.getSimpleName(), "ai/group_template");
+
+ registerMobs(MAHUM_CHIEFS, QuestEventType.ON_EVENT_RECEIVED, QuestEventType.ON_KILL, QuestEventType.ON_SPAWN);
+ registerMobs(MAHUM_SOLDIERS, QuestEventType.ON_ATTACK, QuestEventType.ON_EVENT_RECEIVED, QuestEventType.ON_SPAWN);
+
+ //Send event to monsters, that was spawned through SpawnTable at server start (it is impossible to track first spawn)
+ for (int npcId : MAHUM_CHIEFS)
+ {
+ for (L2Spawn npcSpawn : SpawnTable.getInstance().getSpawns(npcId))
+ {
+ onSpawn(npcSpawn.getLastSpawn());
+ }
+ }
+ for (int npcId : MAHUM_SOLDIERS)
+ {
+ for (L2Spawn npcSpawn : SpawnTable.getInstance().getSpawns(npcId))
+ {
+ onSpawn(npcSpawn.getLastSpawn());
+ }
+ }
+
+ // Start global return home timer
+ startQuestTimer("return_home", 120000, null, null, true);
+ }
+
+ @Override
+ public String onAdvEvent (String event, L2Npc npc, L2PcInstance player)
+ {
+ switch (event)
+ {
+ case "do_social_action":
+ {
+ if (npc != null && !npc.isDead())
+ {
+ if (Util.contains(MAHUM_CHIEFS, npc.getId()))
+ {
+ if ((npc.getVariables().getInt("BUSY_STATE") == 0) && (npc.getAI().getIntention() == CtrlIntention.AI_INTENTION_ACTIVE) && npc.staysInSpawnLoc())
+ {
+ final int idx = getRandom(6);
+ if (idx <= (CHIEF_SOCIAL_ACTIONS.length - 1))
+ {
+ npc.broadcastSocialAction(CHIEF_SOCIAL_ACTIONS[idx]);
+ npc.getVariables().set("SOCIAL_ACTION_NEXT_INDEX", idx); // Pass social action index to soldiers via script value
+ npc.broadcastEvent("do_social_action", TRAINING_RANGE, null);
+ }
+ }
+
+ startQuestTimer("do_social_action", 15000, npc, null);
+ }
+ else if (Util.contains(MAHUM_SOLDIERS, npc.getId()))
+ {
+ handleSocialAction(npc, SOLDIER_SOCIAL_ACTIONS[npc.getVariables().getInt("SOCIAL_ACTION_NEXT_INDEX")], false);
+ }
+ }
+ break;
+ }
+ case "reset_busy_state":
+ {
+ if (npc != null)
+ {
+ npc.getVariables().remove("BUSY_STATE");
+ npc.disableCoreAI(false);
+ }
+ break;
+ }
+ case "return_home":
+ {
+ for (int npcId : MAHUM_SOLDIERS)
+ {
+ for (L2Spawn npcSpawn : SpawnTable.getInstance().getSpawns(npcId))
+ {
+ final L2Npc soldier = npcSpawn.getLastSpawn();
+ if ((soldier != null) && !soldier.isDead() && (npcSpawn.getName() != null) && npcSpawn.getName().startsWith("smtg_drill_group") && !soldier.staysInSpawnLoc() &&
+ ((soldier.getAI().getIntention() == CtrlIntention.AI_INTENTION_ACTIVE) || (soldier.getAI().getIntention() == CtrlIntention.AI_INTENTION_IDLE)))
+ {
+ soldier.setHeading(npcSpawn.getHeading());
+ soldier.teleToLocation(npcSpawn.getLocation(), false);
+ }
+ }
+ }
+ break;
+ }
+ }
+
+ return null;
+ }
+
+ @Override
+ public String onAttack (L2Npc npc, L2PcInstance attacker, int damage, boolean isSummon)
+ {
+ if (getRandom(10) < 1)
+ {
+ npc.broadcastEvent("ATTACKED", 1000, null);
+ }
+
+ return super.onAttack(npc, attacker, damage, isSummon);
+ }
+
+ @Override
+ public String onEventReceived(String eventName, L2Npc sender, L2Npc receiver, L2Object reference)
+ {
+ if ((receiver != null) && !receiver.isDead() && receiver.isInMySpawnGroup(sender))
+ {
+ switch (eventName)
+ {
+ case "do_social_action":
+ {
+ if (Util.contains(MAHUM_SOLDIERS, receiver.getId()))
+ {
+ final int actionIndex = sender.getVariables().getInt("SOCIAL_ACTION_NEXT_INDEX");
+ receiver.getVariables().set("SOCIAL_ACTION_NEXT_INDEX", actionIndex);
+ handleSocialAction(receiver, SOLDIER_SOCIAL_ACTIONS[actionIndex], true);
+ }
+ break;
+ }
+ case "CHIEF_DIED":
+ {
+ if (Util.contains(MAHUM_SOLDIERS, receiver.getId()))
+ {
+ if (getRandom(4) < 1)
+ {
+ broadcastNpcSay(receiver, Say2.NPC_ALL, SOLDIER_FSTRINGS[getRandom(2)]);
+ }
+ if (receiver.isAttackable())
+ {
+ ((L2Attackable) receiver).clearAggroList();
+ }
+ receiver.disableCoreAI(true);
+ receiver.getVariables().set("BUSY_STATE", 1);
+ receiver.setIsRunning(true);
+ receiver.getAI().setIntention(CtrlIntention.AI_INTENTION_MOVE_TO, new Location((receiver.getX() + getRandom(-800, 800)), (receiver.getY()+ getRandom(-800, 800)), receiver.getZ(), receiver.getHeading()));
+ startQuestTimer("reset_busy_state", 5000, receiver, null);
+ }
+ break;
+ }
+ case "ATTACKED":
+ {
+ if (Util.contains(MAHUM_CHIEFS, receiver.getId()))
+ {
+ broadcastNpcSay(receiver, Say2.NPC_ALL, CHIEF_FSTRINGS[getRandom(2)]);
+ }
+ break;
+ }
+ }
+ }
+ return null;
+ }
+
+ @Override
+ public String onKill (L2Npc npc, L2PcInstance killer, boolean isSummon)
+ {
+ npc.broadcastEvent("CHIEF_DIED", TRAINING_RANGE, null);
+ return null;
+ }
+
+ @Override
+ public String onSpawn(L2Npc npc)
+ {
+ if (!npc.isTeleporting())
+ {
+ if (Util.contains(MAHUM_CHIEFS, npc.getId()))
+ {
+ startQuestTimer("do_social_action", 15000, npc, null);
+ }
+
+ else if ((getRandom(18) < 1) && Util.contains(MAHUM_SOLDIERS, npc.getId()))
+ {
+ npc.getVariables().set("SOCIAL_ACTION_ALT_BEHAVIOR", 1);
+ }
+
+ // Restore AI handling by core
+ npc.disableCoreAI(false);
+ }
+
+ return null;
+ }
+
+ private void handleSocialAction(L2Npc npc, Actions action, boolean firstCall)
+ {
+ if ((npc.getVariables().getInt("BUSY_STATE") != 0) || (npc.getAI().getIntention() != CtrlIntention.AI_INTENTION_ACTIVE) || !npc.staysInSpawnLoc())
+ {
+ return;
+ }
+
+ final int socialActionId = (npc.getVariables().getInt("SOCIAL_ACTION_ALT_BEHAVIOR") == 0) ? action.getSocialActionId() : action.getAltSocialActionId();
+
+ if (socialActionId < 0)
+ {
+ return;
+ }
+
+ if (firstCall)
+ {
+ npc.getVariables().set("SOCIAL_ACTION_REMAINED_COUNT", action.getRepeatCount());
+ }
+
+ npc.broadcastSocialAction(socialActionId);
+
+ final int remainedCount = npc.getVariables().getInt("SOCIAL_ACTION_REMAINED_COUNT");
+ if (remainedCount > 0)
+ {
+ npc.getVariables().set("SOCIAL_ACTION_REMAINED_COUNT", (remainedCount - 1));
+ startQuestTimer("do_social_action", action.getRepeatInterval(), npc, null);
+ }
+ }
+
+ public static void main(String[] args)
+ {
+ new SelMahumDrill();
+ }
+}
\ No newline at end of file
Index: dist/game/data/scripts/ai/group_template/SelMahumSquad.java
===================================================================
--- dist/game/data/scripts/ai/group_template/SelMahumSquad.java (revision 0)
+++ dist/game/data/scripts/ai/group_template/SelMahumSquad.java (working copy)
@@ -0,0 +1,429 @@
+/*
+ * Copyright (C) 2004-2013 L2J DataPack
+ *
+ * This file is part of L2J DataPack.
+ *
+ * L2J DataPack 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.
+ *
+ * L2J DataPack 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.group_template;
+
+import ai.npc.AbstractNpcAI;
+
+import com.l2jserver.gameserver.GameTimeController;
+import com.l2jserver.gameserver.ai.CtrlIntention;
+import com.l2jserver.gameserver.datatables.SkillTable;
+import com.l2jserver.gameserver.datatables.SpawnTable;
+import com.l2jserver.gameserver.enums.QuestEventType;
+import com.l2jserver.gameserver.model.L2Object;
+import com.l2jserver.gameserver.model.L2Spawn;
+import com.l2jserver.gameserver.model.Location;
+import com.l2jserver.gameserver.model.actor.L2Npc;
+import com.l2jserver.gameserver.model.actor.instance.L2MonsterInstance;
+import com.l2jserver.gameserver.model.actor.instance.L2PcInstance;
+import com.l2jserver.gameserver.model.skills.L2Skill;
+import com.l2jserver.gameserver.network.NpcStringId;
+import com.l2jserver.gameserver.network.clientpackets.Say2;
+import com.l2jserver.gameserver.util.Util;
+
+/**
+ * Sel Mahum Training Ground AI for squads and chefs.
+ * @author GKR
+ */
+
+public final class SelMahumSquad extends AbstractNpcAI
+{
+ // NPC's
+ private static final int CHEF = 18908;
+ private static final int FIRE = 18927;
+ private static final int STOVE = 18933;
+
+ private static final int OHS_Weapon = 15280;
+ private static final int THS_Weapon = 15281;
+
+ // Sel Mahum Squad Leaders
+ private static final int[] SQUAD_LEADERS =
+ {
+ 22786,
+ 22787,
+ 22788
+ };
+
+ private static final NpcStringId[] CHEF_FSTRINGS =
+ {
+ NpcStringId.I_BROUGHT_THE_FOOD,
+ NpcStringId.COME_AND_EAT
+ };
+
+ private static final int FIRE_EFFECT_BURN = 1;
+ private static final int FIRE_EFFECT_NONE = 2;
+
+ private static final int MAHUM_EFFECT_EAT = 1;
+ private static final int MAHUM_EFFECT_SLEEP = 2;
+ private static final int MAHUM_EFFECT_NONE = 3;
+
+ private SelMahumSquad()
+ {
+ super(SelMahumSquad.class.getSimpleName(), "ai/group_template");
+
+ addAttackId(CHEF);
+ addEventReceivedId(CHEF, FIRE, STOVE);
+ addKillId(CHEF);
+ addNodeArrivedId(CHEF);
+ addSkillSeeId(STOVE);
+ addSpawnId(CHEF, FIRE);
+ addSpellFinishedId(CHEF);
+ registerMobs(SQUAD_LEADERS, QuestEventType.ON_ATTACK, QuestEventType.ON_EVENT_RECEIVED, QuestEventType.ON_FACTION_CALL, QuestEventType.ON_MOVE_FINISHED, QuestEventType.ON_SPAWN);
+
+ // Send event to monsters, that was spawned through SpawnTable at server start (it is impossible to track first spawn)
+ for (L2Spawn npcSpawn : SpawnTable.getInstance().getSpawns(CHEF))
+ {
+ onSpawn(npcSpawn.getLastSpawn());
+ }
+ for (L2Spawn npcSpawn : SpawnTable.getInstance().getSpawns(FIRE))
+ {
+ onSpawn(npcSpawn.getLastSpawn());
+ }
+ }
+
+ @Override
+ public String onAdvEvent(String event, L2Npc npc, L2PcInstance player)
+ {
+ switch (event)
+ {
+ case "chef_disable_reward": // 2019005
+ {
+ npc.getVariables().set("REWARD_TIME_GONE", 1); // i_ai6 = 1
+ break;
+ }
+ case "chef_heal_player": // 2019003
+ {
+ healPlayer(npc, player);
+ break;
+ }
+ case "chef_remove_invul": // 2019006
+ {
+ if (npc.isMonster())
+ {
+ npc.setIsInvul(false);
+ npc.getVariables().remove("INVUL_REMOVE_TIMER_STARTED"); // i_ai5 = 0
+ if ((player != null) && !player.isDead() && npc.getKnownList().knowsThePlayer(player))
+ {
+ attackPlayer((L2MonsterInstance) npc, player);
+ }
+ }
+ break;
+ }
+ case "chef_set_invul":
+ {
+ if (!npc.isDead())
+ {
+ npc.setIsInvul(true);
+ }
+ break;
+ }
+ case "fire":
+ {
+ startQuestTimer("fire", 30000 + getRandom(5000), npc, null);
+ npc.setDisplayEffect(FIRE_EFFECT_NONE);
+
+ if (getRandom(GameTimeController.getInstance().isNight() ? 2 : 4) < 1)
+ {
+ npc.setDisplayEffect(FIRE_EFFECT_BURN); // fire burns
+ npc.broadcastEvent("SCE_CAMPFIRE_START", 600, null);
+ }
+ else
+ {
+ npc.setDisplayEffect(FIRE_EFFECT_NONE); // fire goes out
+ npc.broadcastEvent("SCE_CAMPFIRE_END", 600, null);
+ }
+ break;
+ }
+ case "fire_arrived":
+ {
+ // myself.i_quest0 = 1;
+ npc.setIsRunning(false);
+ npc.setTarget(npc);
+
+ if (npc.isNoRndWalk()) // i_ai0 == 1
+ {
+ npc.doCast(SkillTable.getInstance().getInfo(6331, 1));
+ npc.setDisplayEffect(MAHUM_EFFECT_SLEEP);
+ }
+ if (npc.getVariables().getInt("BUSY_STATE") == 1) // Eating - i_ai3 = 1
+ {
+ npc.doCast(SkillTable.getInstance().getInfo(6332, 1));
+ npc.setDisplayEffect(MAHUM_EFFECT_EAT);
+ }
+
+ startQuestTimer("remove_effects", 300000, npc, null);
+ break;
+ }
+ case "notify_dinner":
+ {
+ npc.broadcastEvent("SCE_DINNER_EAT", 600, null);
+ break;
+ }
+ case "remove_effects":
+ {
+ // myself.i_quest0 = 0;
+ npc.setIsRunning(true);
+ npc.setDisplayEffect(MAHUM_EFFECT_NONE);
+ break;
+ }
+ case "reset_full_bottle_prize":
+ {
+ npc.getVariables().remove("FULL_BARREL_REWARDING_PLAYER");
+ break;
+ }
+ case "return_from_fire":
+ {
+ if (npc.isMonster() && !npc.isDead())
+ {
+ ((L2MonsterInstance) npc).returnHome();
+ }
+ break;
+ }
+
+ }
+
+ return null;
+ }
+
+ @Override
+ public String onAttack(L2Npc npc, L2PcInstance attacker, int damage, boolean isSummon, L2Skill skill)
+ {
+ if ((npc.getId() == CHEF) && (npc.getVariables().getInt("BUSY_STATE") == 0)) // i_ai2 == 0
+ {
+ if (npc.getVariables().getInt("INVUL_REMOVE_TIMER_STARTED") == 0) // i_ai5 == 0
+ {
+ startQuestTimer("chef_remove_invul", 180000, npc, attacker); // 2019004
+ startQuestTimer("chef_disable_reward", 60000, npc, null); // 2019005
+ npc.getVariables().set("INVUL_REMOVE_TIMER_STARTED", 1);
+ }
+ startQuestTimer("chef_heal_player", 1000, npc, attacker); // 2019003
+ startQuestTimer("chef_set_invul", 60000, npc, null); // 2019006
+ npc.getVariables().set("BUSY_STATE", 1);
+ }
+
+ else if (Util.contains(SQUAD_LEADERS, npc.getId()))
+ {
+ handlePreAttackMotion(npc);
+ }
+
+ return null;
+ }
+
+ @Override
+ public String onFactionCall(L2Npc npc, L2Npc caller, L2PcInstance attacker, boolean isSummon)
+ {
+ handlePreAttackMotion(npc);
+ return null;
+ }
+
+ @Override
+ public String onEventReceived(String eventName, L2Npc sender, L2Npc receiver, L2Object reference)
+ {
+ switch (eventName)
+ {
+ case "SCE_DINNER_CHECK":
+ {
+ if (receiver.getId() == FIRE)
+ {
+ receiver.setDisplayEffect(FIRE_EFFECT_BURN);
+ final L2Npc stove = addSpawn(STOVE, receiver.getX(), receiver.getY(), receiver.getZ() + 100, 0, false, 0);
+ stove.setSummoner(receiver);
+ startQuestTimer("notify_dinner", 2000, receiver, null); // @SCE_DINNER_EAT
+ broadcastNpcSay(sender, Say2.NPC_ALL, CHEF_FSTRINGS[getRandom(2)], 1250);
+ }
+ break;
+ }
+ case "SCE_CAMPFIRE_START":
+ {
+ if (!receiver.isNoRndWalk() && !receiver.isDead() && (receiver.getAI().getIntention() != CtrlIntention.AI_INTENTION_ATTACK) && Util.contains(SQUAD_LEADERS, receiver.getId()))
+ {
+ receiver.setIsNoRndWalk(true); // Moving to fire - i_ai0 = 1
+ receiver.setIsRunning(true);
+ final Location loc = sender.getPointInRange(100, 200);
+ loc.setHeading(receiver.getHeading());
+ receiver.stopMove(null);
+ receiver.getVariables().set("DESTINATION_X", loc.getX());
+ receiver.getVariables().set("DESTINATION_Y", loc.getY());
+ receiver.getAI().setIntention(CtrlIntention.AI_INTENTION_MOVE_TO, loc);
+ }
+ break;
+ }
+ case "SCE_CAMPFIRE_END":
+ {
+ if ((receiver.getId() == STOVE) && (receiver.getSummoner() == sender))
+ {
+ receiver.deleteMe();
+ }
+ else if ((receiver.getAI().getIntention() != CtrlIntention.AI_INTENTION_ATTACK) && Util.contains(SQUAD_LEADERS, receiver.getId()))
+ {
+ receiver.setIsNoRndWalk(false);
+ receiver.getVariables().remove("BUSY_STATE");
+ receiver.setRHandId(THS_Weapon);
+ startQuestTimer("return_from_fire", 3000, receiver, null);
+ }
+ break;
+ }
+ case "SCE_DINNER_EAT":
+ {
+ if (!receiver.isDead() && (receiver.getAI().getIntention() != CtrlIntention.AI_INTENTION_ATTACK) && (receiver.getVariables().getInt("BUSY_STATE", 0) == 0) && Util.contains(SQUAD_LEADERS, receiver.getId()))
+ {
+ if (receiver.isNoRndWalk()) // i_ai0 == 1
+ {
+ receiver.setRHandId(THS_Weapon);
+ }
+ receiver.setIsNoRndWalk(true); // Moving to fire - i_ai0 = 1
+ receiver.getVariables().set("BUSY_STATE", 1); // Eating - i_ai3 = 1
+ receiver.setIsRunning(true);
+ broadcastNpcSay(receiver, Say2.NPC_ALL, (getRandom(3) < 1) ? NpcStringId.LOOKS_DELICIOUS : NpcStringId.LETS_GO_EAT);
+ final Location loc = sender.getPointInRange(100, 200);
+ loc.setHeading(receiver.getHeading());
+ receiver.stopMove(null);
+ receiver.getVariables().set("DESTINATION_X", loc.getX());
+ receiver.getVariables().set("DESTINATION_Y", loc.getY());
+ receiver.getAI().setIntention(CtrlIntention.AI_INTENTION_MOVE_TO, loc);
+ }
+ break;
+ }
+ case "SCE_SOUP_FAILURE":
+ {
+ if (Util.contains(SQUAD_LEADERS, receiver.getId()))
+ {
+ receiver.getVariables().set("FULL_BARREL_REWARDING_PLAYER", reference.getObjectId()); // TODO: Use it in 289 quest
+ startQuestTimer("reset_full_bottle_prize", 180000, receiver, null);
+ }
+ break;
+ }
+ }
+
+ return null;
+ }
+
+ @Override
+ public String onKill(L2Npc npc, L2PcInstance killer, boolean isSummon)
+ {
+ if (npc.isMonster() && (npc.getVariables().getInt("REWARD_TIME_GONE") == 0))
+ {
+ ((L2MonsterInstance) npc).dropItem(killer, 15492, 1);
+ }
+ cancelQuestTimer("chef_remove_invul", npc, null);
+ cancelQuestTimer("chef_disable_reward", npc, null);
+ cancelQuestTimer("chef_heal_player", npc, null);
+ cancelQuestTimer("chef_set_invul", npc, null);
+
+ return null;
+ }
+
+ @Override
+ public void onMoveFinished(L2Npc npc)
+ {
+ // Npc moves to fire
+ if (npc.isNoRndWalk() && (npc.getX() == npc.getVariables().getInt("DESTINATION_X")) && (npc.getY() == npc.getVariables().getInt("DESTINATION_Y")))
+ {
+ npc.setRHandId(OHS_Weapon);
+ startQuestTimer("fire_arrived", 3000, npc, null);
+ }
+ }
+
+ @Override
+ public void onNodeArrived(L2Npc npc)
+ {
+ npc.broadcastEvent("SCE_DINNER_CHECK", 300, null);
+ }
+
+ @Override
+ // @SCE_SOUP_FAILURE
+ public String onSkillSee(L2Npc npc, L2PcInstance caster, L2Skill skill, L2Object[] targets, boolean isSummon)
+ {
+ if ((npc.getId() == STOVE) && (skill.getId() == 9075) && Util.contains(targets, npc))
+ {
+ npc.doCast(SkillTable.getInstance().getInfo(6688, 1));
+ npc.broadcastEvent("SCE_SOUP_FAILURE", 600, caster);
+ }
+
+ return null;
+ }
+
+ @Override
+ public String onSpawn(L2Npc npc)
+ {
+ if (!npc.isTeleporting())
+ {
+ if (npc.getId() == CHEF)
+ {
+ npc.setIsInvul(false);
+ }
+
+ else if (npc.getId() == FIRE)
+ {
+ startQuestTimer("fire", 1000, npc, null);
+ }
+
+ else if (Util.contains(SQUAD_LEADERS, npc.getId()))
+ {
+ npc.setDisplayEffect(3);
+ npc.setIsNoRndWalk(false);
+ }
+ }
+ return null;
+ }
+
+ @Override
+ public String onSpellFinished(L2Npc npc, L2PcInstance player, L2Skill skill)
+ {
+ if ((skill != null) && (skill.getId() == 6330))
+ {
+ healPlayer(npc, player);
+ }
+
+ return null;
+ }
+
+ private void healPlayer(L2Npc npc, L2PcInstance player)
+ {
+ if ((player != null) && !player.isDead() && (npc.getVariables().getInt("INVUL_REMOVE_TIMER_STARTED") != 1) && ((npc.getAI().getIntention() == CtrlIntention.AI_INTENTION_ATTACK) || (npc.getAI().getIntention() == CtrlIntention.AI_INTENTION_CAST)))
+ {
+ npc.setTarget(player);
+ npc.doCast(SkillTable.getInstance().getInfo(6330, 1));
+ }
+ else
+ {
+ cancelQuestTimer("chef_set_invul", npc, null);
+ npc.getVariables().remove("BUSY_STATE"); // i_ai2 = 0
+ npc.getVariables().remove("INVUL_REMOVE_TIMER_STARTED"); // i_ai5 = 0
+ npc.setIsRunning(false);
+ }
+ }
+
+ private void handlePreAttackMotion(L2Npc attacked)
+ {
+ cancelQuestTimer("remove_effects", attacked, null);
+ attacked.getVariables().remove("BUSY_STATE");
+ attacked.setIsNoRndWalk(false); // i_ai0 == 0
+ attacked.setDisplayEffect(MAHUM_EFFECT_NONE);
+ if (attacked.getRightHandItem() == OHS_Weapon)
+ {
+ attacked.setRHandId(THS_Weapon);
+ }
+ // TODO: Check about i_quest0
+ }
+
+ public static void main(String[] args)
+ {
+ new SelMahumSquad();
+ }
+}
\ No newline at end of file
Index: dist/game/data/spawnlist/sel_mahums.xml
===================================================================
--- dist/game/data/spawnlist/sel_mahums.xml (revision 0)
+++ dist/game/data/spawnlist/sel_mahums.xml (working copy)
@@ -0,0 +1,1159 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<list enabled="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/spawnlist.xsd">
+ <!-- oren22_2219_a01 -->
+ <spawn name="smtg_drill_group_01">
+ <AIData>
+ <disableRandomAnimation>true</disableRandomAnimation>
+ <disableRandomWalk>true</disableRandomWalk>
+ </AIData>
+ <npc id="22775" x="88347" y="56413" z="-3495" heading="49152" respawnDelay="90" /> <!-- Sel Mahum Drill Sergeant -->
+ <npc id="22782" x="88522" y="56208" z="-3526" heading="17127" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="88418" y="56206" z="-3526" heading="13868" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="88305" y="56212" z="-3526" heading="19456" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="88190" y="56216" z="-3526" heading="15466" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="88181" y="56119" z="-3526" heading="15734" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="88296" y="56111" z="-3526" heading="15128" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="88417" y="56106" z="-3526" heading="14390" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="88530" y="56107" z="-3526" heading="16458" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="88177" y="56011" z="-3526" heading="16387" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="88298" y="56002" z="-3526" heading="16785" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="88420" y="55997" z="-3526" heading="14642" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="88530" y="56001" z="-3526" heading="16083" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="88177" y="55914" z="-3526" heading="13392" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="88294" y="55905" z="-3526" heading="15411" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="88424" y="55903" z="-3526" heading="15063" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="88530" y="55903" z="-3526" heading="17704" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="88186" y="55812" z="-3526" heading="15800" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="88303" y="55809" z="-3526" heading="16097" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="88421" y="55813" z="-3526" heading="15393" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="88529" y="55803" z="-3526" heading="13935" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ </spawn>
+ <!-- oren22_2219_a02 -->
+ <spawn name="smtg_drill_group_02">
+ <AIData>
+ <disableRandomAnimation>true</disableRandomAnimation>
+ <disableRandomWalk>true</disableRandomWalk>
+ </AIData>
+ <npc id="22775" x="89421" y="56422" z="-3501" heading="49152" respawnDelay="90" /> <!-- Sel Mahum Drill Sergeant -->
+ <npc id="22782" x="89261" y="56219" z="-3525" heading="16069" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="89365" y="56222" z="-3527" heading="18156" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="89475" y="56221" z="-3527" heading="18008" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="89579" y="56223" z="-3527" heading="16805" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="89262" y="56118" z="-3527" heading="15035" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="89364" y="56120" z="-3527" heading="16637" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="89475" y="56121" z="-3527" heading="14304" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="89581" y="56123" z="-3527" heading="18984" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="89265" y="56019" z="-3527" heading="19511" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="89364" y="56021" z="-3527" heading="18633" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="89475" y="56024" z="-3527" heading="14740" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="89581" y="56026" z="-3527" heading="15548" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="89268" y="55915" z="-3527" heading="15257" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="89364" y="55918" z="-3527" heading="16562" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="89476" y="55919" z="-3527" heading="17372" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="89585" y="55922" z="-3527" heading="14490" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="89270" y="55809" z="-3527" heading="16318" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="89365" y="55814" z="-3527" heading="16965" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="89475" y="55813" z="-3527" heading="15902" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="89587" y="55818" z="-3527" heading="17192" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ </spawn>
+ <!-- oren22_2219_a03 -->
+ <spawn name="smtg_drill_group_03">
+ <AIData>
+ <disableRandomAnimation>true</disableRandomAnimation>
+ <disableRandomWalk>true</disableRandomWalk>
+ </AIData>
+ <npc id="22775" x="90443" y="56392" z="-3494" heading="49152" respawnDelay="90" /> <!-- Sel Mahum Drill Sergeant -->
+ <npc id="22782" x="90237" y="56209" z="-3524" heading="13795" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="90348" y="56203" z="-3524" heading="15173" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="90447" y="56200" z="-3524" heading="15376" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="90546" y="56200" z="-3524" heading="17608" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="90649" y="56207" z="-3524" heading="15610" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="90255" y="56102" z="-3524" heading="15788" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="90369" y="56099" z="-3524" heading="16368" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="90471" y="56099" z="-3524" heading="14928" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="90574" y="56098" z="-3524" heading="13679" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="90680" y="56101" z="-3524" heading="16988" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="90651" y="55999" z="-3524" heading="15409" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="90545" y="56001" z="-3524" heading="17058" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="90450" y="55998" z="-3524" heading="16518" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="90346" y="56001" z="-3524" heading="15320" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="90231" y="55997" z="-3524" heading="19048" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="90683" y="55885" z="-3524" heading="18469" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="90583" y="55884" z="-3524" heading="15488" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="90473" y="55881" z="-3524" heading="16889" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="90371" y="55886" z="-3524" heading="15399" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="90260" y="55883" z="-3524" heading="18417" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ </spawn>
+ <!-- oren22_2219_a04 -->
+ <spawn name="smtg_drill_group_04">
+ <AIData>
+ <disableRandomAnimation>true</disableRandomAnimation>
+ <disableRandomWalk>true</disableRandomWalk>
+ </AIData>
+ <npc id="22776" x="87307" y="57853" z="-3637" heading="49152" respawnDelay="90" /> <!-- Sel Mahum Training Officer -->
+ <npc id="22783" x="87352" y="57660" z="-3678" heading="16350" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="87457" y="57668" z="-3678" heading="14844" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="87237" y="57664" z="-3678" heading="19161" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="87131" y="57665" z="-3678" heading="14055" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="87130" y="57564" z="-3678" heading="18962" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="87238" y="57560" z="-3678" heading="18369" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="87350" y="57560" z="-3678" heading="17318" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="87458" y="57565" z="-3678" heading="16645" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="87132" y="57462" z="-3678" heading="14720" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="87241" y="57464" z="-3678" heading="18644" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="87349" y="57459" z="-3678" heading="17481" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="87457" y="57460" z="-3678" heading="17763" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="87134" y="57356" z="-3678" heading="13681" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="87243" y="57361" z="-3678" heading="14961" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="87348" y="57358" z="-3678" heading="16313" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="87459" y="57358" z="-3678" heading="13590" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="87130" y="57255" z="-3678" heading="19164" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="87236" y="57257" z="-3678" heading="17157" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="87344" y="57251" z="-3678" heading="16694" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="87455" y="57251" z="-3678" heading="14925" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ </spawn>
+ <!-- oren22_2219_a05 -->
+ <spawn name="smtg_drill_group_05">
+ <AIData>
+ <disableRandomAnimation>true</disableRandomAnimation>
+ <disableRandomWalk>true</disableRandomWalk>
+ </AIData>
+ <npc id="22776" x="88368" y="57845" z="-3657" heading="49152" respawnDelay="90" /> <!-- Sel Mahum Training Officer -->
+ <npc id="22783" x="88317" y="57649" z="-3680" heading="14811" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="88430" y="57648" z="-3680" heading="15183" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="88534" y="57650" z="-3680" heading="15902" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="88202" y="57653" z="-3680" heading="17220" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="88184" y="57554" z="-3680" heading="17723" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="88296" y="57553" z="-3680" heading="16434" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="88409" y="57550" z="-3680" heading="15996" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="88512" y="57551" z="-3680" heading="18791" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="88535" y="57452" z="-3680" heading="17151" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="88425" y="57451" z="-3680" heading="17843" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="88313" y="57451" z="-3680" heading="16618" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="88199" y="57453" z="-3680" heading="16900" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="88510" y="57347" z="-3680" heading="18409" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="88402" y="57347" z="-3680" heading="18816" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="88290" y="57350" z="-3680" heading="20020" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="88176" y="57350" z="-3680" heading="14869" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="88524" y="57243" z="-3680" heading="17754" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="88424" y="57240" z="-3680" heading="15873" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="88313" y="57241" z="-3680" heading="14225" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="88206" y="57235" z="-3680" heading="16051" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ </spawn>
+ <!-- oren22_2219_a06 -->
+ <spawn name="smtg_drill_group_06">
+ <AIData>
+ <disableRandomAnimation>true</disableRandomAnimation>
+ <disableRandomWalk>true</disableRandomWalk>
+ </AIData>
+ <npc id="22776" x="89397" y="57854" z="-3586" heading="49152" respawnDelay="90" /> <!-- Sel Mahum Training Officer -->
+ <npc id="22783" x="89345" y="57645" z="-3632" heading="14728" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="89454" y="57645" z="-3632" heading="18467" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="89558" y="57649" z="-3632" heading="17529" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="89233" y="57652" z="-3632" heading="18447" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="89207" y="57548" z="-3632" heading="18021" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="89312" y="57549" z="-3632" heading="16128" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="89409" y="57548" z="-3632" heading="16590" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="89505" y="57547" z="-3632" heading="17434" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="89607" y="57549" z="-3632" heading="15929" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="89253" y="57454" z="-3632" heading="14879" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="89357" y="57456" z="-3632" heading="13463" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="89465" y="57454" z="-3632" heading="16410" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="89556" y="57456" z="-3632" heading="15994" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="89198" y="57362" z="-3632" heading="16760" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="89301" y="57365" z="-3632" heading="14304" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="89402" y="57370" z="-3632" heading="17462" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="89500" y="57373" z="-3632" heading="16329" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="89600" y="57376" z="-3632" heading="16824" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="89254" y="57278" z="-3632" heading="16017" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="89350" y="57279" z="-3632" heading="16773" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="89453" y="57276" z="-3632" heading="17476" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="89552" y="57284" z="-3632" heading="16725" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ </spawn>
+ <!-- oren22_2219_b01 -->
+ <spawn name="smtg_drill_group_07">
+ <AIData>
+ <disableRandomAnimation>true</disableRandomAnimation>
+ <disableRandomWalk>true</disableRandomWalk>
+ </AIData>
+ <npc id="22775" x="85474" y="58676" z="-3367" heading="32768" respawnDelay="90" /> <!-- Sel Mahum Drill Sergeant -->
+ <npc id="22782" x="85251" y="58503" z="-3396" heading="1823" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="85236" y="58616" z="-3393" heading="3030" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="85244" y="58735" z="-3393" heading="1349" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="85250" y="58854" z="-3393" heading="2212" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="85105" y="58501" z="-3395" heading="-2988" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="85111" y="58621" z="-3393" heading="-1933" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="85104" y="58735" z="-3393" heading="1255" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="85109" y="58853" z="-3393" heading="-280" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="84977" y="58508" z="-3400" heading="-2949" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="84972" y="58629" z="-3393" heading="3358" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="84963" y="58740" z="-3393" heading="-957" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="84968" y="58853" z="-3393" heading="-836" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="84845" y="58513" z="-3400" heading="1396" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="84836" y="58633" z="-3393" heading="2039" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="84837" y="58743" z="-3393" heading="33" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="84829" y="58864" z="-3393" heading="-1413" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="84709" y="58512" z="-3413" heading="1425" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="84715" y="58635" z="-3403" heading="-1" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="84706" y="58755" z="-3397" heading="-385" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="84704" y="58878" z="-3398" heading="1274" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ </spawn>
+ <!-- oren22_2219_b02 -->
+ <spawn name="smtg_drill_group_08">
+ <AIData>
+ <disableRandomAnimation>true</disableRandomAnimation>
+ <disableRandomWalk>true</disableRandomWalk>
+ </AIData>
+ <npc id="22775" x="85482" y="59706" z="-3397" heading="32768" respawnDelay="90" /> <!-- Sel Mahum Drill Sergeant -->
+ <npc id="22782" x="85280" y="59498" z="-3440" heading="9" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="85277" y="59604" z="-3440" heading="3751" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="85280" y="59701" z="-3440" heading="535" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="85276" y="59804" z="-3440" heading="139" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="85174" y="59492" z="-3440" heading="2122" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="85171" y="59592" z="-3440" heading="253" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="85175" y="59698" z="-3440" heading="-1274" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="85172" y="59805" z="-3440" heading="300" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="85068" y="59489" z="-3440" heading="84" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="84961" y="59491" z="-3440" heading="233" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="85276" y="59914" z="-3440" heading="-1416" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="85168" y="59919" z="-3440" heading="-121" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="85063" y="59594" z="-3440" heading="3247" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="84946" y="59601" z="-3440" heading="-313" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="85061" y="59701" z="-3440" heading="-964" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="84951" y="59703" z="-3440" heading="-1567" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="85060" y="59806" z="-3440" heading="-1508" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="84946" y="59807" z="-3440" heading="123" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="85053" y="59913" z="-3440" heading="772" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="84944" y="59910" z="-3440" heading="359" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ </spawn>
+ <!-- oren22_2219_b03 -->
+ <spawn name="smtg_drill_group_09">
+ <AIData>
+ <disableRandomAnimation>true</disableRandomAnimation>
+ <disableRandomWalk>true</disableRandomWalk>
+ </AIData>
+ <npc id="22775" x="85484" y="60762" z="-3391" heading="32768" respawnDelay="90" /> <!-- Sel Mahum Drill Sergeant -->
+ <npc id="22782" x="85258" y="60555" z="-3440" heading="-2001" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="85259" y="60661" z="-3440" heading="-2321" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="85269" y="60761" z="-3440" heading="1305" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="85263" y="60869" z="-3440" heading="-299" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="85259" y="60980" z="-3440" heading="806" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="85152" y="60544" z="-3440" heading="3396" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="85148" y="60650" z="-3440" heading="1408" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="85147" y="60761" z="-3440" heading="1860" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="85146" y="60867" z="-3440" heading="-1356" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="85148" y="60974" z="-3440" heading="-1199" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="85033" y="60545" z="-3440" heading="1583" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="85036" y="60648" z="-3440" heading="2276" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="85030" y="60759" z="-3440" heading="1432" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="85036" y="60862" z="-3440" heading="-513" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="85035" y="60976" z="-3440" heading="-3165" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="84913" y="60546" z="-3440" heading="-199" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="84912" y="60656" z="-3440" heading="-233" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="84904" y="60766" z="-3440" heading="132" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="84902" y="60870" z="-3440" heading="188" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="84904" y="60980" z="-3440" heading="-948" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ </spawn>
+ <!-- oren22_2219_b04 -->
+ <spawn name="smtg_drill_group_10">
+ <AIData>
+ <disableRandomAnimation>true</disableRandomAnimation>
+ <disableRandomWalk>true</disableRandomWalk>
+ </AIData>
+ <npc id="22775" x="84067" y="59229" z="-3455" heading="32768" respawnDelay="90" /> <!-- Sel Mahum Drill Sergeant -->
+ <npc id="22782" x="83860" y="59045" z="-3488" heading="627" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="83856" y="59161" z="-3488" heading="2501" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="83858" y="59274" z="-3488" heading="-224" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="83866" y="59391" z="-3488" heading="-929" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="83744" y="59040" z="-3488" heading="-1600" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="83738" y="59162" z="-3488" heading="-1906" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="83747" y="59280" z="-3488" heading="-1525" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="83744" y="59392" z="-3488" heading="-1331" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="83626" y="59036" z="-3488" heading="208" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="83632" y="59151" z="-3488" heading="642" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="83626" y="59278" z="-3488" heading="-780" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="83629" y="59395" z="-3488" heading="1639" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="83495" y="59030" z="-3488" heading="-758" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="83497" y="59152" z="-3488" heading="-308" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="83496" y="59282" z="-3488" heading="-1649" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="83493" y="59394" z="-3488" heading="-2046" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ </spawn>
+ <!-- oren22_2219_b05 -->
+ <spawn name="smtg_drill_group_11">
+ <AIData>
+ <disableRandomAnimation>true</disableRandomAnimation>
+ <disableRandomWalk>true</disableRandomWalk>
+ </AIData>
+ <npc id="22775" x="84070" y="60231" z="-3452" heading="32768" respawnDelay="90" /> <!-- Sel Mahum Drill Sergeant -->
+ <npc id="22782" x="83843" y="60393" z="-3488" heading="-1822" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="83816" y="60255" z="-3488" heading="1736" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="83779" y="60128" z="-3488" heading="-2976" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="83765" y="60002" z="-3488" heading="1724" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="83649" y="59963" z="-3488" heading="466" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="83651" y="60086" z="-3488" heading="1545" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="83678" y="60223" z="-3488" heading="-300" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="83714" y="60345" z="-3488" heading="-1259" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="83521" y="59989" z="-3488" heading="-3415" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="83534" y="60114" z="-3488" heading="1434" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="83568" y="60249" z="-3488" heading="-1828" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="83594" y="60388" z="-3488" heading="-1878" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="83394" y="59966" z="-3488" heading="3828" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="83403" y="60092" z="-3488" heading="-1266" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="83429" y="60215" z="-3488" heading="246" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="83253" y="59961" z="-3488" heading="1120" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="83257" y="60083" z="-3504" heading="1643" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="83287" y="60203" z="-3504" heading="-644" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ </spawn>
+ <!-- oren22_2219_c01 -->
+ <spawn name="smtg_drill_group_12">
+ <AIData>
+ <disableRandomAnimation>true</disableRandomAnimation>
+ <disableRandomWalk>true</disableRandomWalk>
+ </AIData>
+ <npc id="22775" x="79658" y="62438" z="-3638" heading="16384" respawnDelay="90" /> <!-- Sel Mahum Drill Sergeant -->
+ <npc id="22782" x="79437" y="62677" z="-3662" heading="50435" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="79572" y="62679" z="-3662" heading="50020" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="79715" y="62687" z="-3662" heading="50491" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="79843" y="62685" z="-3662" heading="48555" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="79440" y="62785" z="-3669" heading="51565" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="79577" y="62791" z="-3669" heading="48354" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="79722" y="62797" z="-3669" heading="51515" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="79851" y="62798" z="-3669" heading="50697" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="79448" y="62913" z="-3669" heading="48587" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="79583" y="62909" z="-3669" heading="48691" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="79730" y="62910" z="-3669" heading="49960" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="79867" y="62911" z="-3669" heading="49242" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="79445" y="63031" z="-3669" heading="50056" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="79590" y="63036" z="-3669" heading="48406" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="79735" y="63031" z="-3669" heading="48779" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="79871" y="63031" z="-3669" heading="46955" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ </spawn>
+ <!-- oren22_2219_c02 -->
+ <spawn name="smtg_drill_group_13">
+ <AIData>
+ <disableRandomAnimation>true</disableRandomAnimation>
+ <disableRandomWalk>true</disableRandomWalk>
+ </AIData>
+ <npc id="22775" x="80721" y="62436" z="-3646" heading="16384" respawnDelay="90" /> <!-- Sel Mahum Drill Sergeant -->
+ <npc id="22782" x="80508" y="62651" z="-3670" heading="46922" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="80638" y="62660" z="-3670" heading="48514" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="80772" y="62665" z="-3670" heading="48933" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="80909" y="62661" z="-3670" heading="51934" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="80509" y="62782" z="-3670" heading="50405" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="80643" y="62784" z="-3670" heading="48161" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="80779" y="62788" z="-3670" heading="49284" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="80913" y="62789" z="-3670" heading="49360" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="80512" y="62908" z="-3670" heading="47113" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="80515" y="63034" z="-3670" heading="51291" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="80646" y="62908" z="-3670" heading="49325" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="80651" y="63030" z="-3670" heading="49991" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="80783" y="62913" z="-3670" heading="50069" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="80787" y="63041" z="-3670" heading="48950" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="80918" y="62923" z="-3670" heading="48835" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="80919" y="63038" z="-3670" heading="52370" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ </spawn>
+ <!-- oren22_2219_c03 -->
+ <spawn name="smtg_drill_group_14">
+ <AIData>
+ <disableRandomAnimation>true</disableRandomAnimation>
+ <disableRandomWalk>true</disableRandomWalk>
+ </AIData>
+ <npc id="22775" x="81796" y="62445" z="-3547" heading="16384" respawnDelay="90" /> <!-- Sel Mahum Drill Sergeant -->
+ <npc id="22782" x="81600" y="62674" z="-3553" heading="47415" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="81743" y="62677" z="-3569" heading="50273" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="81871" y="62675" z="-3569" heading="47518" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="81983" y="62679" z="-3569" heading="48938" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="81554" y="62790" z="-3569" heading="48619" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="81681" y="62796" z="-3569" heading="48609" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="81811" y="62798" z="-3569" heading="50340" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="81928" y="62795" z="-3569" heading="46829" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="82041" y="62793" z="-3569" heading="52574" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="81615" y="62910" z="-3585" heading="47428" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="81748" y="62917" z="-3569" heading="52613" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="81877" y="62919" z="-3569" heading="47966" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="81994" y="62920" z="-3569" heading="48367" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="81611" y="63055" z="-3585" heading="47741" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="81749" y="63053" z="-3569" heading="47388" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="81883" y="63061" z="-3569" heading="48100" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="81997" y="63059" z="-3569" heading="52031" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ </spawn>
+ <!-- oren22_2219_c04 -->
+ <spawn name="smtg_drill_group_15">
+ <AIData>
+ <disableRandomAnimation>true</disableRandomAnimation>
+ <disableRandomWalk>true</disableRandomWalk>
+ </AIData>
+ <npc id="22775" x="82825" y="62443" z="-3477" heading="16384" respawnDelay="90" /> <!-- Sel Mahum Drill Sergeant -->
+ <npc id="22782" x="82613" y="62675" z="-3501" heading="47941" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="82756" y="62677" z="-3501" heading="50481" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="82887" y="62678" z="-3501" heading="46535" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="83024" y="62673" z="-3501" heading="49294" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="82614" y="62792" z="-3501" heading="49535" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="82755" y="62799" z="-3501" heading="48038" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="82893" y="62798" z="-3501" heading="50288" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="83029" y="62801" z="-3501" heading="49323" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="82616" y="62910" z="-3501" heading="51141" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="82763" y="62914" z="-3501" heading="46537" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="82897" y="62914" z="-3501" heading="49527" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="83035" y="62922" z="-3501" heading="52471" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="82589" y="63039" z="-3501" heading="51655" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="82707" y="63042" z="-3501" heading="47544" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="82835" y="63040" z="-3501" heading="50904" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="82954" y="63044" z="-3501" heading="49439" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="83059" y="63052" z="-3501" heading="45871" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ </spawn>
+ <!-- oren22_2219_d01 -->
+ <spawn name="smtg_drill_group_16">
+ <AIData>
+ <disableRandomAnimation>true</disableRandomAnimation>
+ <disableRandomWalk>true</disableRandomWalk>
+ </AIData>
+ <npc id="22776" x="91678" y="61528" z="-3230" heading="0" respawnDelay="90" /> <!-- Sel Mahum Training Officer -->
+ <npc id="22780" x="91867" y="61289" z="-3264" heading="31390" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="91872" y="61404" z="-3264" heading="33485" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="91873" y="61523" z="-3264" heading="33058" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="91881" y="61653" z="-3264" heading="35075" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="91879" y="61778" z="-3257" heading="32862" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="91995" y="61308" z="-3255" heading="32861" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="91994" y="61425" z="-3264" heading="34385" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="91997" y="61549" z="-3264" heading="33501" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="92002" y="61671" z="-3264" heading="34558" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="92009" y="61794" z="-3264" heading="33667" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="92124" y="61283" z="-3266" heading="34699" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="92113" y="61406" z="-3268" heading="34448" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="92121" y="61525" z="-3264" heading="34667" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="92118" y="61655" z="-3264" heading="34866" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="92135" y="61781" z="-3262" heading="32955" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="92262" y="61283" z="-3258" heading="34729" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="92250" y="61406" z="-3264" heading="31483" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="92255" y="61536" z="-3263" heading="34885" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="92268" y="61667" z="-3264" heading="30598" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="92275" y="61789" z="-3264" heading="35240" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ </spawn>
+ <!-- oren22_2219_d02 -->
+ <spawn name="smtg_drill_group_17">
+ <AIData>
+ <disableRandomAnimation>true</disableRandomAnimation>
+ <disableRandomWalk>true</disableRandomWalk>
+ </AIData>
+ <npc id="22776" x="91675" y="62592" z="-3231" heading="0" respawnDelay="90" /> <!-- Sel Mahum Training Officer -->
+ <npc id="22780" x="91885" y="62545" z="-3264" heading="34965" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="91874" y="62399" z="-3264" heading="29005" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="91887" y="62678" z="-3264" heading="35653" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="91885" y="62817" z="-3264" heading="34352" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="91978" y="62399" z="-3264" heading="32098" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="92096" y="62401" z="-3264" heading="31467" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="92225" y="62402" z="-3264" heading="32337" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="91994" y="62539" z="-3264" heading="30033" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="92103" y="62536" z="-3264" heading="36055" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="92233" y="62535" z="-3264" heading="33633" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="92002" y="62675" z="-3264" heading="29684" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="92113" y="62683" z="-3264" heading="29813" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="92241" y="62677" z="-3264" heading="33782" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="92007" y="62813" z="-3264" heading="33061" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="92126" y="62803" z="-3264" heading="32830" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="92252" y="62802" z="-3264" heading="32643" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ </spawn>
+ <!-- oren22_2219_d03 -->
+ <spawn name="smtg_drill_group_18">
+ <AIData>
+ <disableRandomAnimation>true</disableRandomAnimation>
+ <disableRandomWalk>true</disableRandomWalk>
+ </AIData>
+ <npc id="22776" x="91691" y="63622" z="-3237" heading="0" respawnDelay="90" /> <!-- Sel Mahum Training Officer -->
+ <npc id="22780" x="91858" y="63481" z="-3265" heading="30402" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="91865" y="63623" z="-3265" heading="33801" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="91865" y="63771" z="-3268" heading="32118" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="91958" y="63482" z="-3265" heading="33982" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="91967" y="63625" z="-3265" heading="32187" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="91965" y="63774" z="-3268" heading="33566" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="92058" y="63482" z="-3265" heading="31999" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="92070" y="63626" z="-3265" heading="31921" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="92067" y="63773" z="-3268" heading="34683" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="92161" y="63482" z="-3265" heading="30242" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="92165" y="63621" z="-3265" heading="30363" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="92176" y="63773" z="-3268" heading="30972" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="92266" y="63475" z="-3265" heading="30056" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="92267" y="63625" z="-3265" heading="30693" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="92280" y="63770" z="-3268" heading="33965" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ </spawn>
+ <!-- oren22_2219_d04 -->
+ <spawn name="smtg_drill_group_19">
+ <AIData>
+ <disableRandomAnimation>true</disableRandomAnimation>
+ <disableRandomWalk>true</disableRandomWalk>
+ </AIData>
+ <npc id="22776" x="90206" y="62016" z="-3315" heading="0" respawnDelay="90" /> <!-- Sel Mahum Training Officer -->
+ <npc id="22780" x="90450" y="61728" z="-3351" heading="32486" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90459" y="61850" z="-3351" heading="34127" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90468" y="61982" z="-3351" heading="32490" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90474" y="62142" z="-3348" heading="30770" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90471" y="62263" z="-3351" heading="32979" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90581" y="61727" z="-3328" heading="33255" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90718" y="61731" z="-3337" heading="33508" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90862" y="61727" z="-3344" heading="31435" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90591" y="61851" z="-3328" heading="35475" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90729" y="61842" z="-3337" heading="31090" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90869" y="61857" z="-3328" heading="31414" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90599" y="61976" z="-3328" heading="31624" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90731" y="61976" z="-3337" heading="32816" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90874" y="61979" z="-3337" heading="31903" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90604" y="62143" z="-3328" heading="31937" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90739" y="62127" z="-3337" heading="33882" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90877" y="62135" z="-3337" heading="34076" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90603" y="62257" z="-3328" heading="33354" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90743" y="62251" z="-3337" heading="32884" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90880" y="62258" z="-3337" heading="33890" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ </spawn>
+ <!-- oren22_2219_d05 -->
+ <spawn name="smtg_drill_group_20">
+ <AIData>
+ <disableRandomAnimation>true</disableRandomAnimation>
+ <disableRandomWalk>true</disableRandomWalk>
+ </AIData>
+ <npc id="22776" x="90207" y="63082" z="-3315" heading="0" respawnDelay="90" /> <!-- Sel Mahum Training Officer -->
+ <npc id="22780" x="90388" y="62875" z="-3335" heading="34592" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90411" y="63022" z="-3335" heading="35435" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90416" y="63171" z="-3335" heading="33762" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90423" y="63305" z="-3335" heading="34538" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90529" y="62884" z="-3335" heading="32711" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90667" y="62892" z="-3335" heading="34442" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90826" y="62906" z="-3335" heading="30305" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90540" y="63029" z="-3335" heading="33025" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90689" y="63036" z="-3335" heading="33140" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90844" y="63058" z="-3335" heading="30083" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90560" y="63184" z="-3335" heading="35353" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90702" y="63185" z="-3335" heading="33092" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90851" y="63200" z="-3335" heading="33050" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90582" y="63319" z="-3335" heading="35221" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90723" y="63330" z="-3335" heading="32737" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90866" y="63338" z="-3335" heading="33169" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ </spawn>
+ <!-- oren22_2219_d06 -->
+ <spawn name="smtg_drill_group_21">
+ <AIData>
+ <disableRandomAnimation>true</disableRandomAnimation>
+ <disableRandomWalk>true</disableRandomWalk>
+ </AIData>
+ <npc id="22776" x="90242" y="64112" z="-3378" heading="0" respawnDelay="90" /> <!-- Sel Mahum Training Officer -->
+ <npc id="22780" x="90461" y="63899" z="-3424" heading="32772" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90468" y="64048" z="-3424" heading="30449" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90469" y="64175" z="-3424" heading="33880" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90471" y="64312" z="-3424" heading="33973" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90611" y="63899" z="-3424" heading="31695" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90613" y="64040" z="-3424" heading="33320" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90615" y="64177" z="-3424" heading="33876" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90626" y="64312" z="-3424" heading="31279" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90758" y="63905" z="-3424" heading="32659" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90762" y="64040" z="-3424" heading="30128" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90775" y="64170" z="-3424" heading="32686" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90785" y="64307" z="-3424" heading="32770" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90912" y="63901" z="-3392" heading="31574" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="91084" y="63899" z="-3408" heading="34184" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90920" y="64034" z="-3424" heading="31932" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90939" y="64166" z="-3424" heading="30308" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="90961" y="64296" z="-3424" heading="31075" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="91103" y="64020" z="-3408" heading="32879" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="91118" y="64173" z="-3408" heading="32291" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="91137" y="64302" z="-3424" heading="31689" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22780" x="91304" y="64290" z="-3440" heading="32582" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ </spawn>
+ <!-- oren22_2220_e01 -->
+ <spawn name="smtg_drill_group_22">
+ <AIData>
+ <disableRandomAnimation>true</disableRandomAnimation>
+ <disableRandomWalk>true</disableRandomWalk>
+ </AIData>
+ <npc id="22775" x="77578" y="66004" z="-3164" heading="16648" respawnDelay="90" /> <!-- Sel Mahum Drill Sergeant -->
+ <npc id="22782" x="77418" y="66228" z="-3191" heading="-16280" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="77576" y="66227" z="-3191" heading="-16192" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="77732" y="66232" z="-3191" heading="-19376" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="77419" y="66335" z="-3191" heading="-16128" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="77575" y="66350" z="-3191" heading="-18872" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="77741" y="66355" z="-3191" heading="-26144" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="77417" y="66455" z="-3191" heading="-15680" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="77579" y="66466" z="-3191" heading="-15752" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="77736" y="66475" z="-3191" heading="-16488" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="77413" y="66569" z="-3191" heading="-13568" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="77579" y="66579" z="-3191" heading="-19168" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="77739" y="66583" z="-3191" heading="-17512" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ </spawn>
+ <!-- oren22_2220_e02 -->
+ <spawn name="smtg_drill_group_23">
+ <AIData>
+ <disableRandomAnimation>true</disableRandomAnimation>
+ <disableRandomWalk>true</disableRandomWalk>
+ </AIData>
+ <npc id="22775" x="78620" y="65996" z="-3164" heading="16688" respawnDelay="90" /> <!-- Sel Mahum Drill Sergeant -->
+ <npc id="22782" x="78383" y="66236" z="-3200" heading="-15944" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="78526" y="66238" z="-3200" heading="-15512" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="78669" y="66245" z="-3200" heading="-17816" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="78802" y="66238" z="-3200" heading="-17792" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="78390" y="66349" z="-3200" heading="-16144" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="78527" y="66356" z="-3200" heading="-16488" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="78673" y="66365" z="-3200" heading="-15776" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="78812" y="66357" z="-3200" heading="-16384" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="78389" y="66466" z="-3200" heading="-16920" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="78526" y="66469" z="-3200" heading="-16840" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="78670" y="66475" z="-3200" heading="-18360" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="78817" y="66471" z="-3200" heading="-18016" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="78397" y="66594" z="-3200" heading="-17440" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="78531" y="66587" z="-3200" heading="-17632" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="78677" y="66593" z="-3200" heading="-16640" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="78821" y="66593" z="-3200" heading="-22304" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ </spawn>
+ <!-- oren22_2220_e03 -->
+ <spawn name="smtg_drill_group_24">
+ <AIData>
+ <disableRandomAnimation>true</disableRandomAnimation>
+ <disableRandomWalk>true</disableRandomWalk>
+ </AIData>
+ <npc id="22775" x="79688" y="65999" z="-3174" heading="16480" respawnDelay="90" /> <!-- Sel Mahum Drill Sergeant -->
+ <npc id="22782" x="79427" y="66223" z="-3200" heading="-14240" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="79533" y="66234" z="-3200" heading="-15536" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="79651" y="66243" z="-3200" heading="-17216" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="79793" y="66242" z="-3200" heading="-17008" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="79936" y="66234" z="-3200" heading="-18240" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="79427" y="66343" z="-3200" heading="-17104" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="79535" y="66362" z="-3200" heading="-16056" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="79656" y="66378" z="-3200" heading="-16064" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="79798" y="66380" z="-3200" heading="-16992" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="79938" y="66369" z="-3200" heading="-16752" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="79423" y="66466" z="-3200" heading="-14600" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="79536" y="66482" z="-3200" heading="-16296" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="79661" y="66495" z="-3200" heading="-15680" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="79795" y="66502" z="-3200" heading="-17088" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="79930" y="66500" z="-3200" heading="-17824" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="79431" y="66599" z="-3200" heading="-13544" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="79545" y="66617" z="-3200" heading="-16552" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="79676" y="66624" z="-3200" heading="-17616" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="79803" y="66625" z="-3200" heading="-19536" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22782" x="79941" y="66620" z="-3200" heading="-18440" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ </spawn>
+ <!-- oren22_2220_e04 -->
+ <spawn name="smtg_drill_group_25">
+ <AIData>
+ <disableRandomAnimation>true</disableRandomAnimation>
+ <disableRandomWalk>true</disableRandomWalk>
+ </AIData>
+ <npc id="22776" x="78127" y="67305" z="-3165" heading="16880" respawnDelay="90" /> <!-- Sel Mahum Training Officer -->
+ <npc id="22783" x="78425" y="67509" z="-3200" heading="-16488" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="78309" y="67518" z="-3200" heading="-16400" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="78162" y="67529" z="-3200" heading="-16616" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="78005" y="67541" z="-3200" heading="-16456" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="77879" y="67549" z="-3200" heading="-16104" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="77759" y="67544" z="-3200" heading="-9992" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="78430" y="67619" z="-3200" heading="-16040" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="78313" y="67629" z="-3200" heading="-16432" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="78166" y="67635" z="-3200" heading="-17024" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="78009" y="67640" z="-3200" heading="-16344" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="77885" y="67647" z="-3200" heading="-16544" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="77749" y="67646" z="-3200" heading="-7560" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="77753" y="67759" z="-3200" heading="-14480" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="77881" y="67743" z="-3200" heading="-15400" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="78006" y="67744" z="-3200" heading="-16968" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="78168" y="67748" z="-3200" heading="-16120" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="78320" y="67744" z="-3200" heading="-17408" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="78426" y="67746" z="-3216" heading="-16408" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ </spawn>
+ <!-- oren22_2220_e05 -->
+ <spawn name="smtg_drill_group_26">
+ <AIData>
+ <disableRandomAnimation>true</disableRandomAnimation>
+ <disableRandomWalk>true</disableRandomWalk>
+ </AIData>
+ <npc id="22776" x="79121" y="67309" z="-3160" heading="17688" respawnDelay="90" /> <!-- Sel Mahum Training Officer -->
+ <npc id="22783" x="78928" y="67520" z="-3200" heading="-15384" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="79062" y="67518" z="-3200" heading="-17752" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="79207" y="67524" z="-3200" heading="-14440" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="79305" y="67533" z="-3200" heading="-17104" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="78923" y="67656" z="-3200" heading="-27136" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="79065" y="67651" z="-3200" heading="-18392" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="79201" y="67651" z="-3200" heading="-19704" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="79324" y="67661" z="-3200" heading="-17208" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="78927" y="67780" z="-3200" heading="-15568" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="79078" y="67778" z="-3200" heading="-18760" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="79213" y="67776" z="-3200" heading="-16824" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22783" x="79313" y="67777" z="-3200" heading="-17296" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ </spawn>
+ <!-- oren22_2220_f01 -->
+ <spawn name="smtg_drill_group_27">
+ <AIData>
+ <disableRandomAnimation>true</disableRandomAnimation>
+ <disableRandomWalk>true</disableRandomWalk>
+ </AIData>
+ <npc id="22778" x="83532" y="66959" z="-2963" heading="944" respawnDelay="90" /> <!-- Sel Mahum Drill Sergeant -->
+ <npc id="22785" x="83735" y="66916" z="-2992" heading="32272" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22785" x="83742" y="67038" z="-2992" heading="-32000" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22785" x="83751" y="67149" z="-2992" heading="31768" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22785" x="83734" y="66804" z="-2992" heading="28752" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22785" x="83863" y="66799" z="-2992" heading="31984" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22785" x="83866" y="66918" z="-2992" heading="32128" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22785" x="83875" y="67030" z="-2992" heading="-31952" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22785" x="83873" y="67141" z="-2992" heading="-28864" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22785" x="83987" y="66789" z="-2992" heading="28448" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22785" x="83996" y="66914" z="-2992" heading="-32144" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22785" x="83996" y="67033" z="-2992" heading="-31024" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22785" x="84004" y="67150" z="-2992" heading="31784" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22785" x="84120" y="67036" z="-2992" heading="32240" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22785" x="84105" y="66836" z="-2992" heading="30872" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ </spawn>
+ <!-- oren22_2220_f02 -->
+ <spawn name="smtg_drill_group_28">
+ <AIData>
+ <disableRandomAnimation>true</disableRandomAnimation>
+ <disableRandomWalk>true</disableRandomWalk>
+ </AIData>
+ <npc id="22778" x="83532" y="67973" z="-2961" heading="56" respawnDelay="90" /> <!-- Sel Mahum Drill Sergeant -->
+ <npc id="22785" x="83707" y="67833" z="-2982" heading="31760" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22785" x="83802" y="67832" z="-2982" heading="31560" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22785" x="83925" y="67829" z="-2982" heading="30568" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22785" x="84026" y="67833" z="-2982" heading="-31472" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22785" x="83713" y="67969" z="-2982" heading="-32640" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22785" x="83811" y="67972" z="-2982" heading="-32704" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22785" x="83926" y="67969" z="-2982" heading="32176" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22785" x="84037" y="67976" z="-2982" heading="32584" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22785" x="83721" y="68100" z="-2982" heading="-30176" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22785" x="83822" y="68103" z="-2982" heading="32080" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22785" x="83930" y="68110" z="-2982" heading="-31840" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ <npc id="22785" x="84047" y="68105" z="-2982" heading="-32760" respawnDelay="90" /> <!-- Sel Mahum Soldier -->
+ </spawn>
+ <!-- oren22_2220_f03 -->
+ <spawn name="smtg_drill_group_29">
+ <AIData>
+ <disableRandomAnimation>true</disableRandomAnimation>
+ <disableRandomWalk>true</disableRandomWalk>
+ </AIData>
+ <npc id="22778" x="82164" y="66420" z="-2958" heading="-752" respawnDelay="90" /> <!-- Sel Mahum Drill Sergeant -->
+ <npc id="22784" x="82384" y="66240" z="-2992" heading="32456" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82391" y="66359" z="-2992" heading="30544" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82402" y="66483" z="-2992" heading="30952" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82395" y="66614" z="-2992" heading="-31840" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82511" y="66236" z="-2992" heading="-32728" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82517" y="66351" z="-3008" heading="32568" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82521" y="66480" z="-2992" heading="-30152" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82526" y="66607" z="-2992" heading="31832" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82633" y="66236" z="-3008" heading="28936" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82642" y="66350" z="-3008" heading="31792" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82646" y="66478" z="-2992" heading="-32352" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82652" y="66606" z="-2992" heading="-32496" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82773" y="66230" z="-3008" heading="29992" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82774" y="66347" z="-3008" heading="31344" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82784" y="66476" z="-3008" heading="-31576" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82785" y="66599" z="-3008" heading="-29208" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ </spawn>
+ <!-- oren22_2220_f04 -->
+ <spawn name="smtg_drill_group_30">
+ <AIData>
+ <disableRandomAnimation>true</disableRandomAnimation>
+ <disableRandomWalk>true</disableRandomWalk>
+ </AIData>
+ <npc id="22778" x="82174" y="67483" z="-2957" heading="2312" respawnDelay="90" /> <!-- Sel Mahum Drill Sergeant -->
+ <npc id="22784" x="82384" y="67279" z="-2992" heading="31408" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82391" y="67404" z="-2992" heading="-31088" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82397" y="67537" z="-2992" heading="-31416" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82403" y="67664" z="-2992" heading="-29584" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82509" y="67281" z="-2992" heading="32376" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82509" y="67415" z="-2992" heading="-31440" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82520" y="67539" z="-2992" heading="32768" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82524" y="67669" z="-2992" heading="-29192" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82623" y="67280" z="-2992" heading="28960" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82638" y="67423" z="-2992" heading="31392" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82641" y="67519" z="-2992" heading="-31744" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82644" y="67638" z="-2992" heading="32632" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82757" y="67278" z="-2992" heading="30976" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82762" y="67397" z="-2992" heading="-32624" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82773" y="67533" z="-2992" heading="30696" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82773" y="67661" z="-2992" heading="-32136" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ </spawn>
+ <!-- oren22_2220_f05 -->
+ <spawn name="smtg_drill_group_31">
+ <AIData>
+ <disableRandomAnimation>true</disableRandomAnimation>
+ <disableRandomWalk>true</disableRandomWalk>
+ </AIData>
+ <npc id="22778" x="82175" y="68529" z="-2957" heading="0" respawnDelay="90" /> <!-- Sel Mahum Drill Sergeant -->
+ <npc id="22784" x="82346" y="68317" z="-2992" heading="32352" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82389" y="68434" z="-2992" heading="32056" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82392" y="68575" z="-2992" heading="-32568" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82378" y="68698" z="-2992" heading="32664" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82497" y="68692" z="-2992" heading="-31888" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82500" y="68576" z="-2992" heading="-31392" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82500" y="68440" z="-2992" heading="30320" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82478" y="68319" z="-2992" heading="31768" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82612" y="68701" z="-2992" heading="-27488" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82628" y="68580" z="-2992" heading="-29984" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82627" y="68455" z="-2992" heading="30760" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82624" y="68326" z="-2992" heading="27424" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82748" y="68323" z="-2992" heading="31584" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82760" y="68444" z="-2992" heading="31352" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82763" y="68584" z="-2992" heading="32520" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ <npc id="22784" x="82756" y="68706" z="-2992" heading="-30776" respawnDelay="90" /> <!-- Sel Mahum Recruit -->
+ </spawn>
+ <spawn>
+ <!-- oren22_firezone01 -->
+ <npc id="22787" x="82261" y="61698" z="-3506" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="82485" y="61237" z="-3505" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="82176" y="61510" z="-3503" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="82577" y="61968" z="-3504" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="83510" y="61601" z="-3475" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="83450" y="61082" z="-3496" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="82561" y="61086" z="-3503" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="83449" y="61876" z="-3463" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="83428" y="61754" z="-3478" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="82862" y="61261" z="-3502" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <!-- oren22_firezone02 -->
+ <npc id="18908" x="83724" y="62668" z="-3472" heading="0" respawnDelay="180" /> <!-- Sel Mahum Chef -->
+ <npc id="18927" x="84477" y="63108" z="-3600" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="22787" x="84530" y="62801" z="-3550" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="83689" y="62530" z="-3484" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="84671" y="63477" z="-3680" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="83730" y="62955" z="-3540" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="83773" y="62315" z="-3440" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="84400" y="62413" z="-3470" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="84748" y="62948" z="-3505" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="84698" y="61874" z="-3148" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="84106" y="63252" z="-3600" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="83962" y="63151" z="-3578" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22786" x="84453" y="62863" z="-3560" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22786" x="84632" y="62330" z="-3474" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22788" x="83554" y="62505" z="-3488" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22788" x="85140" y="63346" z="-3677" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <!-- oren22_firezone03 -->
+ <npc id="18927" x="86472" y="60872" z="-3504" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="18927" x="86022" y="61912" z="-3488" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="18927" x="85682" y="63067" z="-3648" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="22787" x="86002" y="62590" z="-3590" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="86049" y="62145" z="-3560" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="85861" y="63033" z="-3645" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="86676" y="60746" z="-3525" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="85575" y="62017" z="-3490" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="86829" y="60803" z="-3545" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="86695" y="61654" z="-3640" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="85752" y="61827" z="-3475" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="86575" y="60724" z="-3520" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="86333" y="62402" z="-3665" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22786" x="86206" y="60783" z="-3495" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22788" x="85798" y="62167" z="-3520" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <!-- oren22_firezone04 -->
+ <npc id="18927" x="87344" y="62175" z="-3712" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="18927" x="87045" y="62622" z="-3712" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="18927" x="87876" y="62590" z="-3712" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="22787" x="87152" y="62336" z="-3715" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="87352" y="63022" z="-3715" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="87809" y="62910" z="-3715" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="87427" y="62022" z="-3710" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="87033" y="62182" z="-3710" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="87591" y="62531" z="-3715" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="87396" y="62916" z="-3715" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="87256" y="62580" z="-3715" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="87829" y="62295" z="-3710" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="87162" y="62439" z="-3715" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22786" x="87523" y="62611" z="-3715" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22786" x="87571" y="63122" z="-3700" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22788" x="87956" y="62352" z="-3715" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22788" x="86861" y="62931" z="-3710" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <!-- oren22_firezone05 -->
+ <npc id="18908" x="87612" y="59356" z="-3552" heading="0" respawnDelay="180" /> <!-- Sel Mahum Chef -->
+ <npc id="18908" x="88532" y="60352" z="-3642" heading="0" respawnDelay="180" /> <!-- Sel Mahum Chef -->
+ <npc id="18927" x="88092" y="60352" z="-3584" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="18927" x="89265" y="60176" z="-3648" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="18927" x="90031" y="60799" z="-3664" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="18927" x="88672" y="59842" z="-3568" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="18927" x="90863" y="59871" z="-3664" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="22787" x="87300" y="58875" z="-3590" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="88169" y="59612" z="-3550" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="91007" y="60136" z="-3630" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="89093" y="60119" z="-3640" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="87795" y="59899" z="-3550" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="89570" y="60730" z="-3700" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="87627" y="59644" z="-3555" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="88251" y="58708" z="-3600" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="89474" y="60632" z="-3625" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="90901" y="60165" z="-3635" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22786" x="90509" y="59975" z="-3660" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22788" x="88851" y="59287" z="-3555" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <!-- oren22_firezone06 -->
+ <npc id="18908" x="85852" y="53212" z="-3624" heading="0" respawnDelay="180" /> <!-- Sel Mahum Chef -->
+ <npc id="18927" x="85764" y="54368" z="-3604" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="18927" x="86760" y="53968" z="-3696" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="18927" x="87310" y="54592" z="-3648" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="18927" x="88272" y="54171" z="-3600" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="18927" x="89017" y="54030" z="-3712" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="18927" x="89936" y="54224" z="-3760" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="18927" x="90647" y="54350" z="-3776" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="22787" x="87062" y="55149" z="-3690" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="84993" y="54713" z="-3480" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="85850" y="53050" z="-3625" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="88686" y="54738" z="-3525" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="88919" y="54320" z="-3595" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="86434" y="54005" z="-3715" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="90343" y="54535" z="-3785" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="89010" y="54638" z="-3785" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="88841" y="55011" z="-3450" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="85374" y="54290" z="-3595" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22786" x="89278" y="55078" z="-3500" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22786" x="89540" y="54556" z="-3715" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22788" x="86505" y="54274" z="-3720" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22788" x="86008" y="54498" z="-3700" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <!-- oren22_firezone07 -->
+ <npc id="18908" x="93964" y="55692" z="-3352" heading="0" respawnDelay="180" /> <!-- Sel Mahum Chef -->
+ <npc id="18927" x="91260" y="55012" z="-3760" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="18927" x="94418" y="54744" z="-3576" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="18927" x="93952" y="54461" z="-3632" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="18927" x="92713" y="54672" z="-3680" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="18927" x="91712" y="55664" z="-3648" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="18927" x="91744" y="56688" z="-3568" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="22787" x="93552" y="54166" z="-3685" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="93687" y="55527" z="-3485" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="94054" y="55932" z="-3400" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="94632" y="54869" z="-3575" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="94798" y="54250" z="-3615" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="93249" y="55226" z="-3480" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="94059" y="55110" z="-3560" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="94677" y="55519" z="-3395" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="92176" y="55150" z="-3595" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="93840" y="54979" z="-3580" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22786" x="92471" y="55843" z="-3422" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22786" x="94771" y="54813" z="-3615" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22788" x="94811" y="54336" z="-3625" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22788" x="92690" y="55914" z="-3445" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <!-- oren22_firezone08 -->
+ <npc id="18927" x="91174" y="57769" z="-3744" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="22787" x="91558" y="58062" z="-3730" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="91030" y="57663" z="-3750" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="91028" y="58349" z="-3800" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="90603" y="57998" z="-3780" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="90286" y="58376" z="-3755" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="90556" y="58125" z="-3785" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="90884" y="58160" z="-3800" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="90543" y="57651" z="-3760" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="91439" y="58246" z="-3765" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="91441" y="58110" z="-3755" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22786" x="90508" y="58172" z="-3780" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22788" x="90980" y="57610" z="-3750" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <!-- oren22_firezone09 -->
+ <npc id="18908" x="92981" y="60834" z="-3288" heading="0" respawnDelay="180" /> <!-- Sel Mahum Chef -->
+ <npc id="18927" x="93416" y="60046" z="-3328" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="18927" x="92174" y="60399" z="-3392" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="18927" x="93090" y="61839" z="-3264" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="18927" x="93377" y="62926" z="-3312" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="22787" x="92872" y="60006" z="-3370" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="93303" y="60450" z="-3290" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="93056" y="60815" z="-3300" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="93881" y="63720" z="-3260" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="94432" y="63010" z="-3225" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="94333" y="62919" z="-3225" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="93186" y="60223" z="-3325" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="92883" y="61288" z="-3270" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="93342" y="63096" z="-3340" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="93485" y="60240" z="-3265" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22786" x="92309" y="60017" z="-3445" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22786" x="93287" y="64061" z="-3360" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22788" x="93033" y="64131" z="-3390" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22788" x="91529" y="60916" z="-3365" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <!-- oren22_firezone10 -->
+ <npc id="18927" x="89663" y="65106" z="-3712" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="18927" x="87463" y="63886" z="-3664" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="18927" x="88378" y="64266" z="-3712" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="18927" x="86512" y="64884" z="-3568" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="22787" x="86801" y="64089" z="-3365" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="87148" y="63770" z="-3665" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="88983" y="63930" z="-3680" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="87824" y="64124" z="-3705" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="89635" y="65279" z="-3700" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="87602" y="64361" z="-3715" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="87272" y="63660" z="-3660" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="89979" y="64954" z="-3700" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="89364" y="65348" z="-3695" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="87344" y="64290" z="-3690" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22786" x="88754" y="65015" z="-3720" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22788" x="87679" y="64796" z="-3730" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <!-- oren22_firezone11 -->
+ <npc id="18927" x="82537" y="63719" z="-3520" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="18927" x="80992" y="63760" z="-3600" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="22787" x="83456" y="63642" z="-3575" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="81090" y="63770" z="-3600" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="83697" y="63727" z="-3640" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="81979" y="63444" z="-3595" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="82852" y="63566" z="-3570" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="81908" y="63488" z="-3595" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="82276" y="63848" z="-3590" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="82677" y="63712" z="-3575" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="81805" y="63743" z="-3590" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="81259" y="64163" z="-3550" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22786" x="82471" y="63998" z="-3585" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22786" x="82870" y="63747" z="-3575" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22788" x="81145" y="63517" z="-3625" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22788" x="82590" y="63422" z="-3560" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <!-- oren22_firezone12 -->
+ <npc id="18908" x="78332" y="63440" z="-3640" heading="0" respawnDelay="180" /> <!-- Sel Mahum Chef -->
+ <npc id="18927" x="79053" y="63696" z="-3616" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="22787" x="79342" y="63950" z="-3580" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="78867" y="63427" z="-3670" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="78973" y="63120" z="-3690" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="78692" y="63644" z="-3640" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="78186" y="63786" z="-3615" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="79400" y="63387" z="-3670" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="78378" y="63593" z="-3640" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="79386" y="63726" z="-3630" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="79095" y="62548" z="-3685" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="78886" y="63899" z="-3590" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22786" x="78210" y="63733" z="-3625" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22788" x="78385" y="63627" z="-3635" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <!-- oren22_firezone13 -->
+ <npc id="18927" x="80352" y="64898" z="-3312" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="18927" x="79154" y="65040" z="-3376" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="22787" x="79070" y="64834" z="-3415" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="79292" y="65296" z="-3285" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="80565" y="65062" z="-3330" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="78109" y="65238" z="-3250" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="81099" y="65194" z="-3440" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="78365" y="64954" z="-3300" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="80037" y="65097" z="-3310" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="79271" y="65243" z="-3300" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="81069" y="64624" z="-3500" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="78439" y="65032" z="-3310" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22786" x="78160" y="65236" z="-3265" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22786" x="79836" y="65175" z="-3295" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22788" x="79942" y="64940" z="-3305" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22788" x="78990" y="62250" z="-3335" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <!-- oren22_firezone14 -->
+ <npc id="18908" x="77836" y="68796" z="-3312" heading="0" respawnDelay="180" /> <!-- Sel Mahum Chef -->
+ <npc id="18927" x="78040" y="69515" z="-3136" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="18927" x="79168" y="69256" z="-3328" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="22787" x="77592" y="68676" z="-3110" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="77982" y="69143" z="-3160" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="77660" y="69027" z="-3110" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="79259" y="69304" z="-3345" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="77987" y="69421" z="-3125" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="79052" y="69673" z="-3285" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="78283" y="69031" z="-3225" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="79380" y="69114" z="-3340" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="78184" y="69924" z="-3135" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="79385" y="69202" z="-3345" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22786" x="78626" y="68921" z="-3255" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22788" x="78393" y="69827" z="-3230" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <!-- oren22_firezone15 -->
+ <npc id="18927" x="80090" y="69178" z="-3424" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="18927" x="80832" y="68663" z="-3472" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="18927" x="80630" y="67817" z="-3440" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="18927" x="80096" y="68304" z="-3328" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="18927" x="81406" y="68669" z="-3344" heading="0" respawnDelay="60" /> <!-- Fire -->
+ <npc id="22787" x="80966" y="67247" z="-3380" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="80721" y="67933" z="-3455" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="80458" y="68861" z="-3445" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="81649" y="68522" z="-3285" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="80338" y="68112" z="-3395" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="80140" y="68519" z="-3375" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="81439" y="68105" z="-3320" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="79667" y="68567" z="-3290" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="80418" y="67226" z="-3315" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="80589" y="68533" z="-3465" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22786" x="80815" y="68669" z="-3477" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22786" x="80815" y="67903" z="-3470" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22788" x="79868" y="69141" z="-3380" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22788" x="81529" y="68629" z="-3325" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <!-- oren22_firezone16 -->
+ <npc id="22787" x="84677" y="65744" z="-3210" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="83999" y="66414" z="-3030" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="83826" y="65597" z="-3100" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="83719" y="66324" z="-3040" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="84130" y="65850" z="-3135" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="83945" y="65963" z="-3080" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="83864" y="66268" z="-3045" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="84792" y="65645" z="-3230" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="84221" y="66021" z="-3105" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="83979" y="66070" z="-3070" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22786" x="84589" y="65886" z="-3175" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22788" x="83448" y="65667" z="-3040" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <!-- oren22_firezone17 -->
+ <npc id="22787" x="86579" y="66194" z="-3560" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="86984" y="66175" z="-3660" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="85669" y="67036" z="-3150" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="87979" y="65889" z="-3730" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="86183" y="66984" z="-3405" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="87172" y="65592" z="-3680" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="85769" y="65915" z="-3300" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="85103" y="65719" z="-3235" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="85936" y="66401" z="-3380" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="88363" y="65845" z="-3725" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22786" x="85804" y="66505" z="-3345" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22786" x="86075" y="67510" z="-3375" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22788" x="85354" y="66515" z="-3205" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22788" x="85667" y="67261" z="-3075" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <!-- oren22_firezone18 -->
+ <npc id="22787" x="86778" y="68011" z="-3070" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="86331" y="68702" z="-3065" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="86734" y="68121" z="-3070" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="86966" y="68668" z="-3065" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="86117" y="68348" z="-3070" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="86746" y="68249" z="-3070" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="86888" y="68810" z="-3065" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="86505" y="68958" z="-3065" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="86746" y="68738" z="-3065" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="86706" y="68687" z="-3065" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22786" x="86412" y="69061" z="-3065" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22788" x="86551" y="69017" z="-3065" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <!-- oren22_firezone19 -->
+ <npc id="22787" x="89720" y="67824" z="-3715" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="89329" y="67684" z="-3715" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="89833" y="66910" z="-3710" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="89049" y="67514" z="-3715" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="89261" y="67116" z="-3710" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="89923" y="67162" z="-3715" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="89490" y="66902" z="-3715" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="89146" y="67838" z="-3715" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="89219" y="66940" z="-3715" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="89260" y="67461" z="-3715" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22786" x="90018" y="67217" z="-3710" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22786" x="89656" y="67276" z="-3715" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22788" x="90052" y="67728" z="-3715" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22788" x="89788" y="67374" z="-3715" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <!-- oren22_firezone20 -->
+ <npc id="22787" x="91640" y="67344" z="-3670" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="91643" y="67943" z="-3590" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="91671" y="67365" z="-3665" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="91426" y="67657" z="-3617" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="91972" y="68095" z="-3595" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="91330" y="68170" z="-3560" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="91033" y="67984" z="-3590" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="91087" y="67907" z="-3597" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="91975" y="67688" z="-3650" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="91438" y="67843" z="-3595" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22786" x="91498" y="67500" z="-3640" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22788" x="91126" y="67631" z="-3620" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <!-- oren22_firezone21 -->
+ <npc id="22787" x="90703" y="69680" z="-3465" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="90382" y="69495" z="-3475" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="89647" y="69673" z="-3415" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="90639" y="69872" z="-3460" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="91208" y="70512" z="-3550" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="88034" y="69328" z="-3170" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="88534" y="69558" z="-3285" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="89443" y="70133" z="-3435" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="89923" y="68810" z="-3605" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="90695" y="69271" z="-3490" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22786" x="89341" y="69223" z="-3435" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22786" x="89118" y="70440" z="-3435" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22788" x="88662" y="69283" z="-3290" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22788" x="88948" y="69913" z="-3380" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <!-- oren22_firezone22 -->
+ <npc id="22787" x="96293" y="69696" z="-3595" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="96646" y="68623" z="-3300" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="93330" y="70485" z="-3607" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="93387" y="69461" z="-3620" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="93183" y="67755" z="-3700" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="96300" y="68476" z="-3305" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="92609" y="70867" z="-3610" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="94065" y="70134" z="-3713" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="94161" y="70994" z="-3690" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22787" x="93509" y="67187" z="-3597" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22786" x="95539" y="68871" z="-3400" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22788" x="92737" y="70448" z="-3554" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <!-- oren22_firezone23 -->
+ <npc id="22787" x="82730" y="69303" z="-3576" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22786" x="82885" y="69442" z="-3128" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ <npc id="22788" x="82724" y="69444" z="-3156" heading="0" respawnDelay="60" /> <!-- Sel Mahum Squad Leader -->
+ </spawn>
+</list>
\ No newline at end of file
Index: dist/sql/game/herb_droplist_groups.sql
===================================================================
--- dist/sql/game/herb_droplist_groups.sql (revision 10045)
+++ dist/sql/game/herb_droplist_groups.sql (working copy)
@@ -84,4 +84,49 @@
(3,14824,1,1,13,9000),-- Ancient Herb - Slayer
(3,14825,1,1,13,9000),-- Ancient Herb - Immortal
(3,14826,1,1,13,25000), -- Ancient Herb - Terminator
-(3,14827,1,1,13,30000); -- Ancient Herb - Guide
\ No newline at end of file
+(3,14827,1,1,13,30000), -- Ancient Herb - Guide
+-- Sel Mahum training grounds - chief group
+(4,13028,1,1,0,3299), -- Vitality Replenishing Herb
+(4,8600,1,1,1,231000), -- Herb of Life
+(4,8601,1,1,1,159600), -- Greater Herb of Life
+(4,8602,1,1,1,29400), -- Superior Herb of Life
+(4,8603,1,1,2,44000), -- Herb of Mana
+(4,8604,1,1,2,57200), -- Greater Herb of Mana
+(4,8605,1,1,2,8800), -- Superior Herb of Mana
+(4,8612,1,1,3,3300), -- Herb of the Warrior
+(4,8613,1,1,3,3300), -- Herb of the Mystic
+(4,8614,1,1,3,3400), -- Herb of Recovery
+(4,8606,1,1,4,50000), -- Herb of Power
+(4,8608,1,1,4,50000), -- Herb of Atk. Spd.
+(4,8610,1,1,4,50000), -- Herb of Critical Attack - Probability
+(4,10655,1,1,4,50000), -- Herb of Vampiric Rage
+(4,10656,1,1,4,50000), -- Herb of Critical Attack - Power
+(4,8607,1,1,5,50000), -- Herb of Magic
+(4,8609,1,1,5,50000), -- Herb of Casting Spd.
+(4,8611,1,1,6,103400), -- Herb of Speed
+(4,10657,1,1,6,3299), -- Herb of Doubt
+-- Sel Mahum training grounds - soldier group
+(5,8600,1,1,1,275000), -- Herb of Life
+(5,8601,1,1,1,190000), -- Greater Herb of Life
+(5,8602,1,1,1,35000), -- Superior Herb of Life
+-- Sel Mahum training grounds - squad leader group
+(6,13028,1,1,0,3300), -- Vitality Replenishing Herb
+(6,8600,1,1,1,231000), -- Herb of Life
+(6,8601,1,1,1,159600), -- Greater Herb of Life
+(6,8602,1,1,1,29400), -- Superior Herb of Life
+(6,8603,1,1,2,44000), -- Herb of Mana
+(6,8604,1,1,2,57200), -- Greater Herb of Mana
+(6,8605,1,1,2,8800), -- Superior Herb of Mana
+(6,8606,1,1,3,50000), -- Herb of Power
+(6,8608,1,1,3,50000), -- Herb of Atk. Spd.
+(6,8610,1,1,3,50000), -- Herb of Critical Attack - Probability
+(6,10655,1,1,3,50000), -- Herb of Vampiric Rage
+(6,10656,1,1,3,50000), -- Herb of Critical Attack - Power
+(6,8607,1,1,4,50000), -- Herb of Magic
+(6,8609,1,1,4,50000), -- Herb of Casting Spd.
+(6,8612,1,1,5,3300), -- Herb of the Warrior
+(6,8613,1,1,5,3300), -- Herb of the Mystic
+(6,8614,1,1,5,3400), -- Herb of Recovery
+(6,8611,1,1,6,103400), -- Herb of Speed
+(6,10657,1,1,6,3300), -- Herb of Doubt
+(6,10655,1,1,7,450000); -- Herb of Vampiric Rage
Index: dist/sql/game/minions.sql
===================================================================
--- dist/sql/game/minions.sql (revision 10045)
+++ dist/sql/game/minions.sql (working copy)
@@ -11,6 +11,8 @@
-- Naia Failan
(18484,22422,4,4),
(18491,18493,1,1),
+-- Sel Mahum Chef
+(18908,22779,2,2),
(20117,20118,1,3),
(20376,20377,1,2),
(20398,20399,1,2),
Index: dist/sql/game/npc.sql
===================================================================
--- dist/sql/game/npc.sql (revision 10045)
+++ dist/sql/game/npc.sql (working copy)
@@ -4875,20 +4875,20 @@
(22772, 22772, "Tanta Lizardman Archer", 0, "", 0, "LineageMonster5.tantaar_lizardman_archer", 20, 40.25, 83, "male", "L2Monster", 1100, 3835.590606, 1777.4, 8.5, 3, 40, 43, 30, 21, 20, 20, 25361, 2738, 1099.42362, 353.86144, 750.76381, 258.94045, 253, 8, 333, 0, 0, 0, 40, 120, 0, 1),
(22773, 22773, "Tanta Lizardman Magician", 0, "", 0, "LineageMonster.zenta_lizardman_shaman", 13, 35, 83, "male", "L2Monster", 40, 3835.590606, 1777.4, 8.5, 3, 40, 43, 30, 21, 20, 20, 25094, 2709, 1099.42362, 353.86144, 750.76381, 258.94045, 253, 1, 333, 7, 0, 0, 43, 120, 0, 1),
(22774, 22774, "Tanta Lizardman Summoner", 0, "", 0, "LineageMonster5.tantaar_lizardman_sorcerer", 29, 44, 84, "male", "L2Monster", 40, 4039.042705, 1812, 8.5, 3, 40, 43, 30, 21, 20, 20, 46590, 4740, 1144.7313, 357.86723, 781.70308, 261.87171, 253, 4, 333, 0, 0, 0, 75, 150, 0, 1),
-(22775, 22775, "Sel Mahum Drill Sergeant", 0, "", 0, "LineageMonster5.xel_mahum_sorcerer", 27, 31.5, 84, "male", "L2Monster", 40, 4039.042705, 1812, 8.5, 3, 40, 43, 30, 21, 20, 20, 25111, 2528, 1144.7313, 357.86723, 781.70308, 261.87171, 253, 4, 333, 0, 0, 0, 60, 150, 0, 1),
-(22776, 22776, "Sel Mahum Training Officer", 0, "", 0, "LineageMonster5.xel_mahum_high_sorcerer", 29, 33.5, 84, "male", "L2Monster", 40, 4039.042705, 1812, 8.5, 3, 40, 43, 30, 21, 20, 20, 37863, 3820, 1144.7313, 357.86723, 781.70308, 261.87171, 253, 4, 333, 0, 0, 0, 49, 150, 0, 1),
+(22775, 22775, "Sel Mahum Drill Sergeant", 0, "", 0, "LineageMonster5.xel_mahum_sorcerer", 27, 31.5, 84, "male", "L2Monster", 40, 4039.042705, 1812, 8.5, 3, 40, 43, 30, 21, 20, 20, 25111, 2528, 1144.7313, 357.86723, 781.70308, 261.87171, 253, 4, 333, 0, 0, 0, 60, 150, 4, 1),
+(22776, 22776, "Sel Mahum Training Officer", 0, "", 0, "LineageMonster5.xel_mahum_high_sorcerer", 29, 33.5, 84, "male", "L2Monster", 40, 4039.042705, 1812, 8.5, 3, 40, 43, 30, 21, 20, 20, 37863, 3820, 1144.7313, 357.86723, 781.70308, 261.87171, 253, 4, 333, 0, 0, 0, 49, 150, 4, 1),
(22777, 22777, "Sel Mahum Drill Sergeant", 0, "", 0, "LineageMonster5.xel_mahum_warrior", 29, 37, 84, "male", "L2Monster", 40, 4039.042705, 1812, 8.5, 3, 40, 43, 30, 21, 20, 20, 25111, 2528, 1144.7313, 357.86723, 781.70308, 261.87171, 253, 4, 333, 0, 0, 0, 60, 180, 0, 1),
-(22778, 22778, "Sel Mahum Drill Sergeant", 0, "", 0, "LineageMonster5.xel_mahum_sniper", 27, 31, 84, "male", "L2Monster", 40, 4039.042705, 1812, 8.5, 3, 40, 43, 30, 21, 20, 20, 25111, 2528, 1144.7313, 357.86723, 781.70308, 261.87171, 253, 4, 333, 0, 0, 0, 60, 150, 0, 1),
-(22779, 22779, "Sel Mahum Escort Guard", 0, "", 0, "LineageMonster5.xel_mahum_warrior", 29, 37, 84, "male", "L2Monster", 40, 4039.042705, 1812, 8.5, 3, 40, 43, 30, 21, 20, 20, 24663, 2481, 1144.7313, 357.86723, 781.70308, 261.87171, 253, 4, 333, 0, 0, 0, 60, 180, 0, 1),
-(22780, 22780, "Sel Mahum Recruit", 0, "", 0, "LineageMonster5.xel_mahum_sorcerer", 27, 31.5, 83, "male", "L2Monster", 40, 3835.590606, 1777.4, 8.5, 3, 40, 43, 30, 21, 20, 20, 8454, 912, 1099.42362, 353.86144, 750.76381, 258.94045, 253, 4, 333, 0, 0, 0, 60, 150, 0, 1),
+(22778, 22778, "Sel Mahum Drill Sergeant", 0, "", 0, "LineageMonster5.xel_mahum_sniper", 27, 31, 84, "male", "L2Monster", 40, 4039.042705, 1812, 8.5, 3, 40, 43, 30, 21, 20, 20, 25111, 2528, 1144.7313, 357.86723, 781.70308, 261.87171, 253, 4, 333, 0, 0, 0, 60, 150, 4, 1),
+(22779, 22779, "Sel Mahum Escort Guard", 0, "", 0, "LineageMonster5.xel_mahum_warrior", 29, 37, 84, "male", "L2Monster", 40, 4039.042705, 1812, 8.5, 3, 40, 43, 30, 21, 20, 20, 24663, 2481, 1144.7313, 357.86723, 781.70308, 261.87171, 253, 4, 333, 0, 0, 0, 60, 180, 4, 1),
+(22780, 22780, "Sel Mahum Recruit", 0, "", 0, "LineageMonster5.xel_mahum_sorcerer", 27, 31.5, 83, "male", "L2Monster", 40, 3835.590606, 1777.4, 8.5, 3, 40, 43, 30, 21, 20, 20, 8454, 912, 1099.42362, 353.86144, 750.76381, 258.94045, 253, 4, 333, 0, 0, 0, 60, 150, 5, 1),
(22781, 22781, "Sel Mahum Soldier", 0, "", 0, "LineageMonster5.xel_mahum_high_sorcerer", 29, 33.5, 84, "male", "L2Monster", 40, 4039.042705, 1812, 8.5, 3, 40, 43, 30, 21, 20, 20, 11193, 1194, 1144.7313, 357.86723, 781.70308, 261.87171, 253, 4, 333, 0, 0, 0, 49, 150, 0, 1),
-(22782, 22782, "Sel Mahum Recruit", 0, "", 0, "LineageMonster5.xel_mahum_warrior", 29, 37, 83, "male", "L2Monster", 40, 3835.590606, 1777.4, 8.5, 3, 40, 43, 30, 21, 20, 20, 8454, 912, 1099.42362, 353.86144, 750.76381, 258.94045, 253, 4, 333, 0, 0, 0, 60, 180, 0, 1),
-(22783, 22783, "Sel Mahum Soldier", 0, "", 0, "LineageMonster5.xel_mahum_warrior", 29, 37, 84, "male", "L2Monster", 40, 4039.042705, 1812, 8.5, 3, 40, 43, 30, 21, 20, 20, 8532, 910, 1144.7313, 357.86723, 781.70308, 261.87171, 253, 4, 333, 0, 0, 0, 60, 180, 0, 1),
-(22784, 22784, "Sel Mahum Recruit", 0, "", 0, "LineageMonster5.xel_mahum_sniper", 27, 31, 83, "male", "L2Monster", 40, 3835.590606, 1777.4, 8.5, 3, 40, 43, 30, 21, 20, 20, 8454, 912, 1099.42362, 353.86144, 750.76381, 258.94045, 253, 4, 333, 0, 0, 0, 60, 150, 0, 1),
-(22785, 22785, "Sel Mahum Soldier", 0, "", 0, "LineageMonster5.xel_mahum_sniper", 27, 31, 84, "male", "L2Monster", 40, 4039.042705, 1812, 8.5, 3, 40, 43, 30, 21, 20, 20, 4808, 512, 1144.7313, 357.86723, 781.70308, 261.87171, 253, 4, 333, 0, 0, 0, 60, 150, 0, 1),
-(22786, 22786, "Sel Mahum Squad Leader", 0, "", 0, "LineageMonster5.xel_mahum_sorcerer", 27, 31.5, 84, "male", "L2Monster", 40, 4039.042705, 1812, 8.5, 3, 40, 43, 30, 21, 20, 20, 20752, 2063, 1144.7313, 357.86723, 781.70308, 261.87171, 253, 4, 333, 0, 0, 0, 60, 150, 0, 1),
-(22787, 22787, "Sel Mahum Squad Leader", 0, "", 0, "LineageMonster5.xel_mahum_warrior", 29, 37, 84, "male", "L2Monster", 40, 4039.042705, 1812, 8.5, 3, 40, 43, 30, 21, 20, 20, 20752, 2063, 1144.7313, 357.86723, 781.70308, 261.87171, 253, 4, 333, 0, 0, 0, 60, 180, 0, 1),
-(22788, 22788, "Sel Mahum Squad Leader", 0, "", 0, "LineageMonster5.xel_mahum_sniper", 27, 31, 84, "male", "L2Monster", 40, 4039.042705, 1812, 8.5, 3, 40, 43, 30, 21, 20, 20, 20752, 2063, 1144.7313, 357.86723, 781.70308, 261.87171, 253, 4, 333, 0, 0, 0, 60, 150, 0, 1),
+(22782, 22782, "Sel Mahum Recruit", 0, "", 0, "LineageMonster5.xel_mahum_warrior", 29, 37, 83, "male", "L2Monster", 40, 3835.590606, 1777.4, 8.5, 3, 40, 43, 30, 21, 20, 20, 8454, 912, 1099.42362, 353.86144, 750.76381, 258.94045, 253, 4, 333, 0, 0, 0, 60, 180, 5, 1),
+(22783, 22783, "Sel Mahum Soldier", 0, "", 0, "LineageMonster5.xel_mahum_warrior", 29, 37, 84, "male", "L2Monster", 40, 4039.042705, 1812, 8.5, 3, 40, 43, 30, 21, 20, 20, 8532, 910, 1144.7313, 357.86723, 781.70308, 261.87171, 253, 4, 333, 0, 0, 0, 60, 180, 5, 1),
+(22784, 22784, "Sel Mahum Recruit", 0, "", 0, "LineageMonster5.xel_mahum_sniper", 27, 31, 83, "male", "L2Monster", 40, 3835.590606, 1777.4, 8.5, 3, 40, 43, 30, 21, 20, 20, 8454, 912, 1099.42362, 353.86144, 750.76381, 258.94045, 253, 4, 333, 0, 0, 0, 60, 150, 5, 1),
+(22785, 22785, "Sel Mahum Soldier", 0, "", 0, "LineageMonster5.xel_mahum_sniper", 27, 31, 84, "male", "L2Monster", 40, 4039.042705, 1812, 8.5, 3, 40, 43, 30, 21, 20, 20, 4808, 512, 1144.7313, 357.86723, 781.70308, 261.87171, 253, 4, 333, 0, 0, 0, 60, 150, 5, 1),
+(22786, 22786, "Sel Mahum Squad Leader", 0, "", 0, "LineageMonster5.xel_mahum_sorcerer", 27, 31.5, 84, "male", "L2Monster", 40, 4039.042705, 1812, 8.5, 3, 40, 43, 30, 21, 20, 20, 20752, 2063, 1144.7313, 357.86723, 781.70308, 261.87171, 253, 4, 333, 0, 0, 0, 60, 150, 6, 1),
+(22787, 22787, "Sel Mahum Squad Leader", 0, "", 0, "LineageMonster5.xel_mahum_warrior", 29, 37, 84, "male", "L2Monster", 40, 4039.042705, 1812, 8.5, 3, 40, 43, 30, 21, 20, 20, 20752, 2063, 1144.7313, 357.86723, 781.70308, 261.87171, 253, 4, 333, 0, 0, 0, 60, 180, 6, 1),
+(22788, 22788, "Sel Mahum Squad Leader", 0, "", 0, "LineageMonster5.xel_mahum_sniper", 27, 31, 84, "male", "L2Monster", 40, 4039.042705, 1812, 8.5, 3, 40, 43, 30, 21, 20, 20, 20752, 2063, 1144.7313, 357.86723, 781.70308, 261.87171, 253, 4, 333, 0, 0, 0, 60, 150, 6, 1),
(22789, 22789, "Guide Solina", 0, "", 0, "LineageMonster3.solina_brother", 9, 23.4, 83, "male", "L2Monster", 40, 3835.590606, 1777.4, 8.5, 3, 40, 43, 30, 21, 20, 20, 25556, 2611, 1099.42362, 353.86144, 750.76381, 258.94045, 253, 1, 333, 8212, 0, 0, 61, 180, 1, 1),
(22790, 22790, "Seeker Solina", 0, "", 0, "LineageMonster3.solina_father", 11, 25.4, 83, "male", "L2Monster", 40, 3835.590606, 1777.4, 8.5, 3, 40, 43, 30, 21, 20, 20, 26927, 2759, 1099.42362, 353.86144, 750.76381, 258.94045, 253, 4, 333, 8213, 0, 0, 70, 170, 1, 1),
(22791, 22791, "Savior Solina", 0, "", 0, "LineageMonster3.grail_protection", 9, 15.6, 83, "male", "L2Monster", 40, 3835.590606, 1777.4, 8.5, 3, 40, 43, 30, 21, 20, 20, 26927, 2759, 1099.42362, 353.86144, 750.76381, 258.94045, 253, 4, 333, 0, 0, 0, 65, 180, 1, 1),
Index: dist/sql/game/npcaidata.sql
===================================================================
--- dist/sql/game/npcaidata.sql (revision 10045)
+++ dist/sql/game/npcaidata.sql (working copy)
@@ -2427,13 +2427,13 @@
(18924, 7, 15, 0, 300, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "null", 300, "null", 0, 0, "fighter"), -- Door Golem
(18925, 7, 15, 0, 300, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "null", 300, "null", 0, 0, "fighter"), -- Trap
(18926, 7, 15, 0, 300, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "null", 300, "null", 0, 0, "fighter"), -- Mercenary Archer
-(18927, 7, 15, 0, 300, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "null", 300, "null", 0, 0, "fighter"), -- Fire
+(18927, 7, 15, 0, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "null", 300, "null", 0, 0, "fighter"), -- Fire
(18928, 7, 15, 0, 300, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "null", 300, "null", 0, 0, "fighter"), -- Annihilation Furnace
(18929, 7, 15, 0, 300, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1500, 0, "grail_clan", 1500, "null", 0, 0, "fighter"), -- Ward of the Grail
(18930, 7, 15, 0, 300, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "null", 300, "null", 0, 0, "fighter"), --
(18931, 7, 15, 0, 300, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "null", 300, "null", 0, 0, "fighter"), --
(18932, 7, 15, 0, 300, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "null", 300, "null", 0, 0, "fighter"), --
-(18933, 7, 15, 0, 300, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "null", 300, "null", 0, 0, "fighter"), -- Fire Feed
+(18933, 7, 15, 0, 300, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "xel_private_clan", 300, "null", 0, 0, "fighter"), -- Fire Feed
(18934, 7, 15, 0, 300, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "null", 300, "null", 0, 0, "fighter"), -- Abbey Treasure Chest
(18935, 7, 15, 0, 300, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "null", 300, "null", 0, 0, "fighter"), -- Divine Sword Protection
(18936, 7, 15, 0, 300, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "null", 300, "null", 0, 0, "fighter"), --
@@ -4860,17 +4860,17 @@
(22772, 7, 15, 0, 300, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "null", 300, "null", 0, 0, "archer"), -- Tanta Lizardman Archer
(22773, 7, 15, 0, 300, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 800, 0, "null", 300, "null", 0, 0, "mage"), -- Tanta Lizardman Magician
(22774, 7, 15, 0, 300, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "null", 300, "null", 0, 0, "mage"), -- Tanta Lizardman Summoner
-(22775, 7, 15, 0, 300, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "null", 300, "null", 0, 0, "fighter"), -- Sel Mahum Drill Sergeant
-(22776, 7, 15, 0, 300, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "null", 300, "null", 0, 0, "fighter"), -- Sel Mahum Training Officer
+(22775, 7, 15, 0, 300, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "sel_mahum_drill", 300, "null", 0, 0, "fighter"), -- Sel Mahum Drill Sergeant
+(22776, 7, 15, 0, 300, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "sel_mahum_drill", 300, "null", 0, 0, "fighter"), -- Sel Mahum Training Officer
(22777, 7, 15, 0, 300, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "null", 300, "null", 0, 0, "fighter"), -- Sel Mahum Drill Sergeant
-(22778, 7, 15, 0, 300, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "null", 300, "null", 0, 0, "fighter"), -- Sel Mahum Drill Sergeant
+(22778, 7, 15, 0, 300, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "sel_mahum_drill", 300, "null", 0, 0, "fighter"), -- Sel Mahum Drill Sergeant
(22779, 7, 15, 0, 300, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "null", 300, "null", 0, 0, "fighter"), -- Sel Mahum Escort Guard
-(22780, 7, 15, 0, 300, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "null", 400, "null", 0, 0, "fighter"), -- Sel Mahum Recruit
+(22780, 7, 15, 0, 300, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "sel_mahum_drill", 400, "null", 0, 0, "fighter"), -- Sel Mahum Recruit
(22781, 7, 15, 0, 300, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "null", 300, "null", 0, 0, "fighter"), -- Sel Mahum Soldier
-(22782, 7, 15, 0, 300, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "null", 400, "null", 0, 0, "fighter"), -- Sel Mahum Recruit
-(22783, 7, 15, 0, 300, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "null", 300, "null", 0, 0, "fighter"), -- Sel Mahum Soldier
-(22784, 7, 15, 0, 300, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "null", 400, "null", 0, 0, "fighter"), -- Sel Mahum Recruit
-(22785, 7, 15, 0, 300, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "null", 300, "null", 0, 0, "fighter"), -- Sel Mahum Soldier
+(22782, 7, 15, 0, 300, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "sel_mahum_drill", 400, "null", 0, 0, "fighter"), -- Sel Mahum Recruit
+(22783, 7, 15, 0, 300, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "sel_mahum_drill", 300, "null", 0, 0, "fighter"), -- Sel Mahum Soldier
+(22784, 7, 15, 0, 300, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "sel_mahum_drill", 400, "null", 0, 0, "fighter"), -- Sel Mahum Recruit
+(22785, 7, 15, 0, 300, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "sel_mahum_drill", 300, "null", 0, 0, "fighter"), -- Sel Mahum Soldier
(22786, 7, 15, 0, 300, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "xel_private_clan", 400, "null", 0, 0, "fighter"), -- Sel Mahum Squad Leader
(22787, 7, 15, 0, 300, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "xel_private_clan", 400, "null", 0, 0, "fighter"), -- Sel Mahum Squad Leader
(22788, 7, 15, 0, 300, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "xel_private_clan", 400, "null", 0, 0, "fighter"), -- Sel Mahum Squad Leader
Index: dist/sql/game/npcskills.sql
===================================================================
--- dist/sql/game/npcskills.sql (revision 10045)
+++ dist/sql/game/npcskills.sql (working copy)
@@ -27920,7 +27920,7 @@
(18907, 5620, 2), -- Short-Range Physical Attack Weakness
(18907, 6566, 17), -- NPC water shot
-- Sel Mahum Chef
-(18908, 4071, 5), -- Resist Archery
+-- (18908, 6330, 1), -- Salmon Porridge Attack -- Handled by script
(18908, 4116, 9), -- Resist M.Atk
(18908, 4408, 10), -- HP Modifiers
(18908, 4409, 1), -- MP Modifiers
@@ -28144,8 +28144,8 @@
(18927, 4414, 2), -- Armor Type
(18927, 4415, 3), -- Weapon Type
(18927, 4416, 2), -- Races
-(18927, 6331, 1), -- Camp Fire Tired
-(18927, 6332, 1), -- Camp Fire Full
+-- (18927, 6331, 1), -- Camp Fire Tired -- Hadled by script
+-- (18927, 6332, 1), -- Camp Fire Full -- Hadled by script
-- Annihilation Furnace
(18928, 4408, 1), -- HP Modifiers
(18928, 4409, 1), -- MP Modifiers
Index: dist/sql/game/spawnlist.sql
===================================================================
--- dist/sql/game/spawnlist.sql (revision 10045)
+++ dist/sql/game/spawnlist.sql (working copy)
@@ -26455,85 +26455,6 @@
("dion18_tb2021_12", 1, 18273, 68629, 37895, -3625, 0, 0, 975, 41, 0, 0, 0),
("dion18_tb2021_12", 1, 18273, 68388, 36920, -3868, 0, 0, 0, 41, 0, 0, 0),
("dion18_tb2021_12", 1, 18273, 67684, 37810, -3868, 0, 0, 0, 41, 0, 0, 0),
--- Sel Mahum Chef
-("Sel_Mahum_Training_Grounds", 1, 18908, 78299, 63418, -3640, 0, 0, 37511, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18908, 84481, 63039, -3584, 0, 0, 32762, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18908, 87392, 59178, -3568, 0, 0, 57495, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18908, 91132, 59910, -3624, 0, 0, 65299, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18908, 88625, 52734, -3712, 0, 0, 3215, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18908, 91375, 57502, -3680, 0, 0, 21882, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18908, 93466, 62812, -3288, 0, 0, 15236, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18908, 87041, 59519, -3560, 0, 0, 24862, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18908, 86456, 62650, -3680, 0, 0, 60775, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18908, 79261, 64127, -3520, 0, 0, 42210, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18908, 88967, 53977, -3712, 0, 0, 29834, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18908, 91706, 54882, -3744, 0, 0, 47847, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18908, 93220, 63970, -3344, 0, 0, 60225, 60, 0, 0, 0),
--- Fire
-("Sel_Mahum_Training_Grounds", 1, 18927, 79154, 65040, -3376, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 79053, 63696, -3616, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 80352, 64898, -3312, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 80992, 63760, -3600, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 82537, 63719, -3576, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 85682, 63067, -3624, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 84477, 63108, -3592, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 86472, 60872, -3504, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 87045, 62622, -3712, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 87876, 62590, -3712, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 87344, 62175, -3704, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 86022, 61912, -3528, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 87463, 63886, -3656, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 86512, 64884, -3624, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 90031, 60799, -3648, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 88672, 59842, -3568, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 89265, 60176, -3656, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 88092, 60352, -3576, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 88378, 64266, -3712, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 89663, 65106, -3704, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 90863, 59871, -3640, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 85764, 54368, -3656, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 87310, 54592, -3640, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 86760, 53968, -3704, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 89936, 54224, -3760, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 89017, 54030, -3712, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 88272, 54171, -3592, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 91260, 55012, -3752, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 90647, 54350, -3784, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 91744, 56688, -3568, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 91712, 55664, -3656, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 92713, 54672, -3664, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 93952, 54461, -3608, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 94418, 54744, -3576, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 91174, 57769, -3728, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 92174, 60399, -3416, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 93416, 60046, -3280, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 93090, 61839, -3256, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 93377, 62926, -3296, 0, 0, 0, 60, 0, 0, 0),
--- Fire Feed
-("Sel_Mahum_Training_Grounds", 1, 18933, 79053, 63696, -3616, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18933, 85682, 63067, -3624, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18933, 84477, 63108, -3592, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18933, 88672, 59842, -3568, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18933, 90863, 59871, -3640, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18933, 85764, 54368, -3656, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18933, 88272, 54171, -3592, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18933, 90647, 54350, -3784, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18933, 91744, 56688, -3568, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18933, 91260, 55012, -3752, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18933, 94418, 54744, -3576, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18933, 91174, 57769, -3728, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18933, 93416, 60046, -3280, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18933, 91712, 55664, -3656, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18933, 92174, 60399, -3416, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18933, 93377, 62926, -3296, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18933, 89663, 65106, -3704, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18933, 86512, 64884, -3624, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18933, 79154, 65040, -3376, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18933, 89017, 54030, -3712, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18933, 87310, 54592, -3640, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18933, 86760, 53968, -3704, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18933, 92713, 54672, -3664, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18933, 93090, 61839, -3256, 0, 0, 0, 60, 0, 0, 0),
-- Timak Orc Soldier
("oren28_2219_11", 1, 20585, 70229, 60688, -3419, 0, 0, 49653, 40, 0, 0, 0),
("oren28_2219_11", 1, 20585, 71318, 59773, -3335, 0, 0, 19244, 40, 0, 0, 0),
@@ -26659,794 +26580,6 @@
("oren28_2219_p01", 1, 20767, 73621, 59585, -2853, 0, 0, 10170, 40, 0, 0, 0),
("oren28_2219_p01", 1, 20767, 72186, 58075, -3075, 0, 0, 30488, 40, 0, 0, 0),
("oren28_2219_p01", 1, 20767, 66943, 64289, -3700, 0, 0, 54998, 40, 0, 0, 0),
--- Sel Mahum Drill Sergeant
-("Sel_Mahum_Training_Grounds", 1, 22775, 85484, 60762, -3400, 0, 0, 32768, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22775, 85482, 59706, -3400, 0, 0, 32768, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22775, 84070, 60231, -3464, 0, 0, 32768, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22775, 79658, 62438, -3648, 0, 0, 16384, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22775, 81796, 62445, -3552, 0, 0, 16384, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22775, 80721, 62436, -3648, 0, 0, 16384, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22775, 82825, 62443, -3488, 0, 0, 16384, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22775, 85474, 58676, -3376, 0, 0, 32768, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22775, 84067, 59229, -3456, 0, 0, 32768, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22775, 89421, 56422, -3504, 0, 0, 49152, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22775, 88347, 56413, -3504, 0, 0, 49152, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22775, 90443, 56392, -3496, 0, 0, 49152, 60, 0, 0, 0),
--- Sel Mahum Training Officer
-("Sel_Mahum_Training_Grounds", 1, 22776, 91678, 61528, -3232, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22776, 90206, 62016, -3328, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22776, 90207, 63082, -3328, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22776, 91675, 62592, -3240, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22776, 90242, 64112, -3392, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22776, 91691, 63622, -3248, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22776, 87307, 57853, -3656, 0, 0, 49152, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22776, 89397, 57854, -3592, 0, 0, 49152, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22776, 88368, 57845, -3656, 0, 0, 49152, 60, 0, 0, 0),
--- Sel Mahum Escort Guard
-("Sel_Mahum_Training_Grounds", 1, 22779, 78383, 63524, -3632, 0, 0, 37511, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22779, 78426, 63388, -3640, 0, 0, 37518, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22779, 84546, 62939, -3560, 0, 0, 32762, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22779, 87258, 59191, -3568, 0, 0, 57494, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22779, 87412, 59295, -3560, 0, 0, 57491, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22779, 91019, 59835, -3632, 0, 0, 63400, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22779, 90969, 59955, -3632, 0, 0, 61506, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22779, 88556, 52661, -3704, 0, 0, 38216, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22779, 88607, 52799, -3704, 0, 0, 40311, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22779, 91397, 57344, -3640, 0, 0, 21882, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22779, 91521, 57401, -3648, 0, 0, 21882, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22779, 93500, 62668, -3280, 0, 0, 15236, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22779, 93390, 62660, -3296, 0, 0, 15236, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22779, 87182, 59499, -3560, 0, 0, 24863, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22779, 87012, 59410, -3560, 0, 0, 24958, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22779, 86445, 62765, -3680, 0, 0, 60783, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22779, 79187, 64238, -3488, 0, 0, 62305, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22779, 79330, 64233, -3496, 0, 0, 50605, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22779, 89126, 54039, -3720, 0, 0, 39271, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22779, 89089, 53879, -3720, 0, 0, 33297, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22779, 91644, 54994, -3768, 0, 0, 47847, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22779, 91781, 55002, -3752, 0, 0, 47847, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22779, 90753, 60155, -3632, 0, 0, 3698, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22779, 90886, 60081, -3624, 0, 0, 3698, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22779, 93094, 63982, -3352, 0, 0, 60225, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22779, 93136, 64084, -3360, 0, 0, 60225, 60, 0, 0, 0),
--- Sel Mahum Recruit
-("Sel_Mahum_Training_Grounds", 1, 22780, 92124, 61283, -3272, 0, 0, 34699, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 91995, 61308, -3272, 0, 0, 32861, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 91872, 61404, -3272, 0, 0, 33485, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 92113, 61406, -3272, 0, 0, 34448, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 91994, 61425, -3272, 0, 0, 34385, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 91867, 61289, -3272, 0, 0, 31390, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 92009, 61794, -3272, 0, 0, 33667, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 91873, 61523, -3272, 0, 0, 33058, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 92118, 61655, -3272, 0, 0, 34866, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 92135, 61781, -3272, 0, 0, 32955, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 91997, 61549, -3272, 0, 0, 33501, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 92002, 61671, -3272, 0, 0, 34558, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 91881, 61653, -3272, 0, 0, 35075, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 91879, 61778, -3272, 0, 0, 32862, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 92121, 61525, -3272, 0, 0, 34667, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90603, 62257, -3352, 0, 0, 33354, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90731, 61976, -3352, 0, 0, 32816, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90591, 61851, -3360, 0, 0, 35475, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90450, 61728, -3352, 0, 0, 32486, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90729, 61842, -3352, 0, 0, 31090, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90862, 61727, -3352, 0, 0, 31435, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90869, 61857, -3352, 0, 0, 31414, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90468, 61982, -3360, 0, 0, 32490, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90459, 61850, -3360, 0, 0, 34127, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90743, 62251, -3352, 0, 0, 32884, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90718, 61731, -3360, 0, 0, 33508, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90880, 62258, -3352, 0, 0, 33890, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90739, 62127, -3360, 0, 0, 33882, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90874, 61979, -3352, 0, 0, 31903, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90581, 61727, -3352, 0, 0, 33255, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90471, 62263, -3352, 0, 0, 32979, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90604, 62143, -3360, 0, 0, 31937, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90599, 61976, -3360, 0, 0, 31624, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90877, 62135, -3352, 0, 0, 34076, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90474, 62142, -3360, 0, 0, 30770, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90560, 63184, -3360, 0, 0, 35353, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90411, 63022, -3360, 0, 0, 35435, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90388, 62875, -3360, 0, 0, 34592, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90826, 62906, -3360, 0, 0, 30305, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90851, 63200, -3360, 0, 0, 33050, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90689, 63036, -3360, 0, 0, 33140, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90723, 63330, -3360, 0, 0, 32737, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90540, 63029, -3360, 0, 0, 33025, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90866, 63338, -3360, 0, 0, 33169, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90416, 63171, -3360, 0, 0, 33762, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90844, 63058, -3360, 0, 0, 30083, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90667, 62892, -3360, 0, 0, 34442, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90529, 62884, -3360, 0, 0, 32711, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90702, 63185, -3360, 0, 0, 33092, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90582, 63319, -3360, 0, 0, 35221, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90423, 63305, -3360, 0, 0, 34538, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 92058, 63482, -3280, 0, 0, 31999, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 91958, 63482, -3280, 0, 0, 33982, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 91858, 63481, -3280, 0, 0, 30402, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 92103, 62536, -3272, 0, 0, 36055, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 91994, 62539, -3272, 0, 0, 30033, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 91887, 62678, -3272, 0, 0, 35653, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 92126, 62803, -3272, 0, 0, 32830, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 91885, 62545, -3272, 0, 0, 34965, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 92113, 62683, -3272, 0, 0, 29813, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 91885, 62817, -3272, 0, 0, 34352, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 92002, 62675, -3272, 0, 0, 29684, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 91874, 62399, -3272, 0, 0, 29005, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 91978, 62399, -3272, 0, 0, 32098, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 92007, 62813, -3272, 0, 0, 33061, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 92096, 62401, -3272, 0, 0, 31467, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90912, 63901, -3408, 0, 0, 31574, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 91304, 64290, -3456, 0, 0, 32582, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90939, 64166, -3424, 0, 0, 30308, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90615, 64177, -3424, 0, 0, 33876, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90775, 64170, -3424, 0, 0, 32686, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 91118, 64173, -3424, 0, 0, 32291, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 91084, 63899, -3400, 0, 0, 34184, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90961, 64296, -3424, 0, 0, 31075, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90758, 63905, -3424, 0, 0, 32659, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90471, 64312, -3424, 0, 0, 33973, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90920, 64034, -3416, 0, 0, 31932, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90461, 63899, -3424, 0, 0, 32772, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90468, 64048, -3424, 0, 0, 30449, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 91103, 64020, -3416, 0, 0, 32879, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90613, 64040, -3424, 0, 0, 33320, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90762, 64040, -3424, 0, 0, 30128, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90785, 64307, -3424, 0, 0, 32770, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90469, 64175, -3424, 0, 0, 33880, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90611, 63899, -3424, 0, 0, 31695, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 90626, 64312, -3424, 0, 0, 31279, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 91137, 64302, -3440, 0, 0, 31689, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 92067, 63773, -3272, 0, 0, 34683, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 92070, 63626, -3272, 0, 0, 31921, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 91865, 63771, -3280, 0, 0, 32118, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 91967, 63625, -3280, 0, 0, 32187, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 91865, 63623, -3280, 0, 0, 33801, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 91965, 63774, -3280, 0, 0, 33566, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 92280, 63770, -3280, 0, 0, 33965, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 92267, 63625, -3272, 0, 0, 30693, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 92165, 63621, -3272, 0, 0, 30363, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 92176, 63773, -3280, 0, 0, 30972, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 92250, 61406, -3272, 0, 0, 31483, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 92262, 61283, -3272, 0, 0, 34729, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 92255, 61536, -3272, 0, 0, 34885, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 92268, 61667, -3272, 0, 0, 30598, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 92275, 61789, -3272, 0, 0, 35240, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 92266, 63475, -3280, 0, 0, 30056, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 92161, 63482, -3280, 0, 0, 30242, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 92233, 62535, -3272, 0, 0, 33633, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 92252, 62802, -3272, 0, 0, 32643, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 92225, 62402, -3272, 0, 0, 32337, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22780, 92241, 62677, -3272, 0, 0, 33782, 60, 0, 0, 0),
--- Sel Mahum Recruit
-("Sel_Mahum_Training_Grounds", 1, 22782, 85033, 60545, -3440, 0, 0, 1583, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 85147, 60761, -3440, 0, 0, 1860, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 85030, 60759, -3440, 0, 0, 1432, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 85152, 60544, -3440, 0, 0, 3396, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 85259, 60661, -3440, 0, 0, 63215, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 85146, 60867, -3440, 0, 0, 64180, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 85036, 60648, -3440, 0, 0, 2276, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 85259, 60980, -3440, 0, 0, 806, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 85035, 60976, -3440, 0, 0, 62371, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 85148, 60650, -3440, 0, 0, 1408, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 85036, 60862, -3440, 0, 0, 65023, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 84904, 60980, -3440, 0, 0, 64588, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 85148, 60974, -3440, 0, 0, 64337, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 85263, 60869, -3440, 0, 0, 65237, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 85269, 60761, -3440, 0, 0, 1305, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 84902, 60870, -3440, 0, 0, 188, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 84904, 60766, -3440, 0, 0, 132, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 84913, 60546, -3440, 0, 0, 65337, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 85258, 60555, -3440, 0, 0, 63535, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 84912, 60656, -3440, 0, 0, 65303, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 85276, 59914, -3440, 0, 0, 64120, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 85063, 59594, -3440, 0, 0, 3247, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 85171, 59592, -3440, 0, 0, 253, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 85060, 59806, -3440, 0, 0, 64028, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 85172, 59805, -3440, 0, 0, 300, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 85168, 59919, -3440, 0, 0, 65415, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 85276, 59804, -3440, 0, 0, 139, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 85174, 59492, -3432, 0, 0, 2122, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 85277, 59604, -3440, 0, 0, 3751, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 85068, 59489, -3432, 0, 0, 84, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 85175, 59698, -3440, 0, 0, 64262, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 85053, 59913, -3440, 0, 0, 772, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 85280, 59701, -3440, 0, 0, 535, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 84944, 59910, -3440, 0, 0, 359, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 84946, 59601, -3440, 0, 0, 65223, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 85061, 59701, -3440, 0, 0, 64572, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 84961, 59491, -3432, 0, 0, 233, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 84951, 59703, -3440, 0, 0, 63969, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 84946, 59807, -3440, 0, 0, 123, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 85280, 59498, -3432, 0, 0, 9, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 79851, 62798, -3688, 0, 0, 50697, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 79730, 62910, -3688, 0, 0, 49960, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 79445, 63031, -3688, 0, 0, 50056, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 79843, 62685, -3688, 0, 0, 48555, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 79871, 63031, -3688, 0, 0, 46955, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 79735, 63031, -3688, 0, 0, 48779, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 79715, 62687, -3688, 0, 0, 50491, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 79583, 62909, -3688, 0, 0, 48691, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 79577, 62791, -3688, 0, 0, 48354, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 79572, 62679, -3688, 0, 0, 50020, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 79448, 62913, -3688, 0, 0, 48587, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 79590, 63036, -3688, 0, 0, 48406, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 79867, 62911, -3688, 0, 0, 49242, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 79722, 62797, -3688, 0, 0, 51515, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 79440, 62785, -3688, 0, 0, 51565, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 79437, 62677, -3688, 0, 0, 50435, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 81871, 62675, -3584, 0, 0, 47518, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 81681, 62796, -3584, 0, 0, 48609, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 81615, 62910, -3592, 0, 0, 47428, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 81600, 62674, -3584, 0, 0, 47415, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 81743, 62677, -3584, 0, 0, 50273, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 81811, 62798, -3584, 0, 0, 50340, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 81883, 63061, -3584, 0, 0, 48100, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 81877, 62919, -3584, 0, 0, 47966, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 81749, 63053, -3584, 0, 0, 47388, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 81611, 63055, -3592, 0, 0, 47741, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 81554, 62790, -3584, 0, 0, 48619, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 81748, 62917, -3584, 0, 0, 52613, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 80509, 62782, -3688, 0, 0, 50405, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 80638, 62660, -3688, 0, 0, 48514, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 80787, 63041, -3688, 0, 0, 48950, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 80909, 62661, -3688, 0, 0, 51934, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 80919, 63038, -3672, 0, 0, 52370, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 80512, 62908, -3688, 0, 0, 47113, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 80918, 62923, -3672, 0, 0, 48835, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 80508, 62651, -3688, 0, 0, 46922, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 80772, 62665, -3688, 0, 0, 48933, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 80913, 62789, -3688, 0, 0, 49360, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 80779, 62788, -3688, 0, 0, 49284, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 80783, 62913, -3688, 0, 0, 50069, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 80646, 62908, -3688, 0, 0, 49325, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 80515, 63034, -3688, 0, 0, 51291, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 80651, 63030, -3688, 0, 0, 49991, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 80643, 62784, -3688, 0, 0, 48161, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 83629, 59395, -3496, 0, 0, 1639, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 83493, 59394, -3496, 0, 0, 63490, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 83744, 59392, -3496, 0, 0, 64205, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 83779, 60128, -3496, 0, 0, 62560, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 83257, 60083, -3496, 0, 0, 1643, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 83287, 60203, -3496, 0, 0, 64892, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 83765, 60002, -3496, 0, 0, 1724, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 83394, 59966, -3496, 0, 0, 3828, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 83651, 60086, -3496, 0, 0, 1545, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 83594, 60388, -3496, 0, 0, 63658, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 83521, 59989, -3496, 0, 0, 62121, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 83649, 59963, -3496, 0, 0, 466, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 83403, 60092, -3496, 0, 0, 64270, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 83714, 60345, -3496, 0, 0, 64277, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 83843, 60393, -3496, 0, 0, 63714, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 83534, 60114, -3496, 0, 0, 1434, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 83816, 60255, -3496, 0, 0, 1736, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 83678, 60223, -3496, 0, 0, 65236, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 83429, 60215, -3496, 0, 0, 246, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 83568, 60249, -3496, 0, 0, 63708, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 83253, 59961, -3496, 0, 0, 1120, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 83059, 63052, -3520, 0, 0, 45871, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 83035, 62922, -3520, 0, 0, 52471, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 83029, 62801, -3520, 0, 0, 49323, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 83024, 62673, -3520, 0, 0, 49294, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 82616, 62910, -3520, 0, 0, 51141, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 82589, 63039, -3520, 0, 0, 51655, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 82763, 62914, -3520, 0, 0, 46537, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 82893, 62798, -3520, 0, 0, 50288, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 82756, 62677, -3520, 0, 0, 50481, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 82887, 62678, -3520, 0, 0, 46535, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 82835, 63040, -3520, 0, 0, 50904, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 82707, 63042, -3520, 0, 0, 47544, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 82897, 62914, -3520, 0, 0, 49527, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 82613, 62675, -3520, 0, 0, 47941, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 82614, 62792, -3520, 0, 0, 49535, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 82954, 63044, -3520, 0, 0, 49439, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 82755, 62799, -3520, 0, 0, 48038, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 81928, 62795, -3584, 0, 0, 46829, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 81994, 62920, -3584, 0, 0, 48367, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 81983, 62679, -3584, 0, 0, 48938, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 82041, 62793, -3584, 0, 0, 52574, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 81997, 63059, -3584, 0, 0, 52031, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 83632, 59151, -3496, 0, 0, 642, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 83495, 59030, -3496, 0, 0, 64778, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 83866, 59391, -3496, 0, 0, 64607, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 83496, 59282, -3496, 0, 0, 63887, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 83497, 59152, -3496, 0, 0, 65228, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 83860, 59045, -3496, 0, 0, 627, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 83856, 59161, -3496, 0, 0, 2501, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 83738, 59162, -3496, 0, 0, 63630, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 83747, 59280, -3496, 0, 0, 64011, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 83744, 59040, -3496, 0, 0, 63936, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 83626, 59036, -3496, 0, 0, 208, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 83858, 59274, -3496, 0, 0, 65312, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 83626, 59278, -3496, 0, 0, 64756, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 85111, 58621, -3408, 0, 0, 63603, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 84963, 58740, -3408, 0, 0, 64579, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 84972, 58629, -3408, 0, 0, 3358, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 85251, 58503, -3408, 0, 0, 1823, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 85236, 58616, -3408, 0, 0, 3030, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 85105, 58501, -3408, 0, 0, 62548, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 85109, 58853, -3408, 0, 0, 65256, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 84968, 58853, -3408, 0, 0, 64700, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 85104, 58735, -3408, 0, 0, 1255, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 84709, 58512, -3416, 0, 0, 1425, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 84704, 58878, -3408, 0, 0, 1274, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 84837, 58743, -3408, 0, 0, 33, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 84715, 58635, -3408, 0, 0, 65535, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 84829, 58864, -3408, 0, 0, 64123, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 84706, 58755, -3408, 0, 0, 65151, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 84836, 58633, -3408, 0, 0, 2039, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 84845, 58513, -3408, 0, 0, 1396, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 85250, 58854, -3408, 0, 0, 2212, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 84977, 58508, -3408, 0, 0, 62587, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 85244, 58735, -3408, 0, 0, 1349, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 89261, 56219, -3536, 0, 0, 16069, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 89365, 56222, -3536, 0, 0, 18156, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 89364, 56021, -3536, 0, 0, 18633, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 89364, 56120, -3536, 0, 0, 16637, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 89581, 56123, -3536, 0, 0, 18984, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 89581, 56026, -3536, 0, 0, 15548, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 89579, 56223, -3536, 0, 0, 16805, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 89262, 56118, -3536, 0, 0, 15035, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 89270, 55809, -3536, 0, 0, 16318, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 89475, 56221, -3536, 0, 0, 18008, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 89587, 55818, -3536, 0, 0, 17192, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 89475, 56121, -3536, 0, 0, 14304, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 89585, 55922, -3536, 0, 0, 14490, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 89364, 55918, -3536, 0, 0, 16562, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 89475, 56024, -3536, 0, 0, 14740, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 89475, 55813, -3536, 0, 0, 15902, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 89268, 55915, -3536, 0, 0, 15257, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 89265, 56019, -3536, 0, 0, 19511, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 89365, 55814, -3536, 0, 0, 16965, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 89476, 55919, -3536, 0, 0, 17372, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 88181, 56119, -3536, 0, 0, 15734, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 88418, 56206, -3536, 0, 0, 13868, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 88296, 56111, -3536, 0, 0, 15128, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 88303, 55809, -3536, 0, 0, 16097, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 88530, 55903, -3536, 0, 0, 17704, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 88305, 56212, -3536, 0, 0, 19456, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 88424, 55903, -3536, 0, 0, 15063, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 88417, 56106, -3536, 0, 0, 14390, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 88530, 56107, -3536, 0, 0, 16458, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 88420, 55997, -3536, 0, 0, 14642, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 88421, 55813, -3536, 0, 0, 15393, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 88186, 55812, -3536, 0, 0, 15800, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 88177, 56011, -3536, 0, 0, 16387, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 88177, 55914, -3536, 0, 0, 13392, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 88294, 55905, -3536, 0, 0, 15411, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 88190, 56216, -3536, 0, 0, 15466, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 88529, 55803, -3536, 0, 0, 13935, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 88298, 56002, -3536, 0, 0, 16785, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 88530, 56001, -3536, 0, 0, 16083, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 88522, 56208, -3536, 0, 0, 17127, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 90545, 56001, -3536, 0, 0, 17058, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 90546, 56200, -3536, 0, 0, 17608, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 90348, 56203, -3536, 0, 0, 15173, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 90346, 56001, -3536, 0, 0, 15320, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 90574, 56098, -3536, 0, 0, 13679, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 90447, 56200, -3528, 0, 0, 15376, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 90371, 55886, -3536, 0, 0, 15399, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 90237, 56209, -3536, 0, 0, 13795, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 90471, 56099, -3536, 0, 0, 14928, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 90649, 56207, -3536, 0, 0, 15610, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 90680, 56101, -3536, 0, 0, 16988, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 90583, 55884, -3536, 0, 0, 15488, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 90473, 55881, -3536, 0, 0, 16889, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 90450, 55998, -3536, 0, 0, 16518, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 90260, 55883, -3536, 0, 0, 18417, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 90255, 56102, -3536, 0, 0, 15788, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 90651, 55999, -3536, 0, 0, 15409, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 90231, 55997, -3536, 0, 0, 19048, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 90683, 55885, -3536, 0, 0, 18469, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 90369, 56099, -3536, 0, 0, 16368, 60, 0, 0, 0),
--- Sel Mahum Soldier
-("Sel_Mahum_Training_Grounds", 1, 22783, 87344, 57251, -3688, 0, 0, 16694, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 87455, 57251, -3688, 0, 0, 14925, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 87130, 57255, -3688, 0, 0, 19164, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 87236, 57257, -3688, 0, 0, 17157, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 87241, 57464, -3688, 0, 0, 18644, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 87238, 57560, -3688, 0, 0, 18369, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 87134, 57356, -3688, 0, 0, 13681, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 87352, 57660, -3688, 0, 0, 16350, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 87131, 57665, -3688, 0, 0, 14055, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 87130, 57564, -3688, 0, 0, 18962, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 87237, 57664, -3688, 0, 0, 19161, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 87350, 57560, -3688, 0, 0, 17318, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 87132, 57462, -3688, 0, 0, 14720, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 87243, 57361, -3688, 0, 0, 14961, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 87457, 57668, -3688, 0, 0, 14844, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 87348, 57358, -3688, 0, 0, 16313, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 87349, 57459, -3688, 0, 0, 17481, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 87458, 57565, -3688, 0, 0, 16645, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 87459, 57358, -3688, 0, 0, 13590, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 87457, 57460, -3688, 0, 0, 17763, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 89453, 57276, -3624, 0, 0, 17476, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 89552, 57284, -3624, 0, 0, 16725, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 89254, 57278, -3624, 0, 0, 16017, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 89350, 57279, -3624, 0, 0, 16773, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 88206, 57235, -3688, 0, 0, 16051, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 88524, 57243, -3688, 0, 0, 17754, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 88424, 57240, -3688, 0, 0, 15873, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 88313, 57241, -3688, 0, 0, 14225, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 89500, 57373, -3624, 0, 0, 16329, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 89505, 57547, -3624, 0, 0, 17434, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 89558, 57649, -3624, 0, 0, 17529, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 89607, 57549, -3624, 0, 0, 15929, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 89402, 57370, -3624, 0, 0, 17462, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 89409, 57548, -3624, 0, 0, 16590, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 89233, 57652, -3624, 0, 0, 18447, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 89465, 57454, -3624, 0, 0, 16410, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 89600, 57376, -3624, 0, 0, 16824, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 89301, 57365, -3624, 0, 0, 14304, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 89345, 57645, -3624, 0, 0, 14728, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 89454, 57645, -3624, 0, 0, 18467, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 89357, 57456, -3624, 0, 0, 13463, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 89207, 57548, -3624, 0, 0, 18021, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 89312, 57549, -3624, 0, 0, 16128, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 89556, 57456, -3624, 0, 0, 15994, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 89198, 57362, -3624, 0, 0, 16760, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 89253, 57454, -3624, 0, 0, 14879, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 88402, 57347, -3688, 0, 0, 18816, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 88290, 57350, -3688, 0, 0, 20020, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 88425, 57451, -3688, 0, 0, 17843, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 88184, 57554, -3688, 0, 0, 17723, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 88313, 57451, -3688, 0, 0, 16618, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 88176, 57350, -3688, 0, 0, 14869, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 88202, 57653, -3688, 0, 0, 17220, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 88535, 57452, -3688, 0, 0, 17151, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 88510, 57347, -3688, 0, 0, 18409, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 88296, 57553, -3688, 0, 0, 16434, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 88317, 57649, -3688, 0, 0, 14811, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 88430, 57648, -3688, 0, 0, 15183, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 88512, 57551, -3688, 0, 0, 18791, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 88534, 57650, -3688, 0, 0, 15902, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 88409, 57550, -3688, 0, 0, 15996, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 88199, 57453, -3688, 0, 0, 16900, 60, 0, 0, 0),
--- Sel Mahum Squad Leader
-("Sel_Mahum_Training_Grounds", 1, 22786, 80160, 63599, -3664, 0, 0, 675, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 81206, 63928, -3560, 0, 0, 59638, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 81448, 64139, -3536, 0, 0, 21806, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 80922, 65083, -3416, 0, 0, 36686, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 81590, 65087, -3256, 0, 0, 56372, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 84566, 63245, -3624, 0, 0, 11283, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 86675, 60773, -3520, 0, 0, 7748, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 87043, 62929, -3712, 0, 0, 20352, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 87969, 62712, -3712, 0, 0, 59710, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 89406, 64181, -3616, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 90962, 59717, -3640, 0, 0, 40945, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 92280, 60450, -3384, 0, 0, 61676, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 93138, 63293, -3320, 0, 0, 12113, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 83134, 62437, -3520, 0, 0, 24049, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 86158, 54203, -3696, 0, 0, 35037, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 90771, 54030, -3744, 0, 0, 35477, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 92988, 56336, -3448, 0, 0, 1189, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 93850, 55482, -3480, 0, 0, 7103, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 91690, 58131, -3704, 0, 0, 3655, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 84601, 61949, -3432, 0, 0, 29394, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 86939, 53926, -3680, 0, 0, 62644, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 86575, 60778, -3512, 0, 0, 41858, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 84550, 63252, -3624, 0, 0, 9188, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 84009, 62418, -3440, 0, 0, 60877, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 87791, 62719, -3712, 0, 0, 65268, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 87916, 62723, -3712, 0, 0, 30633, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 89189, 64266, -3648, 0, 0, 26588, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 80998, 63634, -3624, 0, 0, 58351, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 81226, 63794, -3568, 0, 0, 2323, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 79764, 63561, -3656, 0, 0, 40069, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 81471, 65098, -3328, 0, 0, 21798, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 81049, 64696, -3488, 0, 0, 1996, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 90951, 54351, -3768, 0, 0, 19427, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 92696, 56236, -3448, 0, 0, 25188, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 94001, 55494, -3480, 0, 0, 4534, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 91234, 60662, -3360, 0, 0, 62557, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 91367, 60201, -3568, 0, 0, 64159, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 93175, 62807, -3304, 0, 0, 55549, 60, 0, 0, 0),
--- Sel Mahum Squad Leader
-("Sel_Mahum_Training_Grounds", 1, 22787, 82629, 63629, -3568, 0, 0, 55314, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 80467, 64898, -3312, 0, 0, 37547, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 80249, 64831, -3304, 0, 0, 29880, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 79520, 63787, -3592, 0, 0, 17288, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 80859, 63506, -3648, 0, 0, 55633, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 80845, 63737, -3632, 0, 0, 30698, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 81123, 64231, -3536, 0, 0, 9147, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 81285, 63895, -3560, 0, 0, 52692, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 82712, 63776, -3568, 0, 0, 60895, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 78996, 63387, -3640, 0, 0, 47397, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 79731, 63444, -3656, 0, 0, 58199, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 77687, 65211, -3216, 0, 0, 25810, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 79617, 64097, -3544, 0, 0, 19465, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 79790, 63809, -3608, 0, 0, 64097, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 78153, 64962, -3256, 0, 0, 61725, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 80900, 65028, -3416, 0, 0, 48103, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 78027, 65185, -3224, 0, 0, 2503, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 79745, 63472, -3672, 0, 0, 35553, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 81495, 64232, -3536, 0, 0, 33440, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 81778, 63872, -3568, 0, 0, 52397, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 80428, 65010, -3312, 0, 0, 23127, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 81198, 65084, -3432, 0, 0, 10249, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 81036, 64936, -3448, 0, 0, 50499, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 80911, 65183, -3416, 0, 0, 23306, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 81675, 64088, -3560, 0, 0, 32530, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 82272, 63785, -3584, 0, 0, 13721, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 85775, 63032, -3632, 0, 0, 38659, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86074, 61827, -3528, 0, 0, 17698, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 84238, 62430, -3440, 0, 0, 19989, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 85919, 61888, -3496, 0, 0, 50808, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 85634, 62427, -3520, 0, 0, 23792, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 84530, 62943, -3560, 0, 0, 59917, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 84549, 62265, -3440, 0, 0, 6279, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 84328, 63056, -3560, 0, 0, 59900, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86523, 60585, -3512, 0, 0, 56365, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86366, 61042, -3488, 0, 0, 41574, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86091, 60361, -3496, 0, 0, 35629, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86067, 60021, -3480, 0, 0, 44487, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86218, 60235, -3512, 0, 0, 51302, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86093, 61772, -3520, 0, 0, 488, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 87891, 62500, -3712, 0, 0, 57008, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 87555, 62372, -3712, 0, 0, 20606, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86881, 62630, -3704, 0, 0, 34208, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 87014, 62428, -3712, 0, 0, 42834, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 87302, 62247, -3712, 0, 0, 54165, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 87963, 62901, -3712, 0, 0, 16861, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86891, 62768, -3704, 0, 0, 16463, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 87550, 62990, -3696, 0, 0, 6968, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 87236, 62786, -3712, 0, 0, 1996, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 87913, 62538, -3712, 0, 0, 7734, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86104, 64727, -3600, 0, 0, 45746, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86586, 64976, -3608, 0, 0, 57255, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 87120, 64272, -3672, 0, 0, 14324, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 87315, 64849, -3720, 0, 0, 1644, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 87065, 64637, -3696, 0, 0, 11690, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86333, 64796, -3608, 0, 0, 45212, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 89664, 59950, -3656, 0, 0, 29474, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 90209, 61125, -3568, 0, 0, 62930, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 90114, 60988, -3640, 0, 0, 21661, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 90017, 61174, -3544, 0, 0, 17108, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 90276, 61082, -3592, 0, 0, 1872, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 88586, 64870, -3696, 0, 0, 48155, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 87942, 65168, -3720, 0, 0, 54888, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 88237, 64356, -3712, 0, 0, 7236, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 88622, 64056, -3704, 0, 0, 60382, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 90966, 59848, -3632, 0, 0, 43020, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 90969, 59821, -3632, 0, 0, 9481, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 90242, 60340, -3624, 0, 0, 55281, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 90134, 60769, -3640, 0, 0, 63814, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 90467, 60618, -3576, 0, 0, 47723, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 91028, 60809, -3360, 0, 0, 25914, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 93129, 61931, -3256, 0, 0, 46799, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 93281, 62806, -3296, 0, 0, 16144, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 78763, 63044, -3680, 0, 0, 52110, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 78627, 63137, -3672, 0, 0, 26751, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 78191, 63063, -3640, 0, 0, 59330, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 80317, 63403, -3688, 0, 0, 34492, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 82344, 61278, -3496, 0, 0, 12326, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 82630, 61064, -3496, 0, 0, 46234, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 82324, 61699, -3496, 0, 0, 57189, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 83709, 62730, -3504, 0, 0, 10191, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 82895, 61757, -3496, 0, 0, 47807, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 82255, 61879, -3496, 0, 0, 55164, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 83778, 62950, -3528, 0, 0, 356, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 82535, 61722, -3496, 0, 0, 58017, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 83690, 62392, -3440, 0, 0, 8804, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 83253, 61557, -3488, 0, 0, 65431, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 83715, 61608, -3416, 0, 0, 45515, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 83075, 61600, -3488, 0, 0, 62193, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 82394, 61698, -3496, 0, 0, 17547, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 83147, 62504, -3520, 0, 0, 38227, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 83147, 62448, -3520, 0, 0, 27275, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 83139, 62437, -3520, 0, 0, 24658, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86062, 54478, -3688, 0, 0, 1539, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86048, 53974, -3680, 0, 0, 26765, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86197, 54911, -3712, 0, 0, 39251, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 90339, 54215, -3776, 0, 0, 53865, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 89534, 54153, -3720, 0, 0, 37852, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 89542, 54146, -3720, 0, 0, 22472, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 89744, 54620, -3736, 0, 0, 38406, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 90434, 54399, -3784, 0, 0, 27940, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 91221, 55154, -3736, 0, 0, 5838, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 91225, 55328, -3696, 0, 0, 7293, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 90339, 54449, -3776, 0, 0, 32608, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 91025, 54773, -3768, 0, 0, 59338, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 91257, 55126, -3736, 0, 0, 3111, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 91441, 54872, -3768, 0, 0, 35436, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 91177, 53963, -3712, 0, 0, 61113, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 92988, 54769, -3664, 0, 0, 42816, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 92738, 54575, -3680, 0, 0, 52762, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 92921, 55354, -3392, 0, 0, 20156, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 92378, 56147, -3432, 0, 0, 8677, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 92502, 56404, -3440, 0, 0, 3892, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 91167, 57630, -3712, 0, 0, 1002, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 90970, 57741, -3760, 0, 0, 36456, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 90533, 58186, -3776, 0, 0, 51861, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 90730, 58001, -3784, 0, 0, 26453, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 90497, 58466, -3776, 0, 0, 52224, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 90730, 58521, -3776, 0, 0, 21801, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 90789, 57761, -3768, 0, 0, 1780, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 90715, 58255, -3784, 0, 0, 55209, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 90498, 58409, -3776, 0, 0, 56704, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 91254, 58385, -3784, 0, 0, 60442, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 92844, 60205, -3344, 0, 0, 41253, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 92911, 60707, -3304, 0, 0, 1031, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 93002, 60950, -3272, 0, 0, 19574, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 92627, 59958, -3384, 0, 0, 60323, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 93997, 63070, -3176, 0, 0, 10968, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 94660, 63314, -3208, 0, 0, 65325, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 94107, 63205, -3184, 0, 0, 27259, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 84627, 63006, -3592, 0, 0, 4794, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 82593, 61664, -3496, 0, 0, 43880, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 83377, 61536, -3480, 0, 0, 59927, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 83730, 62432, -3440, 0, 0, 49442, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 83663, 62895, -3528, 0, 0, 48129, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 82570, 61571, -3496, 0, 0, 16986, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 83021, 61507, -3496, 0, 0, 55807, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 83215, 61447, -3488, 0, 0, 32615, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 83063, 61651, -3496, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 82451, 62043, -3496, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 83675, 61763, -3424, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86130, 54442, -3688, 0, 0, 65259, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86671, 54608, -3712, 0, 0, 2868, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86218, 55032, -3712, 0, 0, 19322, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86304, 60786, -3496, 0, 0, 34676, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86399, 60964, -3488, 0, 0, 3083, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86142, 59966, -3480, 0, 0, 44254, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86140, 60208, -3488, 0, 0, 8416, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86034, 59913, -3480, 0, 0, 38595, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 90081, 59717, -3656, 0, 0, 56784, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 90260, 60592, -3608, 0, 0, 62368, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 90242, 60757, -3648, 0, 0, 57650, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 90248, 60947, -3640, 0, 0, 13764, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 90064, 60991, -3632, 0, 0, 57562, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86086, 62368, -3584, 0, 0, 3681, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86022, 62078, -3544, 0, 0, 54379, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86152, 61867, -3560, 0, 0, 53088, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86143, 62277, -3592, 0, 0, 11700, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 87908, 62460, -3704, 0, 0, 51541, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 84085, 62284, -3424, 0, 0, 36142, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 84323, 62319, -3432, 0, 0, 64056, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 84222, 62287, -3424, 0, 0, 8378, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 84570, 62460, -3456, 0, 0, 5385, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 84657, 63166, -3608, 0, 0, 3251, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86106, 63116, -3648, 0, 0, 21007, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 84513, 63212, -3600, 0, 0, 5261, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 84616, 62215, -3456, 0, 0, 20990, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 84613, 63207, -3608, 0, 0, 61982, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 88064, 62553, -3712, 0, 0, 3315, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 88013, 62482, -3712, 0, 0, 61210, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86922, 62471, -3712, 0, 0, 20367, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 87075, 62735, -3712, 0, 0, 20107, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 87954, 62651, -3712, 0, 0, 47845, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 87915, 62737, -3712, 0, 0, 64773, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 87764, 62617, -3712, 0, 0, 56722, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86955, 62699, -3712, 0, 0, 43281, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 88014, 62694, -3712, 0, 0, 10390, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 90970, 57611, -3744, 0, 0, 44978, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 91050, 57806, -3744, 0, 0, 40252, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 90618, 57945, -3760, 0, 0, 59141, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 88627, 64066, -3704, 0, 0, 60825, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 87881, 64200, -3696, 0, 0, 35639, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 87352, 63739, -3656, 0, 0, 48932, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86395, 65033, -3544, 0, 0, 13534, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86582, 64779, -3624, 0, 0, 59505, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 87737, 64814, -3720, 0, 0, 15307, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86614, 64867, -3624, 0, 0, 48402, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86739, 64422, -3672, 0, 0, 24324, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86415, 64917, -3584, 0, 0, 19947, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 88691, 65254, -3720, 0, 0, 3142, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 83369, 61819, -3464, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 82043, 61483, -3496, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 82817, 61986, -3496, 0, 0, 14795, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 83803, 61908, -3408, 0, 0, 38256, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 83640, 62869, -3528, 0, 0, 35276, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 84020, 62683, -3480, 0, 0, 15430, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 82266, 64243, -3576, 0, 0, 1950, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 82299, 63890, -3584, 0, 0, 28183, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 82299, 63938, -3584, 0, 0, 23019, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 81140, 63537, -3608, 0, 0, 25189, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 80905, 63682, -3632, 0, 0, 42246, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 81108, 63566, -3608, 0, 0, 61813, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 79650, 63600, -3648, 0, 0, 45374, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 81802, 63730, -3584, 0, 0, 41705, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 80807, 63763, -3632, 0, 0, 38748, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 81957, 64161, -3576, 0, 0, 6552, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 79785, 63608, -3656, 0, 0, 54856, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 80389, 64703, -3312, 0, 0, 32947, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 81793, 63591, -3584, 0, 0, 29486, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 81396, 65152, -3344, 0, 0, 370, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 80958, 64920, -3432, 0, 0, 38858, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 80416, 65030, -3312, 0, 0, 53989, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 81008, 65070, -3416, 0, 0, 43194, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 81226, 65224, -3424, 0, 0, 44703, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 81361, 64913, -3440, 0, 0, 61943, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 79259, 63922, -3560, 0, 0, 5001, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 79165, 63632, -3616, 0, 0, 1965, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 79509, 64012, -3536, 0, 0, 5075, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 79128, 63857, -3600, 0, 0, 64982, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 78870, 62908, -3688, 0, 0, 25188, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 78535, 63207, -3664, 0, 0, 63664, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 78965, 62611, -3672, 0, 0, 14664, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 78042, 65108, -3232, 0, 0, 63298, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 78772, 63668, -3608, 0, 0, 56148, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 77875, 65025, -3216, 0, 0, 57400, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 77738, 65252, -3216, 0, 0, 29944, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 82279, 61341, -3496, 0, 0, 55926, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 82915, 61070, -3496, 0, 0, 35196, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 82757, 61203, -3496, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 83176, 61244, -3496, 0, 0, 60579, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 83573, 61035, -3488, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 82396, 61413, -3496, 0, 0, 46711, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 89653, 54111, -3728, 0, 0, 34462, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 89631, 54087, -3728, 0, 0, 40147, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 89685, 54509, -3728, 0, 0, 22205, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 91089, 55026, -3744, 0, 0, 38443, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 90690, 58447, -3784, 0, 0, 1254, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 90592, 58190, -3776, 0, 0, 39055, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 90591, 58354, -3776, 0, 0, 29406, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 90536, 58208, -3776, 0, 0, 16171, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 91398, 54987, -3768, 0, 0, 1998, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 90536, 54444, -3784, 0, 0, 65272, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 90384, 54188, -3776, 0, 0, 50934, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 91164, 54928, -3752, 0, 0, 29783, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 91152, 54964, -3752, 0, 0, 811, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 91127, 54978, -3744, 0, 0, 24160, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 91371, 53864, -3688, 0, 0, 52464, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 90620, 58538, -3776, 0, 0, 23792, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 90442, 58321, -3768, 0, 0, 6950, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 92926, 54681, -3664, 0, 0, 46250, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 92656, 54918, -3584, 0, 0, 3890, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 93102, 55288, -3432, 0, 0, 65139, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 92359, 56246, -3440, 0, 0, 63135, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 92502, 56102, -3432, 0, 0, 47450, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 92743, 60290, -3344, 0, 0, 25470, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 90237, 59822, -3664, 0, 0, 65298, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 90595, 60794, -3512, 0, 0, 16489, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 91001, 60938, -3360, 0, 0, 18535, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 90800, 59787, -3640, 0, 0, 11341, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 90807, 59956, -3632, 0, 0, 13027, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 92622, 60089, -3384, 0, 0, 16781, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 93303, 60671, -3280, 0, 0, 3305, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 92908, 60817, -3288, 0, 0, 9841, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 93142, 62654, -3296, 0, 0, 22034, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 94281, 63018, -3208, 0, 0, 6473, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 93184, 62849, -3304, 0, 0, 21549, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 94587, 63360, -3200, 0, 0, 16940, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 94274, 63306, -3192, 0, 0, 21007, 60, 0, 0, 0),
--- Sel Mahum Squad Leader
-("Sel_Mahum_Training_Grounds", 1, 22788, 81142, 63997, -3560, 0, 0, 22889, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 81388, 65048, -3400, 0, 0, 61178, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 81965, 64174, -3576, 0, 0, 3175, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 79654, 63381, -3656, 0, 0, 47528, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 80483, 64967, -3312, 0, 0, 2465, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 84741, 62492, -3496, 0, 0, 33929, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 86137, 62023, -3568, 0, 0, 59341, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 86993, 62695, -3712, 0, 0, 38333, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 87006, 62356, -3712, 0, 0, 52608, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 86490, 64761, -3632, 0, 0, 10612, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 90204, 60681, -3640, 0, 0, 3389, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 91266, 60614, -3360, 0, 0, 59710, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 83639, 62532, -3464, 0, 0, 35851, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 86066, 54221, -3688, 0, 0, 63840, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 86213, 54853, -3712, 0, 0, 15826, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 92981, 55581, -3440, 0, 0, 33348, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 95119, 54314, -3688, 0, 0, 7368, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 91004, 57545, -3736, 0, 0, 60063, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 93495, 60205, -3264, 0, 0, 19251, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 85777, 54169, -3648, 0, 0, 63683, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 86088, 54943, -3704, 0, 0, 3356, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 90151, 60845, -3648, 0, 0, 10821, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 86143, 61525, -3480, 0, 0, 57044, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 87920, 62461, -3704, 0, 0, 64192, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 84357, 62309, -3432, 0, 0, 1965, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 87010, 62492, -3712, 0, 0, 14687, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 90896, 57742, -3760, 0, 0, 15906, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 86383, 64800, -3616, 0, 0, 29548, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 83589, 62562, -3464, 0, 0, 23359, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 82119, 64226, -3576, 0, 0, 23044, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 79925, 63563, -3664, 0, 0, 10801, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 80892, 63939, -3576, 0, 0, 26546, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 81091, 65261, -3432, 0, 0, 29561, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 81095, 64797, -3472, 0, 0, 43660, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 92816, 55880, -3448, 0, 0, 54563, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 91385, 60703, -3360, 0, 0, 63509, 60, 0, 0, 0),
-- Valentina
("oren17_npc2219_011", 1, 30177, 82992, 53171, -1492, 0, 0, 31000, 60, 0, 0, 0),
-- Zenkin
@@ -27811,65 +26944,6 @@
("plains_of_lizardmen", 1, 18868, 93129, 86997, -3516, 0, 0, 58916, 60, 0, 0, 0),
("plains_of_lizardmen", 1, 18868, 84340, 76172, -3680, 0, 0, 25730, 60, 0, 0, 0),
("plains_of_lizardmen", 1, 18868, 83583, 77640, -3722, 0, 0, 19791, 60, 0, 0, 0),
--- Sel Mahum Chef
-("Sel_Mahum_Training_Grounds", 1, 18908, 78542, 69872, -3168, 0, 0, 5507, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18908, 82330, 69947, -3272, 0, 0, 34496, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18908, 86717, 65767, -3576, 0, 0, 32410, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18908, 87836, 68764, -3128, 0, 0, 36602, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18908, 92535, 70719, -3576, 0, 0, 3213, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18908, 83603, 66095, -3040, 0, 0, 43373, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18908, 81673, 69838, -3344, 0, 0, 7352, 60, 0, 0, 0),
--- Fire
-("Sel_Mahum_Training_Grounds", 1, 18927, 79168, 69256, -3312, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 78040, 69515, -3104, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 80630, 67817, -3400, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 80096, 68304, -3336, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 80090, 69178, -3384, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 80832, 68663, -3464, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 81406, 68669, -3384, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 83631, 66179, -3032, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 86736, 65907, -3592, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 89759, 67135, -3704, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 89312, 67152, -3704, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 88097, 65803, -3720, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 91216, 67311, -3640, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 88640, 69583, -3288, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 89967, 69311, -3496, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 89792, 67680, -3704, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 89296, 67712, -3704, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 91472, 68048, -3560, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 91824, 67728, -3608, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 93680, 67215, -3544, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 93408, 69072, -3616, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 94144, 68144, -3640, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 92751, 68560, -3600, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 95008, 67856, -3336, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 95888, 68496, -3312, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 93773, 71024, -3624, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 93856, 70400, -3664, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 92671, 70672, -3568, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 92574, 69663, -3552, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 90529, 70479, -3504, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 86896, 68784, -3064, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 86448, 68448, -3064, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 85748, 66494, -3320, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 85344, 65712, -3232, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18927, 84128, 65740, -3144, 0, 0, 0, 60, 0, 0, 0),
--- Fire Feed
-("Sel_Mahum_Training_Grounds", 1, 18933, 80832, 68663, -3464, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18933, 78040, 69515, -3104, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18933, 79168, 69256, -3312, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18933, 80090, 69178, -3384, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18933, 80630, 67817, -3400, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18933, 83631, 66179, -3032, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18933, 86736, 65907, -3592, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18933, 92671, 70672, -3568, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18933, 93773, 71024, -3624, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18933, 93856, 70400, -3664, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18933, 84128, 65740, -3144, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18933, 93408, 69072, -3616, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18933, 94144, 68144, -3640, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 18933, 85344, 65712, -3232, 0, 0, 0, 60, 0, 0, 0),
-- Leto Lizardman
("plains_of_lizardmen_old", 1, 20577, 94897, 75596, -3504, 0, 0, 37092, 60, 0, 0, 0),
("plains_of_lizardmen_old", 1, 20577, 96849, 79312, -3664, 0, 0, 18021, 60, 0, 0, 0),
@@ -28355,377 +27429,6 @@
("plains_of_lizardmen", 1, 22774, 85316, 95163, -3439, 0, 0, 41232, 60, 0, 0, 0),
("plains_of_lizardmen", 1, 22774, 84666, 94971, -3438, 0, 0, 45124, 60, 0, 0, 0),
("plains_of_lizardmen", 1, 22774, 91775, 79624, -3325, 0, 0, 5099, 60, 0, 0, 0),
--- Sel Mahum Drill Sergeant
-("Sel_Mahum_Training_Grounds", 1, 22775, 78620, 65996, -3168, 0, 0, 16688, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22775, 79688, 65999, -3168, 0, 0, 16480, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22775, 77578, 66004, -3168, 0, 0, 16648, 60, 0, 0, 0),
--- Sel Mahum Training Officer
-("Sel_Mahum_Training_Grounds", 1, 22776, 78127, 67305, -3168, 0, 0, 16880, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22776, 79121, 67309, -3168, 0, 0, 17688, 60, 0, 0, 0),
--- Sel Mahum Drill Sergeant
-("Sel_Mahum_Training_Grounds", 1, 22778, 82175, 68529, -2968, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22778, 83532, 67973, -2968, 0, 0, 56, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22778, 83532, 66959, -2968, 0, 0, 944, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22778, 82174, 67483, -2968, 0, 0, 2312, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22778, 82164, 66420, -2968, 0, 0, 64784, 60, 0, 0, 0),
--- Sel Mahum Escort Guard
-("Sel_Mahum_Training_Grounds", 1, 22779, 81035, 69409, -3400, 0, 0, 8783, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22779, 78454, 69770, -3152, 0, 0, 5507, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22779, 78412, 69875, -3152, 0, 0, 5518, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22779, 82514, 69994, -3248, 0, 0, 31211, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22779, 86808, 65847, -3608, 0, 0, 32410, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22779, 86819, 65699, -3608, 0, 0, 32410, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22779, 87940, 68839, -3136, 0, 0, 36602, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22779, 87988, 68817, -3136, 0, 0, 36606, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22779, 92459, 70618, -3552, 0, 0, 3213, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22779, 92425, 70721, -3576, 0, 0, 3220, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22779, 83751, 66146, -3048, 0, 0, 26110, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22779, 83677, 66017, -3048, 0, 0, 13630, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22779, 78666, 69839, -3200, 0, 0, 26450, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22779, 78586, 69758, -3192, 0, 0, 26450, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22779, 81600, 69711, -3360, 0, 0, 7352, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22779, 81546, 69857, -3352, 0, 0, 7359, 60, 0, 0, 0),
--- Sel Mahum Recruit
-("Sel_Mahum_Training_Grounds", 1, 22782, 78526, 66469, -3208, 0, 0, 48696, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 78390, 66349, -3208, 0, 0, 49392, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 78397, 66594, -3208, 0, 0, 48096, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 78389, 66466, -3208, 0, 0, 48616, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 78677, 66593, -3208, 0, 0, 48896, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 78383, 66236, -3208, 0, 0, 49592, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 78802, 66238, -3208, 0, 0, 47744, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 78817, 66471, -3208, 0, 0, 47520, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 78669, 66245, -3208, 0, 0, 47720, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 78531, 66587, -3208, 0, 0, 47904, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 78670, 66475, -3208, 0, 0, 47176, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 78812, 66357, -3208, 0, 0, 49152, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 78821, 66593, -3208, 0, 0, 43232, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 78673, 66365, -3208, 0, 0, 49760, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 78527, 66356, -3208, 0, 0, 49048, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 78526, 66238, -3208, 0, 0, 50024, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 79431, 66599, -3208, 0, 0, 51992, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 79938, 66369, -3208, 0, 0, 48784, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 79936, 66234, -3208, 0, 0, 47296, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 79930, 66500, -3208, 0, 0, 47712, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 79651, 66243, -3208, 0, 0, 48320, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 79535, 66362, -3208, 0, 0, 49480, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 79533, 66234, -3208, 0, 0, 50000, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 79793, 66242, -3208, 0, 0, 48528, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 79656, 66378, -3208, 0, 0, 49472, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 79661, 66495, -3208, 0, 0, 49856, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 79427, 66223, -3208, 0, 0, 51296, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 79427, 66343, -3208, 0, 0, 48432, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 79545, 66617, -3208, 0, 0, 48984, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 79798, 66380, -3208, 0, 0, 48544, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 79676, 66624, -3208, 0, 0, 47920, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 79795, 66502, -3208, 0, 0, 48448, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 79803, 66625, -3208, 0, 0, 46000, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 79536, 66482, -3208, 0, 0, 49240, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 79423, 66466, -3208, 0, 0, 50936, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 79941, 66620, -3208, 0, 0, 47096, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 77413, 66569, -3208, 0, 0, 51968, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 77741, 66355, -3208, 0, 0, 39392, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 77579, 66466, -3208, 0, 0, 49784, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 77732, 66232, -3208, 0, 0, 46160, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 77576, 66227, -3208, 0, 0, 49344, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 77579, 66579, -3208, 0, 0, 46368, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 77736, 66475, -3208, 0, 0, 49048, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 77418, 66228, -3200, 0, 0, 49256, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 77419, 66335, -3200, 0, 0, 49408, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 77417, 66455, -3200, 0, 0, 49856, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 77739, 66583, -3208, 0, 0, 48024, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22782, 77575, 66350, -3208, 0, 0, 46664, 60, 0, 0, 0),
--- Sel Mahum Soldier
-("Sel_Mahum_Training_Grounds", 1, 22783, 78309, 67518, -3208, 0, 0, 49136, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 78425, 67509, -3208, 0, 0, 49048, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 78928, 67520, -3208, 0, 0, 50152, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 79207, 67524, -3208, 0, 0, 51096, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 79305, 67533, -3208, 0, 0, 48432, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 79062, 67518, -3208, 0, 0, 47784, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 78166, 67635, -3208, 0, 0, 48512, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 78168, 67748, -3208, 0, 0, 49416, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 78320, 67744, -3208, 0, 0, 48128, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 78430, 67619, -3208, 0, 0, 49496, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 78426, 67746, -3208, 0, 0, 49128, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 78313, 67629, -3208, 0, 0, 49104, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 79213, 67776, -3208, 0, 0, 48712, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 79065, 67651, -3208, 0, 0, 47144, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 79078, 67778, -3208, 0, 0, 46776, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 78923, 67656, -3208, 0, 0, 38400, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 78927, 67780, -3208, 0, 0, 49968, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 79201, 67651, -3208, 0, 0, 45832, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 79324, 67661, -3208, 0, 0, 48328, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 79313, 67777, -3208, 0, 0, 48240, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 78009, 67640, -3208, 0, 0, 49192, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 77881, 67743, -3208, 0, 0, 50136, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 78006, 67744, -3208, 0, 0, 48568, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 77885, 67647, -3208, 0, 0, 48992, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 78005, 67541, -3208, 0, 0, 49080, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 77879, 67549, -3208, 0, 0, 49432, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 77749, 67646, -3192, 0, 0, 57976, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 77759, 67544, -3192, 0, 0, 55544, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22783, 77753, 67759, -3200, 0, 0, 51056, 60, 0, 0, 0),
--- Sel Mahum Recruit
-("Sel_Mahum_Training_Grounds", 1, 22784, 82378, 68698, -3000, 0, 0, 32664, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82748, 68323, -3000, 0, 0, 31584, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82756, 68706, -3000, 0, 0, 34760, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82346, 68317, -3000, 0, 0, 32352, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82500, 68576, -3000, 0, 0, 34144, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82497, 68692, -3000, 0, 0, 33648, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82773, 67661, -3000, 0, 0, 33400, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82389, 68434, -3000, 0, 0, 32056, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82644, 67638, -3000, 0, 0, 32632, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82478, 68319, -3000, 0, 0, 31768, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82624, 68326, -3000, 0, 0, 27424, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82763, 68584, -3000, 0, 0, 32520, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82524, 67669, -3000, 0, 0, 36344, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82627, 68455, -3000, 0, 0, 30760, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82403, 67664, -2992, 0, 0, 35952, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82500, 68440, -3000, 0, 0, 30320, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82392, 68575, -3000, 0, 0, 32968, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82760, 68444, -3000, 0, 0, 31352, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82612, 68701, -3000, 0, 0, 38048, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82628, 68580, -3000, 0, 0, 35552, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82395, 66614, -3000, 0, 0, 33696, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82509, 67281, -3000, 0, 0, 32376, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82638, 67423, -3000, 0, 0, 31392, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82526, 66607, -3000, 0, 0, 31832, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82757, 67278, -3000, 0, 0, 30976, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82641, 67519, -3000, 0, 0, 33792, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82785, 66599, -3000, 0, 0, 36328, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82509, 67415, -3000, 0, 0, 34096, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82762, 67397, -3000, 0, 0, 32912, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82397, 67537, -3000, 0, 0, 34120, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82652, 66606, -3000, 0, 0, 33040, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82773, 67533, -3000, 0, 0, 30696, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82623, 67280, -3000, 0, 0, 28960, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82384, 67279, -3000, 0, 0, 31408, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82520, 67539, -3000, 0, 0, 32768, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82391, 67404, -2992, 0, 0, 34448, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82391, 66359, -3000, 0, 0, 30544, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82517, 66351, -3000, 0, 0, 32568, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82384, 66240, -3000, 0, 0, 32456, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82511, 66236, -3000, 0, 0, 32808, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82646, 66478, -3000, 0, 0, 33184, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82402, 66483, -2992, 0, 0, 30952, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82642, 66350, -3000, 0, 0, 31792, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82784, 66476, -3000, 0, 0, 33960, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82521, 66480, -3000, 0, 0, 35384, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82773, 66230, -3008, 0, 0, 29992, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82774, 66347, -3000, 0, 0, 31344, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22784, 82633, 66236, -3000, 0, 0, 28936, 60, 0, 0, 0),
--- Sel Mahum Soldier
-("Sel_Mahum_Training_Grounds", 1, 22785, 83707, 67833, -3000, 0, 0, 31760, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22785, 83802, 67832, -3000, 0, 0, 31560, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22785, 83811, 67972, -3000, 0, 0, 32832, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22785, 83930, 68110, -3000, 0, 0, 33696, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22785, 83925, 67829, -3000, 0, 0, 30568, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22785, 83822, 68103, -3000, 0, 0, 32080, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22785, 83721, 68100, -3000, 0, 0, 35360, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22785, 83713, 67969, -3000, 0, 0, 32896, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22785, 83926, 67969, -3000, 0, 0, 32176, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22785, 83751, 67149, -3008, 0, 0, 31768, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22785, 83875, 67030, -3008, 0, 0, 33584, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22785, 83873, 67141, -3008, 0, 0, 36672, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22785, 83866, 66918, -3008, 0, 0, 32128, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22785, 83734, 66804, -3008, 0, 0, 28752, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22785, 83863, 66799, -3008, 0, 0, 31984, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22785, 83735, 66916, -3008, 0, 0, 32272, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22785, 83742, 67038, -3008, 0, 0, 33536, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22785, 84026, 67833, -3008, 0, 0, 34064, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22785, 84047, 68105, -3000, 0, 0, 32776, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22785, 84037, 67976, -3000, 0, 0, 32584, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22785, 83996, 67033, -3008, 0, 0, 34512, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22785, 84120, 67036, -3008, 0, 0, 32240, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22785, 84105, 66836, -3008, 0, 0, 30872, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22785, 83987, 66789, -3008, 0, 0, 28448, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22785, 83996, 66914, -3008, 0, 0, 33392, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22785, 84004, 67150, -3008, 0, 0, 31784, 60, 0, 0, 0),
--- Sel Mahum Squad Leader
-("Sel_Mahum_Training_Grounds", 1, 22786, 84046, 65740, -3120, 0, 0, 8229, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 80084, 67949, -3288, 0, 0, 16859, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 81279, 68285, -3392, 0, 0, 21042, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 85863, 66460, -3352, 0, 0, 59546, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 78651, 69983, -3168, 0, 0, 24371, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 82768, 69448, -3144, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 89749, 67756, -3704, 0, 0, 25643, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 89789, 67185, -3704, 0, 0, 31225, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 91528, 67625, -3608, 0, 0, 19188, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 86061, 66544, -3408, 0, 0, 21667, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 93012, 70439, -3560, 0, 0, 4554, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 89250, 69962, -3400, 0, 0, 64101, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 89635, 70155, -3440, 0, 0, 13985, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 86672, 68161, -3064, 0, 0, 35302, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 86351, 66550, -3472, 0, 0, 34208, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 83944, 65726, -3104, 0, 0, 13404, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 85605, 66783, -3232, 0, 0, 9415, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 89271, 67302, -3704, 0, 0, 28483, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 81251, 68275, -3400, 0, 0, 23291, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22786, 80093, 67752, -3256, 0, 0, 28500, 60, 0, 0, 0),
--- Sel Mahum Squad Leader
-("Sel_Mahum_Training_Grounds", 1, 22787, 79417, 68985, -3304, 0, 0, 500, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 79726, 69172, -3352, 0, 0, 11736, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 84156, 66290, -3048, 0, 0, 9442, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 84239, 65922, -3128, 0, 0, 64566, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 84156, 66198, -3048, 0, 0, 17482, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 84654, 65922, -3168, 0, 0, 5520, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 84073, 65646, -3144, 0, 0, 29060, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 84405, 65876, -3144, 0, 0, 15, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 84571, 65922, -3168, 0, 0, 30104, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 81141, 67973, -3456, 0, 0, 10360, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 81178, 67656, -3376, 0, 0, 9413, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 80432, 69107, -3416, 0, 0, 42830, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 81265, 68352, -3400, 0, 0, 16224, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 83509, 65627, -3040, 0, 0, 4184, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 83887, 66465, -3008, 0, 0, 5350, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 83559, 66385, -3016, 0, 0, 31235, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 85772, 66389, -3320, 0, 0, 48544, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 85920, 66512, -3376, 0, 0, 8688, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 85843, 66384, -3344, 0, 0, 54002, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 85819, 66396, -3336, 0, 0, 62392, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 81582, 68573, -3304, 0, 0, 30625, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 79861, 68586, -3328, 0, 0, 43769, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 80170, 68111, -3336, 0, 0, 62598, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 78455, 69735, -3152, 0, 0, 9259, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 77725, 69531, -3088, 0, 0, 28654, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 78275, 68800, -3200, 0, 0, 60370, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 79632, 68829, -3312, 0, 0, 47992, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 78289, 69986, -3136, 0, 0, 9987, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 78289, 69895, -3136, 0, 0, 13600, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 78852, 69876, -3216, 0, 0, 64423, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 78588, 69970, -3152, 0, 0, 51689, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 78537, 69909, -3152, 0, 0, 31235, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 78710, 69959, -3168, 0, 0, 36830, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 82788, 69358, -3120, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 80717, 67350, -3368, 0, 0, 25526, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86378, 66433, -3472, 0, 0, 59513, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 87261, 66474, -3520, 0, 0, 7344, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 87513, 66821, -3360, 0, 0, 17818, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 87453, 66885, -3336, 0, 0, 22889, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86563, 67379, -3120, 0, 0, 63950, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 87051, 66628, -3520, 0, 0, 28108, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 89671, 67086, -3704, 0, 0, 54854, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 89719, 67041, -3704, 0, 0, 57190, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 89174, 67117, -3704, 0, 0, 35708, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 89821, 67214, -3704, 0, 0, 29949, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 89662, 67263, -3704, 0, 0, 40914, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 89214, 67705, -3704, 0, 0, 8677, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 89843, 67037, -3704, 0, 0, 45815, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 89222, 67320, -3704, 0, 0, 60999, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 91563, 67498, -3624, 0, 0, 37013, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 91398, 67156, -3664, 0, 0, 37481, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 91618, 67270, -3656, 0, 0, 32767, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 90016, 67730, -3704, 0, 0, 62994, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 89191, 67787, -3704, 0, 0, 27643, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 88567, 69381, -3264, 0, 0, 25408, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 88045, 69488, -3152, 0, 0, 34030, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 88174, 69599, -3176, 0, 0, 22319, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 88080, 68838, -3152, 0, 0, 47800, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 88230, 68842, -3176, 0, 0, 34982, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 91284, 67665, -3600, 0, 0, 16965, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 91671, 67618, -3616, 0, 0, 1218, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 91847, 67554, -3640, 0, 0, 4587, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 91948, 68011, -3592, 0, 0, 6472, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 91453, 67897, -3576, 0, 0, 45579, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 92058, 67783, -3632, 0, 0, 15359, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 91618, 68182, -3560, 0, 0, 29045, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 93762, 67254, -3536, 0, 0, 18526, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 93528, 67837, -3688, 0, 0, 51498, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 93262, 69324, -3600, 0, 0, 22020, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 93012, 69547, -3584, 0, 0, 34340, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 94262, 67094, -3368, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 96262, 68878, -3336, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 93955, 69707, -3696, 0, 0, 43492, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 92512, 70662, -3576, 0, 0, 33034, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 93416, 70041, -3608, 0, 0, 36039, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 90591, 70262, -3456, 0, 0, 13758, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 89749, 70268, -3440, 0, 0, 50934, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 89809, 70371, -3448, 0, 0, 2929, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 89420, 70347, -3440, 0, 0, 21184, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 89380, 70469, -3448, 0, 0, 20274, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 87167, 68617, -3064, 0, 0, 57954, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86727, 68104, -3064, 0, 0, 57368, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86397, 69016, -3064, 0, 0, 10440, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86897, 68982, -3064, 0, 0, 25976, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86287, 68332, -3064, 0, 0, 4866, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86837, 68161, -3064, 0, 0, 59472, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86782, 69073, -3064, 0, 0, 11639, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86396, 68792, -3064, 0, 0, 38873, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86177, 68959, -3064, 0, 0, 19105, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86948, 68618, -3064, 0, 0, 39062, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 84252, 65659, -3176, 0, 0, 37496, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 84001, 65870, -3096, 0, 0, 22303, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 85605, 66268, -3248, 0, 0, 61907, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 84019, 65619, -3128, 0, 0, 37643, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 83856, 65738, -3088, 0, 0, 31343, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 85789, 66680, -3320, 0, 0, 13426, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 85237, 66577, -3136, 0, 0, 45743, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86553, 67230, -3184, 0, 0, 31587, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86367, 66696, -3496, 0, 0, 37059, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86915, 66761, -3528, 0, 0, 16622, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86945, 66773, -3512, 0, 0, 4073, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 87186, 66827, -3376, 0, 0, 29893, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 86632, 67403, -3120, 0, 0, 356, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 87093, 66661, -3504, 0, 0, 58690, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 89450, 67093, -3704, 0, 0, 42650, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 89337, 67585, -3704, 0, 0, 17386, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 89211, 67649, -3704, 0, 0, 17774, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 89427, 67826, -3704, 0, 0, 9082, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 89689, 67636, -3704, 0, 0, 16760, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 89193, 67068, -3704, 0, 0, 61827, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 89074, 67756, -3704, 0, 0, 16754, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 90025, 67756, -3704, 0, 0, 15907, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 83702, 66072, -3040, 0, 0, 37438, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 83482, 66147, -3024, 0, 0, 20233, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 83685, 66345, -3016, 0, 0, 29612, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 83730, 66180, -3040, 0, 0, 56313, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 83593, 65988, -3048, 0, 0, 37542, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 83600, 65988, -3048, 0, 0, 29996, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 80952, 67109, -3344, 0, 0, 5090, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 80840, 67037, -3336, 0, 0, 17257, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 80104, 68176, -3328, 0, 0, 61880, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 80269, 68377, -3376, 0, 0, 59679, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 80159, 68453, -3352, 0, 0, 12861, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 81054, 67878, -3440, 0, 0, 11952, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 81189, 67919, -3416, 0, 0, 13423, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 78117, 69375, -3168, 0, 0, 44548, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 79774, 69021, -3352, 0, 0, 35926, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 78079, 69368, -3160, 0, 0, 31019, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 78078, 69681, -3096, 0, 0, 9085, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 78144, 69403, -3168, 0, 0, 61610, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 79174, 69156, -3312, 0, 0, 27271, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 80161, 69011, -3392, 0, 0, 56110, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 81641, 68686, -3288, 0, 0, 59205, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 78036, 69614, -3104, 0, 0, 6060, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 93326, 67745, -3688, 0, 0, 20014, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 94317, 67186, -3376, 0, 0, 43365, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 94391, 67069, -3336, 0, 0, 63540, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 93351, 67764, -3688, 0, 0, 52409, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 93533, 69067, -3624, 0, 0, 7450, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 92478, 69765, -3536, 0, 0, 32032, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22787, 96431, 69129, -3352, 0, 0, 9313, 60, 0, 0, 0),
--- Sel Mahum Squad Leader
-("Sel_Mahum_Training_Grounds", 1, 22788, 80861, 67958, -3480, 0, 0, 60271, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 83394, 65732, -3008, 0, 0, 33006, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 78395, 70096, -3144, 0, 0, 65298, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 80935, 67122, -3344, 0, 0, 6967, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 87757, 66235, -3680, 0, 0, 55374, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 87224, 66853, -3368, 0, 0, 25754, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 89697, 67028, -3704, 0, 0, 28276, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 89216, 67062, -3704, 0, 0, 51319, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 91535, 67235, -3656, 0, 0, 36474, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 93247, 68056, -3664, 0, 0, 27861, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 90373, 69672, -3456, 0, 0, 45282, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 88706, 69694, -3304, 0, 0, 59792, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 86905, 68854, -3064, 0, 0, 25594, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 87608, 66204, -3664, 0, 0, 39899, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 87021, 66520, -3576, 0, 0, 24501, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 89618, 67743, -3704, 0, 0, 13919, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 89124, 67632, -3704, 0, 0, 27626, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 83538, 66005, -3040, 0, 0, 22095, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 80890, 66981, -3336, 0, 0, 50979, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 80997, 67890, -3456, 0, 0, 7516, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 82818, 69428, -3128, 0, 0, 0, 60, 0, 0, 0),
-("Sel_Mahum_Training_Grounds", 1, 22788, 93517, 68027, -3672, 0, 0, 60442, 60, 0, 0, 0),
-- Divine Emissary
("TEMP Divine Emissary", 1, 27323, 96199, 76801, -3574, 0, 0, 275, 60, 0, 0, 0),
("TEMP Divine Emissary", 1, 27323, 96199, 76601, -3574, 0, 0, 275, 60, 0, 0, 0),
Index: dist/sql/game/updates/20131030update.sql
===================================================================
--- dist/sql/game/updates/20131030update.sql (revision 0)
+++ dist/sql/game/updates/20131030update.sql (working copy)
@@ -0,0 +1,61 @@
+DELETE FROM `spawnlist` WHERE `location`='Sel_Mahum_Training_Grounds';
+
+DELETE FROM `npcskills` WHERE `npcid`=18908 AND `skillid`=6330;
+DELETE FROM `npcskills` WHERE `npcid`=18927 AND `skillid` IN (6331,6332);
+
+INSERT INTO `minions` VALUES(18908,22779,2,2);
+
+INSERT INTO `herb_droplist_groups` VALUES
+-- Sel Mahum training grounds - chief group
+(4,13028,1,1,0,3299), -- Vitality Replenishing Herb
+(4,8600,1,1,1,231000), -- Herb of Life
+(4,8601,1,1,1,159600), -- Greater Herb of Life
+(4,8602,1,1,1,29400), -- Superior Herb of Life
+(4,8603,1,1,2,44000), -- Herb of Mana
+(4,8604,1,1,2,57200), -- Greater Herb of Mana
+(4,8605,1,1,2,8800), -- Superior Herb of Mana
+(4,8612,1,1,3,3300), -- Herb of the Warrior
+(4,8613,1,1,3,3300), -- Herb of the Mystic
+(4,8614,1,1,3,3400), -- Herb of Recovery
+(4,8606,1,1,4,50000), -- Herb of Power
+(4,8608,1,1,4,50000), -- Herb of Atk. Spd.
+(4,8610,1,1,4,50000), -- Herb of Critical Attack - Probability
+(4,10655,1,1,4,50000), -- Herb of Vampiric Rage
+(4,10656,1,1,4,50000), -- Herb of Critical Attack - Power
+(4,8607,1,1,5,50000), -- Herb of Magic
+(4,8609,1,1,5,50000), -- Herb of Casting Spd.
+(4,8611,1,1,6,103400), -- Herb of Speed
+(4,10657,1,1,6,3299), -- Herb of Doubt
+-- Sel Mahum training grounds - soldier group
+(5,8600,1,1,1,275000), -- Herb of Life
+(5,8601,1,1,1,190000), -- Greater Herb of Life
+(5,8602,1,1,1,35000), -- Superior Herb of Life
+-- Sel Mahum training grounds - squad leader group
+(6,13028,1,1,0,3300), -- Vitality Replenishing Herb
+(6,8600,1,1,1,231000), -- Herb of Life
+(6,8601,1,1,1,159600), -- Greater Herb of Life
+(6,8602,1,1,1,29400), -- Superior Herb of Life
+(6,8603,1,1,2,44000), -- Herb of Mana
+(6,8604,1,1,2,57200), -- Greater Herb of Mana
+(6,8605,1,1,2,8800), -- Superior Herb of Mana
+(6,8606,1,1,3,50000), -- Herb of Power
+(6,8608,1,1,3,50000), -- Herb of Atk. Spd.
+(6,8610,1,1,3,50000), -- Herb of Critical Attack - Probability
+(6,10655,1,1,3,50000), -- Herb of Vampiric Rage
+(6,10656,1,1,3,50000), -- Herb of Critical Attack - Power
+(6,8607,1,1,4,50000), -- Herb of Magic
+(6,8609,1,1,4,50000), -- Herb of Casting Spd.
+(6,8612,1,1,5,3300), -- Herb of the Warrior
+(6,8613,1,1,5,3300), -- Herb of the Mystic
+(6,8614,1,1,5,3400), -- Herb of Recovery
+(6,8611,1,1,6,103400), -- Herb of Speed
+(6,10657,1,1,6,3300), -- Herb of Doubt
+(6,10655,1,1,7,450000); -- Herb of Vampiric Rage
+
+UPDATE `npcaidata` SET `clan`='sel_mahum_drill' WHERE `npcId` IN (22775,22776,22778,22780,22782,22783,22784,22785);
+UPDATE `npcaidata` SET `clan`='xel_private_clan' WHERE `npcId`=18933;
+UPDATE `npcaidata` SET `canMove`='0' WHERE `npcId` IN (18927,18933);
+UPDATE `npc` SET `dropHerbGroup`=4 WHERE `id` IN (22775,22776,22778,22779);
+UPDATE `npc` SET `dropHerbGroup`=5 WHERE `id` IN (22780,22782,22783,22784,22785);
+UPDATE `npc` SET `dropHerbGroup`=6 WHERE `id` IN (22786,22787,22788);
+
\ No newline at end of file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment