diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/ai/group/BloodySwampland.java b/L2J_Mobius_Underground/dist/game/data/scripts/ai/areas/BloodySwampland/BloodySwampland.java similarity index 97% rename from L2J_Mobius_Underground/dist/game/data/scripts/ai/group/BloodySwampland.java rename to L2J_Mobius_Underground/dist/game/data/scripts/ai/areas/BloodySwampland/BloodySwampland.java index fe0c9c269a..7ffa1652d3 100644 --- a/L2J_Mobius_Underground/dist/game/data/scripts/ai/group/BloodySwampland.java +++ b/L2J_Mobius_Underground/dist/game/data/scripts/ai/areas/BloodySwampland/BloodySwampland.java @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -package ai.group; +package ai.areas.BloodySwampland; import com.l2jmobius.gameserver.model.actor.L2Npc; import com.l2jmobius.gameserver.model.actor.instance.L2PcInstance; diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/ai/group/CrumaTower.java b/L2J_Mobius_Underground/dist/game/data/scripts/ai/areas/CrumaTower/CrumaTower.java similarity index 98% rename from L2J_Mobius_Underground/dist/game/data/scripts/ai/group/CrumaTower.java rename to L2J_Mobius_Underground/dist/game/data/scripts/ai/areas/CrumaTower/CrumaTower.java index 5f1f1f36b0..f24f9e3938 100644 --- a/L2J_Mobius_Underground/dist/game/data/scripts/ai/group/CrumaTower.java +++ b/L2J_Mobius_Underground/dist/game/data/scripts/ai/areas/CrumaTower/CrumaTower.java @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -package ai.group; +package ai.areas.CrumaTower; import com.l2jmobius.gameserver.enums.ChatType; import com.l2jmobius.gameserver.model.StatsSet; diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/ai/group/FrozenLabyrinth.java b/L2J_Mobius_Underground/dist/game/data/scripts/ai/areas/FrozenLabyrinth/FrozenLabyrinth.java similarity index 98% rename from L2J_Mobius_Underground/dist/game/data/scripts/ai/group/FrozenLabyrinth.java rename to L2J_Mobius_Underground/dist/game/data/scripts/ai/areas/FrozenLabyrinth/FrozenLabyrinth.java index c7e54f9c52..37fc654ef1 100644 --- a/L2J_Mobius_Underground/dist/game/data/scripts/ai/group/FrozenLabyrinth.java +++ b/L2J_Mobius_Underground/dist/game/data/scripts/ai/areas/FrozenLabyrinth/FrozenLabyrinth.java @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -package ai.group; +package ai.areas.FrozenLabyrinth; import com.l2jmobius.gameserver.model.actor.L2Npc; import com.l2jmobius.gameserver.model.actor.instance.L2PcInstance; diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/ai/group/GiantsCave.java b/L2J_Mobius_Underground/dist/game/data/scripts/ai/areas/GiantsCave/GiantsCave.java similarity index 99% rename from L2J_Mobius_Underground/dist/game/data/scripts/ai/group/GiantsCave.java rename to L2J_Mobius_Underground/dist/game/data/scripts/ai/areas/GiantsCave/GiantsCave.java index d4854cb0e3..579800a65c 100644 --- a/L2J_Mobius_Underground/dist/game/data/scripts/ai/group/GiantsCave.java +++ b/L2J_Mobius_Underground/dist/game/data/scripts/ai/areas/GiantsCave/GiantsCave.java @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -package ai.group; +package ai.areas.GiantsCave; import com.l2jmobius.gameserver.enums.ChatType; import com.l2jmobius.gameserver.model.L2World; diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/ai/group/HotSprings.java b/L2J_Mobius_Underground/dist/game/data/scripts/ai/areas/HotSprings/HotSprings.java similarity index 99% rename from L2J_Mobius_Underground/dist/game/data/scripts/ai/group/HotSprings.java rename to L2J_Mobius_Underground/dist/game/data/scripts/ai/areas/HotSprings/HotSprings.java index 9d9a6fc0fc..a3882b7c1c 100644 --- a/L2J_Mobius_Underground/dist/game/data/scripts/ai/group/HotSprings.java +++ b/L2J_Mobius_Underground/dist/game/data/scripts/ai/areas/HotSprings/HotSprings.java @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -package ai.group; +package ai.areas.HotSprings; import com.l2jmobius.gameserver.data.xml.impl.SkillData; import com.l2jmobius.gameserver.model.actor.L2Character; diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/ai/group/IsleOfPrayer.java b/L2J_Mobius_Underground/dist/game/data/scripts/ai/areas/IsleOfPrayer/IsleOfPrayer.java similarity index 99% rename from L2J_Mobius_Underground/dist/game/data/scripts/ai/group/IsleOfPrayer.java rename to L2J_Mobius_Underground/dist/game/data/scripts/ai/areas/IsleOfPrayer/IsleOfPrayer.java index b5b1955ed6..9c85d162eb 100644 --- a/L2J_Mobius_Underground/dist/game/data/scripts/ai/group/IsleOfPrayer.java +++ b/L2J_Mobius_Underground/dist/game/data/scripts/ai/areas/IsleOfPrayer/IsleOfPrayer.java @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -package ai.group; +package ai.areas.IsleOfPrayer; import java.util.HashMap; import java.util.Map; diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/ai/group/OrcBarracks.java b/L2J_Mobius_Underground/dist/game/data/scripts/ai/areas/OrcBarracks/OrcBarracks.java similarity index 98% rename from L2J_Mobius_Underground/dist/game/data/scripts/ai/group/OrcBarracks.java rename to L2J_Mobius_Underground/dist/game/data/scripts/ai/areas/OrcBarracks/OrcBarracks.java index 5ee321d20a..82e9feefb4 100644 --- a/L2J_Mobius_Underground/dist/game/data/scripts/ai/group/OrcBarracks.java +++ b/L2J_Mobius_Underground/dist/game/data/scripts/ai/areas/OrcBarracks/OrcBarracks.java @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -package ai.group; +package ai.areas.OrcBarracks; import com.l2jmobius.gameserver.enums.Race; import com.l2jmobius.gameserver.model.actor.L2Npc; diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/ai/group/PavelArchaic.java b/L2J_Mobius_Underground/dist/game/data/scripts/ai/areas/PavelArchaic/PavelArchaic.java similarity index 98% rename from L2J_Mobius_Underground/dist/game/data/scripts/ai/group/PavelArchaic.java rename to L2J_Mobius_Underground/dist/game/data/scripts/ai/areas/PavelArchaic/PavelArchaic.java index e9fba9c570..b9f7263e7d 100644 --- a/L2J_Mobius_Underground/dist/game/data/scripts/ai/group/PavelArchaic.java +++ b/L2J_Mobius_Underground/dist/game/data/scripts/ai/areas/PavelArchaic/PavelArchaic.java @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -package ai.group; +package ai.areas.PavelArchaic; import com.l2jmobius.gameserver.model.actor.L2Npc; import com.l2jmobius.gameserver.model.actor.instance.L2PcInstance; diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/ai/group/PlainsOfDion.java b/L2J_Mobius_Underground/dist/game/data/scripts/ai/areas/PlainsOfDion/PlainsOfDion.java similarity index 98% rename from L2J_Mobius_Underground/dist/game/data/scripts/ai/group/PlainsOfDion.java rename to L2J_Mobius_Underground/dist/game/data/scripts/ai/areas/PlainsOfDion/PlainsOfDion.java index fb7e7d1165..21b747734a 100644 --- a/L2J_Mobius_Underground/dist/game/data/scripts/ai/group/PlainsOfDion.java +++ b/L2J_Mobius_Underground/dist/game/data/scripts/ai/areas/PlainsOfDion/PlainsOfDion.java @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -package ai.group; +package ai.areas.PlainsOfDion; import com.l2jmobius.commons.util.CommonUtil; import com.l2jmobius.gameserver.GeoData; diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/ai/group/PlainsOfLizardman.java b/L2J_Mobius_Underground/dist/game/data/scripts/ai/areas/PlainsOfLizardman/PlainsOfLizardman.java similarity index 99% rename from L2J_Mobius_Underground/dist/game/data/scripts/ai/group/PlainsOfLizardman.java rename to L2J_Mobius_Underground/dist/game/data/scripts/ai/areas/PlainsOfLizardman/PlainsOfLizardman.java index 7fbddd4f32..429e6ffd88 100644 --- a/L2J_Mobius_Underground/dist/game/data/scripts/ai/group/PlainsOfLizardman.java +++ b/L2J_Mobius_Underground/dist/game/data/scripts/ai/areas/PlainsOfLizardman/PlainsOfLizardman.java @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -package ai.group; +package ai.areas.PlainsOfLizardman; import com.l2jmobius.gameserver.ai.CtrlIntention; import com.l2jmobius.gameserver.model.L2World; diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/ai/group/PrimevalIsle.java b/L2J_Mobius_Underground/dist/game/data/scripts/ai/areas/PrimevalIsle/PrimevalIsle.java similarity index 99% rename from L2J_Mobius_Underground/dist/game/data/scripts/ai/group/PrimevalIsle.java rename to L2J_Mobius_Underground/dist/game/data/scripts/ai/areas/PrimevalIsle/PrimevalIsle.java index 54ade2946f..154925d850 100644 --- a/L2J_Mobius_Underground/dist/game/data/scripts/ai/group/PrimevalIsle.java +++ b/L2J_Mobius_Underground/dist/game/data/scripts/ai/areas/PrimevalIsle/PrimevalIsle.java @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -package ai.group; +package ai.areas.PrimevalIsle; import com.l2jmobius.commons.util.CommonUtil; import com.l2jmobius.gameserver.GeoData; diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/ai/group/SeedOfAnnihilation.java b/L2J_Mobius_Underground/dist/game/data/scripts/ai/areas/SeedOfAnnihilation/SeedOfAnnihilation.java similarity index 99% rename from L2J_Mobius_Underground/dist/game/data/scripts/ai/group/SeedOfAnnihilation.java rename to L2J_Mobius_Underground/dist/game/data/scripts/ai/areas/SeedOfAnnihilation/SeedOfAnnihilation.java index c8465fc6e5..fd8609e232 100644 --- a/L2J_Mobius_Underground/dist/game/data/scripts/ai/group/SeedOfAnnihilation.java +++ b/L2J_Mobius_Underground/dist/game/data/scripts/ai/areas/SeedOfAnnihilation/SeedOfAnnihilation.java @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -package ai.group; +package ai.areas.SeedOfAnnihilation; import java.util.Calendar; import java.util.HashMap; diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/ai/group/SilentValley.java b/L2J_Mobius_Underground/dist/game/data/scripts/ai/areas/SilentValley/SilentValley.java similarity index 99% rename from L2J_Mobius_Underground/dist/game/data/scripts/ai/group/SilentValley.java rename to L2J_Mobius_Underground/dist/game/data/scripts/ai/areas/SilentValley/SilentValley.java index 89c56e869d..672fdf09ef 100644 --- a/L2J_Mobius_Underground/dist/game/data/scripts/ai/group/SilentValley.java +++ b/L2J_Mobius_Underground/dist/game/data/scripts/ai/areas/SilentValley/SilentValley.java @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -package ai.group; +package ai.areas.SilentValley; import com.l2jmobius.gameserver.enums.ChatType; import com.l2jmobius.gameserver.model.L2Object; diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/ai/group/AltarOfEvil.java b/L2J_Mobius_Underground/dist/game/data/scripts/ai/others/AltarOfEvil.java similarity index 99% rename from L2J_Mobius_Underground/dist/game/data/scripts/ai/group/AltarOfEvil.java rename to L2J_Mobius_Underground/dist/game/data/scripts/ai/others/AltarOfEvil.java index 0328ddd551..4f876ed1e1 100644 --- a/L2J_Mobius_Underground/dist/game/data/scripts/ai/group/AltarOfEvil.java +++ b/L2J_Mobius_Underground/dist/game/data/scripts/ai/others/AltarOfEvil.java @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -package ai.group; +package ai.others; import com.l2jmobius.gameserver.model.actor.L2Attackable; import com.l2jmobius.gameserver.model.actor.L2Npc; diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/ai/group/AreaSkillNpc.java b/L2J_Mobius_Underground/dist/game/data/scripts/ai/others/AreaSkillNpc.java similarity index 99% rename from L2J_Mobius_Underground/dist/game/data/scripts/ai/group/AreaSkillNpc.java rename to L2J_Mobius_Underground/dist/game/data/scripts/ai/others/AreaSkillNpc.java index cc5f4f48dc..c4011fc39b 100644 --- a/L2J_Mobius_Underground/dist/game/data/scripts/ai/group/AreaSkillNpc.java +++ b/L2J_Mobius_Underground/dist/game/data/scripts/ai/others/AreaSkillNpc.java @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -package ai.group; +package ai.others; import com.l2jmobius.commons.util.CommonUtil; import com.l2jmobius.gameserver.model.StatsSet;