Title says it all..
How do I remove all the NPCs from the FM and keep the default?
Is it in the databases? Or in the scripts?
Title says it all..
How do I remove all the NPCs from the FM and keep the default?
Is it in the databases? Or in the scripts?
The XML? 910000000
\wz\Map.wz\Map\Map9\910000000.xml
Find life by ctrl + F
delete anything that looks like this
PHP Code:<imgdir name="0">
<string name="type" value="n" />
<string name="id" value="9030000" />
<int name="x" value="83" />
<int name="y" value="-179" />
<int name="mobTime" value="0" />
<int name="f" value="0" />
<int name="hide" value="0" />
<int name="fh" value="31" />
<int name="cy" value="-176" />
<int name="rx0" value="33" />
<int name="rx1" value="133" />
</imgdir>
Thankyou, XML files worked.