walking npcs

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
vuurigebowey
Posts: 26
Joined: Wed Jul 22, 2015 4:08 pm
Location: The Netherlands

walking npcs

Post 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!
Amrod
Posts: 95
Joined: Wed May 04, 2011 9:12 am

Re: walking npcs

Post by Amrod »

Hello

I'm not sure if this is the right one but try it out: game/data/routes.xml
vuurigebowey
Posts: 26
Joined: Wed Jul 22, 2015 4:08 pm
Location: The Netherlands

Re: walking npcs

Post 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)
Post Reply