Custom NPCs dont move!

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
Genjimaru
Posts: 3
Joined: Fri Jan 21, 2011 10:50 am

Custom NPCs dont move!

Post by Genjimaru »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 4417:
L2JDP Revision 7670:

Alright... been looking around, googling... checking tables, core coding and dont know what more...........
The problem is, all custom npcs I create dont move at all and when I define their behavior type on custom_npcaidata I get a loading error.
At first I thought I edited something wrong and did a copy and paste from npcaidata and changed npcId only but it still wont work.
All malee npcs attack only if you get close enough.
Spellcaster and archer type mobs attack if you are on defined range but as soon as you step away, they just stop and dont follow.
I updated the revision hoping it would be fixed but it is not so I'm relying on this post.

Can anyone tell me how to solve this?
User avatar
Gnacik
L2j Veteran
L2j Veteran
Posts: 925
Joined: Tue Dec 16, 2008 3:49 pm
Location: Wąchock ٩(̾●̮̮̃̾•̃̾)۶ Polska
Contact:

Re: Custom NPCs dont move!

Post by Gnacik »

add also custom AI with can_move=1
Genjimaru
Posts: 3
Joined: Fri Jan 21, 2011 10:50 am

Re: Custom NPCs dont move!

Post by Genjimaru »

Gnacik wrote:add also custom AI with can_move=1
That's the funny part... The server refuses to load the data from custom AI table.
I also tried moving them from custom_npcs to npcs along with AI data to respective table.... result = fail =/
You do not have the required permissions to view the files attached to this post.
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: Custom NPCs dont move!

Post by hope »

i am sure you can read the error
User avatar
shinomidefuego
Posts: 122
Joined: Thu Jun 28, 2007 5:37 pm
Location: Venezuela
Contact:

Re: Custom NPCs dont move!

Post by shinomidefuego »

Gnacik wrote:add also custom AI with can_move=1
i have that problem too but i will check with this solution, i did not notice that option Thanks!!
Image
MMMMMmmmmmMMMMM
Genjimaru
Posts: 3
Joined: Fri Jan 21, 2011 10:50 am

Re: Custom NPCs dont move!

Post by Genjimaru »

hope wrote:i am sure you can read the error
Yes indeed I can.....
I forgot I changed their Id's....

Problem fixed.
Post Reply