Skip to content
Snippets Groups Projects
Commit 71ff92c1 authored by HorridoJoho's avatar HorridoJoho
Browse files

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
parent a3c293d4
No related branches found
No related tags found
No related merge requests found
...@@ -1013,8 +1013,8 @@ ...@@ -1013,8 +1013,8 @@
</skillList> </skillList>
<exCrtEffect>true</exCrtEffect> <exCrtEffect>true</exCrtEffect>
<collision> <collision>
<radius normal="0.1" /> <radius normal="24.5" />
<height normal="0.1" /> <height normal="14" />
</collision> </collision>
</npc> </npc>
<npc id="127" level="80" type="L2Npc" name="Kotatz"> <npc id="127" level="80" type="L2Npc" name="Kotatz">
...@@ -1087,8 +1087,8 @@ ...@@ -1087,8 +1087,8 @@
<exCrtEffect>true</exCrtEffect> <exCrtEffect>true</exCrtEffect>
<ai aggroRange="1000" clanHelpRange="300" /> <ai aggroRange="1000" clanHelpRange="300" />
<collision> <collision>
<radius normal="0.01" /> <radius normal="11" />
<height normal="0.01" /> <height normal="14" />
</collision> </collision>
</npc> </npc>
<npc id="129" level="70" type="L2Npc" name="White-Bearded Santa" title="Merry Christmas~"> <npc id="129" level="70" type="L2Npc" name="White-Bearded Santa" title="Merry Christmas~">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment