Page 1 of 1

walking npcs

Posted: Sat Jul 25, 2015 10:06 pm
by vuurigebowey
heey guys,
Im new in the L2Jserver world and i want to learn more and more about it.
So I have some questions and will post them by time.

But now i have the question about let a npc walk.

ive already made myself a npc. but now i want it to let it walk randomly how can i do that?
Please guide me a bit with it so i can learn it.

Code: Select all

	<npc id="36606" displayId="30741" name="Stampy" usingServerSideName="true" title="first npc" usingServerSideTitle="true" type="L2Npc">
		
		<collision>
			<radius normal="25"/>
			<height normal="5"/>
		</collision>
		
	 <stats>
            <speed>
                <walk ground="60" />
                <run ground="180" />
            </speed>
	</stats>
	</npc>
this is my npc i made and want it to walk.

dont tell me to stop working on a server. i just want to learn it and no one wasnt that good at the first time!

Re: walking npcs

Posted: Sun Jul 26, 2015 3:03 pm
by Amrod
Hello

I'm not sure if this is the right one but try it out: game/data/routes.xml

Re: walking npcs

Posted: Mon Jul 27, 2015 2:25 pm
by vuurigebowey
its already walking tried on another server and it worked (its hopping around now in the official server of me and a friend)