Skip to content
Snippets Groups Projects
Commit 21e5fcb1 authored by St3eT's avatar St3eT
Browse files

BETA: Fixing radius/height for custom NPCs.

* Patch by: Konstantinos
* Reviewed by: Nos
parent 955e1a7f
No related branches found
No related tags found
No related merge requests found
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/npcs.xsd"> <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"> <npc id="50007" displayId="31324" name="Andromeda" usingServerSideName="true" title="L2J Wedding Manager" usingServerSideTitle="true" type="L2WeddingManager">
<collision> <collision>
<radius normal="23" /> <radius normal="8" />
<height normal="8" /> <height normal="23" />
</collision> </collision>
</npc> </npc>
<npc id="70010" displayId="31606" name="Catrina" usingServerSideName="true" title="L2J TvT Event Manager" usingServerSideTitle="true" type="L2TvTEventNpc"> <npc id="70010" displayId="31606" name="Catrina" usingServerSideName="true" title="L2J TvT Event Manager" usingServerSideTitle="true" type="L2TvTEventNpc">
<collision> <collision>
<radius normal="15" /> <radius normal="8" />
<height normal="8" /> <height normal="15" />
</collision> </collision>
</npc> </npc>
<npc id="900100" displayId="20432" level="1" name="Elpy" type="L2EventMonster"> <npc id="900100" displayId="20432" level="1" name="Elpy" type="L2EventMonster">
...@@ -54,8 +54,8 @@ ...@@ -54,8 +54,8 @@
</npc> </npc>
<npc id="1000003" displayId="32226" name="Shiela" usingServerSideName="true" title="L2J NPC Buffer" usingServerSideTitle="true" type="L2NpcBuffer"> <npc id="1000003" displayId="32226" name="Shiela" usingServerSideName="true" title="L2J NPC Buffer" usingServerSideTitle="true" type="L2NpcBuffer">
<collision> <collision>
<radius normal="22.25" /> <radius normal="11" />
<height normal="11" /> <height normal="22.25" />
</collision> </collision>
</npc> </npc>
</list> </list>
\ No newline at end of file
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