From c126283cebde8cac98d44c3570f53cb821d8b5a8 Mon Sep 17 00:00:00 2001 From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com> Date: Tue, 30 Jun 2020 01:09:34 +0000 Subject: [PATCH] Removed custom poly system. --- .../dist/game/config/AdminCommands.xml | 12 - .../game/data/html/admin/effects_menu.htm | 8 +- .../data/html/admin/help/effects_menu.htm | 4 - .../game/data/html/admin/help/gmcommands2.htm | 5 - .../handler/AdminCommandHandler.java | 2 - .../admincommandhandlers/AdminEffects.java | 35 -- .../AdminEventEngine.java | 77 --- .../admincommandhandlers/AdminPolymorph.java | 135 ------ .../gameserver/model/WorldObject.java | 11 - .../gameserver/model/actor/Creature.java | 2 +- .../actor/knownlist/PlayerKnownList.java | 188 ++++---- .../model/actor/poly/ObjectPoly.java | 67 --- .../clientpackets/RequestRecordInfo.java | 144 +++--- .../network/serverpackets/CharInfo.java | 370 ++++++-------- .../network/serverpackets/NpcInfo.java | 3 - .../network/serverpackets/NpcInfoPoly.java | 175 ------- .../network/serverpackets/SpawnItemPoly.java | 76 --- .../network/serverpackets/UserInfo.java | 10 - .../dist/game/config/AdminCommands.xml | 12 - .../game/data/html/admin/effects_menu.htm | 8 +- .../data/html/admin/help/effects_menu.htm | 4 - .../game/data/html/admin/help/gmcommands2.htm | 5 - .../handler/AdminCommandHandler.java | 2 - .../admincommandhandlers/AdminEffects.java | 35 -- .../AdminEventEngine.java | 77 --- .../admincommandhandlers/AdminPolymorph.java | 135 ------ .../gameserver/model/WorldObject.java | 11 - .../gameserver/model/actor/Creature.java | 2 +- .../actor/knownlist/PlayerKnownList.java | 188 ++++---- .../model/actor/poly/ObjectPoly.java | 67 --- .../clientpackets/RequestRecordInfo.java | 144 +++--- .../network/serverpackets/CharInfo.java | 450 +++++++----------- .../network/serverpackets/NpcInfo.java | 3 - .../network/serverpackets/NpcInfoPoly.java | 175 ------- .../network/serverpackets/SpawnItemPoly.java | 76 --- .../network/serverpackets/UserInfo.java | 10 - 36 files changed, 628 insertions(+), 2100 deletions(-) delete mode 100644 L2J_Mobius_C4_ScionsOfDestiny/java/org/l2jmobius/gameserver/handler/admincommandhandlers/AdminPolymorph.java delete mode 100644 L2J_Mobius_C4_ScionsOfDestiny/java/org/l2jmobius/gameserver/model/actor/poly/ObjectPoly.java delete mode 100644 L2J_Mobius_C4_ScionsOfDestiny/java/org/l2jmobius/gameserver/network/serverpackets/NpcInfoPoly.java delete mode 100644 L2J_Mobius_C4_ScionsOfDestiny/java/org/l2jmobius/gameserver/network/serverpackets/SpawnItemPoly.java delete mode 100644 L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/handler/admincommandhandlers/AdminPolymorph.java delete mode 100644 L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/model/actor/poly/ObjectPoly.java delete mode 100644 L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/NpcInfoPoly.java delete mode 100644 L2J_Mobius_C6_Interlude/java/org/l2jmobius/gameserver/network/serverpackets/SpawnItemPoly.java diff --git a/L2J_Mobius_C4_ScionsOfDestiny/dist/game/config/AdminCommands.xml b/L2J_Mobius_C4_ScionsOfDestiny/dist/game/config/AdminCommands.xml index 4fffdc4f43..20531b905f 100644 --- a/L2J_Mobius_C4_ScionsOfDestiny/dist/game/config/AdminCommands.xml +++ b/L2J_Mobius_C4_ScionsOfDestiny/dist/game/config/AdminCommands.xml @@ -217,10 +217,6 @@ - - - - @@ -274,8 +270,6 @@ - - @@ -427,12 +421,6 @@ - - - - - - diff --git a/L2J_Mobius_C4_ScionsOfDestiny/dist/game/data/html/admin/effects_menu.htm b/L2J_Mobius_C4_ScionsOfDestiny/dist/game/data/html/admin/effects_menu.htm index 36b2da763e..1ad6a97720 100644 --- a/L2J_Mobius_C4_ScionsOfDestiny/dist/game/data/html/admin/effects_menu.htm +++ b/L2J_Mobius_C4_ScionsOfDestiny/dist/game/data/html/admin/effects_menu.htm @@ -11,12 +11,8 @@