From 21e5fcb1ce6e73d4261dda3d6c322e3091cac6c7 Mon Sep 17 00:00:00 2001 From: St3eT <St3eT@users.noreply.github.com> Date: Fri, 14 Mar 2014 15:27:12 +0000 Subject: [PATCH] BETA: Fixing radius/height for custom NPCs. * Patch by: Konstantinos * Reviewed by: Nos --- .../dist/game/data/stats/npcs/custom/custom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/L2J_DataPack_BETA/dist/game/data/stats/npcs/custom/custom.xml b/L2J_DataPack_BETA/dist/game/data/stats/npcs/custom/custom.xml index 6d1d59cba0..0c63711005 100644 --- a/L2J_DataPack_BETA/dist/game/data/stats/npcs/custom/custom.xml +++ b/L2J_DataPack_BETA/dist/game/data/stats/npcs/custom/custom.xml @@ -2,14 +2,14 @@ <list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/npcs.xsd"> <npc id="50007" displayId="31324" name="Andromeda" usingServerSideName="true" title="L2J Wedding Manager" usingServerSideTitle="true" type="L2WeddingManager"> <collision> - <radius normal="23" /> - <height normal="8" /> + <radius normal="8" /> + <height normal="23" /> </collision> </npc> <npc id="70010" displayId="31606" name="Catrina" usingServerSideName="true" title="L2J TvT Event Manager" usingServerSideTitle="true" type="L2TvTEventNpc"> <collision> - <radius normal="15" /> - <height normal="8" /> + <radius normal="8" /> + <height normal="15" /> </collision> </npc> <npc id="900100" displayId="20432" level="1" name="Elpy" type="L2EventMonster"> @@ -54,8 +54,8 @@ </npc> <npc id="1000003" displayId="32226" name="Shiela" usingServerSideName="true" title="L2J NPC Buffer" usingServerSideTitle="true" type="L2NpcBuffer"> <collision> - <radius normal="22.25" /> - <height normal="11" /> + <radius normal="11" /> + <height normal="22.25" /> </collision> </npc> </list> \ No newline at end of file -- GitLab