• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

How to move a npc

popoleclown

New Member
Joined
Sep 13, 2022
Messages
18
Reaction score
1
i want to move a npc in darashia near to dp, maybe in the spa to the left second floor !
but i have no idee how to make it, i just finished to make my server 12.91 and i dont want to fuck up the whole thing
 
i want to move a npc in darashia near to dp, maybe in the spa to the left second floor !
but i have no idee how to make it, i just finished to make my server 12.91 and i dont want to fuck up the whole thing
In remere's, place down a monster spawn zone.. the purple fire.. and then put the npc nearby the fire, inside the red indication square.

SDumoaI.png
 
remere dosnt work for 12.91
So how was the map made as 12.91 if there's no RME for 12.91?
Anyway, a workaround would be to edit it through your XML spawn file.
data\world\UrServerName-spawn.xml
Find your NPC, Should look like this, and change to the position you need.
XML:
<spawn centerx="1000" centery="1000" centerz="7" radius="1">
    <npc name="YourNPCName" x="0" y="0" z="7" spawntime="60" />
</spawn>
 
Back
Top