Skip to content

Instantly share code, notes, and snippets.

@kostantinos
Last active August 29, 2015 13:57
Show Gist options
  • Save kostantinos/9549478 to your computer and use it in GitHub Desktop.
Save kostantinos/9549478 to your computer and use it in GitHub Desktop.
custom.xml fix
### Eclipse Workspace Patch 1.0
#P L2J_DataPack_BETA
Index: dist/game/data/stats/npcs/custom/custom.xml
===================================================================
--- dist/game/data/stats/npcs/custom/custom.xml (revision 10247)
+++ dist/game/data/stats/npcs/custom/custom.xml (working copy)
@@ -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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment