How to make the buffer npc appear in the already predefined locations?

vithor

Vassal
Customer
Hey guys, I read the tutorial on this link explaining how to configure the NPC buffer (https://lucera2.com/threads/how-to-work-with-a-buffer-and-to-do-a-premium-buff.1421/), but I didn't understand how to make it appear in the locations already predefined in `96_96.xml` (Custom spawn for Services). I saw that the default ID of the NPC is 40010 and that it is already configured to have its respawn in places already predefined by Deazer. I can't make it appear in the predefined locations, did I miss something? Should I configure something within the system?

Thanks again for all your support
 
Hey guys, I read the tutorial on this link explaining how to configure the NPC buffer (https://lucera2.com/threads/how-to-work-with-a-buffer-and-to-do-a-premium-buff.1421/), but I didn't understand how to make it appear in the locations already predefined in `96_96.xml` (Custom spawn for Services). I saw that the default ID of the NPC is 40010 and that it is already configured to have its respawn in places already predefined by Deazer. I can't make it appear in the predefined locations, did I miss something? Should I configure something within the system?

Thanks again for all your support
 
The npc already has the respaw issue configured, but it still doesn't appear in the position configured in the pos attribute.


Code:


<spawn name="[custom_spawn]" event_name="[npc_buffer]">
<npc id="40010" count="1" respawn="60" pos="82210 148731 -3472 0"/>
</spawn>
 
I just noticed that it has a property called event_name with the value [npc_buffer].

Does this mean that I should trigger an event for it?
 
I don't understand, can you be more clear? I'm new to Lucera
File . Services.properties
Line 21 # Spawn GlobalGK in all towns
Line 23 # Spawn Buffer in all towns
Line 26 # Spawn GM Shop in all towns
Line 29 # Spawn Auctioner in all towns
Line 99 # Spawn Global Services in all towns
:)
 
Back
Top