From 71ff92c12b0dbb8d720026297ee69c302697d300 Mon Sep 17 00:00:00 2001 From: HorridoJoho <HorridoJoho@users.noreply.github.com> Date: Fri, 1 Jul 2016 22:51:23 +0200 Subject: [PATCH] Bug: Wrong collision height and radius on Kadomas and Flame Box npcs. This commit fixes collision height and radius for the Kadomas and Flame Box npcs. Reported By: @u3games Patch By: @u3games Reviewed By: @Sacrafice, @LasTravel Tested By: @u3games, @Sacrifice --- dist/game/data/stats/npcs/00100-00199.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/game/data/stats/npcs/00100-00199.xml b/dist/game/data/stats/npcs/00100-00199.xml index aed071f847..6c225471fe 100644 --- a/dist/game/data/stats/npcs/00100-00199.xml +++ b/dist/game/data/stats/npcs/00100-00199.xml @@ -1013,8 +1013,8 @@ </skillList> <exCrtEffect>true</exCrtEffect> <collision> - <radius normal="0.1" /> - <height normal="0.1" /> + <radius normal="24.5" /> + <height normal="14" /> </collision> </npc> <npc id="127" level="80" type="L2Npc" name="Kotatz"> @@ -1087,8 +1087,8 @@ <exCrtEffect>true</exCrtEffect> <ai aggroRange="1000" clanHelpRange="300" /> <collision> - <radius normal="0.01" /> - <height normal="0.01" /> + <radius normal="11" /> + <height normal="14" /> </collision> </npc> <npc id="129" level="70" type="L2Npc" name="White-Bearded Santa" title="Merry Christmas~"> -- GitLab