Page 1 of 1

Mobs not moving

Posted: Sat Oct 09, 2010 12:49 pm
by davide874
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number: 4420
L2JDP Revision Number: 7668

Hi all

i have a smal problem...all mobs in my serve never moves while in idle. If i attack them, they attack em back but while they are "standing" they nover walk...

Any clue on how do i make them randomly move?

Re: Mobs not moving

Posted: Sat Oct 09, 2010 12:49 pm
by Naonah
set walk value in NPC table in DB

Re: Mobs not moving

Posted: Sat Oct 09, 2010 12:59 pm
by davide874
mmmm... "walkspd" is 73...

i also added "1" to "canmove" in npcaidata table... they are still not moving :(

Re: Mobs not moving

Posted: Sat Oct 09, 2010 1:56 pm
by Naonah
davide874 wrote:mmmm... "walkspd" is 73...

i also added "1" to "canmove" in npcaidata table... they are still not moving :(
after spawning a mob, kill it and after next respawn it will be walking

Re: Mobs not moving

Posted: Sat Oct 09, 2010 1:59 pm
by Gnacik
i also added "1" to "canmove" in npcaidata table... they are still not moving
Dont use 1 in that field, leave it null, that field should be named cantmove in fact ;P

Re: Mobs not moving

Posted: Mon Oct 11, 2010 3:48 pm
by armura
Greetings ^^

In my server I have the same problem... none mob walk (sometimes 1 in 40).

When I read this topic, I undesrtand this:

When a server is started... none mob is walking or with your animation, its necessary someone kill it, and only in next spawn it walking?

This is correctly?

Regards.
(sorry 4 my english)

Re: Mobs not moving

Posted: Tue Oct 12, 2010 9:42 am
by tukune
may be this topic
viewtopic.php?f=81&t=18481

Re: Mobs not moving

Posted: Tue Oct 12, 2010 6:07 pm
by Szponiasty
Gnacik wrote:
i also added "1" to "canmove" in npcaidata table... they are still not moving
Dont use 1 in that field, leave it null, that field should be named cantmove in fact ;P
Yup. It's the exact opposite. You set 1 to those which you want NOT to move xD