Eu gerei o spawn de um NPC usando Spawn Cron, mas se eu reiniciar o NPC ele simplesmente desaparece. Existe alguma possibilidade de fazê-lo permanecer lá no spawn mesmo depois de reiniciar?
Eu gerei o spawn de um NPC usando Spawn Cron, mas se eu reiniciar o NPC ele simplesmente desaparece. Existe alguma possibilidade de fazê-lo permanecer lá no spawn mesmo depois de reiniciar?
The specificity of our server is that we have all the data on the location of the NPC are in XML format.
1. Location data: gameserver\data\spawn
2. You need to create a file for example 96_96.xml with the following contents. In fact, we created an empty file with no spawn.
Code:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE list SYSTEM "spawn.dtd">
<list>
</list>
3. Now go to generate the location of the NPC (spawn).
For Administrator available commands like:
3.1. //spawn_pos npc_id - generates a single spawn. Designed to NOT spawn mobs.Better use for teleporters, Shops etc.
Then...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.