Page 1 of 1

that`s wrong?

Posted: Wed Mar 05, 2014 4:10 pm
by loss25
http://postimg.org/image/85epkf0nl/full/ here is my npc, but no name and title....
\game\data\stats\npcs\custom\custom.xml

<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/npcs.xsd">
<npc id="555" displayId="32226" name="Gm Shop" usingServerSideName="true" title="TEON Server" usingServerSideTitle="true" type="L2Merchant">
<collision>
<radius normal="11" />
<height normal="8" />
</collision>
</npc>

<list>
the same i inserted in my database but this npc dont have name and title why...?

Re: that`s wrong?

Posted: Wed Mar 05, 2014 7:00 pm
by NosBit
It seems you are using STABLE branch as i see from screenshot DP Changeset 9641 the npcs are not loaded from XMLs on STABLE so you have to upgrade to BETA or add them in DB properly.