L2NpcWalker

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
fdanielc
Posts: 24
Joined: Sun Apr 01, 2012 10:29 pm

L2NpcWalker

Post by fdanielc »

I've got a problem in NpcWalker, if i start without any npc defined as a Walker it's all ok, but if i set a L2NpcWalker then in my GS window this happends:

Image

Any one can help me ?

Thanx in advance
User avatar
lucan
Posts: 590
Joined: Wed Mar 16, 2011 10:39 pm
Location: Brazil

Re: L2NpcWalker

Post by lucan »

Apparently some value is beyond the limit (IndexOutOfBoundsException) in walker routes or NPC.
fdanielc
Posts: 24
Joined: Sun Apr 01, 2012 10:29 pm

Re: L2NpcWalker

Post by fdanielc »

lucan wrote:Apparently some value is beyond the limit (IndexOutOfBoundsException) in walker routes or NPC.
Can you tell me where to change the limit''s in the source? Thank you
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: L2NpcWalker

Post by Zoey76 »

Server revision please.
Powered by Eclipse 4.34 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.3.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
fdanielc
Posts: 24
Joined: Sun Apr 01, 2012 10:29 pm

Re: L2NpcWalker

Post by fdanielc »

Zoey76 wrote:Server revision please.
I don't have the server revision number.
User avatar
Gladicek
Posts: 634
Joined: Wed Jan 19, 2011 6:25 pm
Location: Czech Republic

Re: L2NpcWalker

Post by Gladicek »

fdanielc wrote:
Zoey76 wrote:Server revision please.
I don't have the server revision number.

Image
Image
L2J retired
fdanielc
Posts: 24
Joined: Sun Apr 01, 2012 10:29 pm

Re: L2NpcWalker

Post by fdanielc »

Gladicek wrote:
fdanielc wrote:
Zoey76 wrote:Server revision please.
I don't have the server revision number.

Image
Unfortunately is true. Please look at the ss and you will now what i'm working on. And i'm compiling with ant.
I tried adding only one walker with 3 routes with an already existing npc walker in giran but i'm still having the same error. When i spawn the npc he's in point A, goes to point B, and returns to point A, and then i get the error in the console.
User avatar
Gladicek
Posts: 634
Joined: Wed Jan 19, 2011 6:25 pm
Location: Czech Republic

Re: L2NpcWalker

Post by Gladicek »

First thing which everyone will want to know is server/dp revision number.

The most easy way how to find revision number is turn it on in General.properties and you will be able to see it in when you enter into game.

Code: Select all

# Show server/DP revision when players enter the game# Default: TrueDisplayServerRevision = True
Image
L2J retired
fdanielc
Posts: 24
Joined: Sun Apr 01, 2012 10:29 pm

Re: L2NpcWalker

Post by fdanielc »

Gladicek wrote:First thing which everyone will want to know is server/dp revision number.

The most easy way how to find revision number is turn it on in General.properties and you will be able to see it in when you enter into game.

Code: Select all

# Show server/DP revision when players enter the game# Default: TrueDisplayServerRevision = True
Image
fdanielc
Posts: 24
Joined: Sun Apr 01, 2012 10:29 pm

Re: L2NpcWalker

Post by fdanielc »

Can anyone help me to find a solution for this please? Thank You
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: L2NpcWalker

Post by MELERIX »

fdanielc
Posts: 24
Joined: Sun Apr 01, 2012 10:29 pm

Re: L2NpcWalker

Post by fdanielc »

I know where to and how to find the revision but there's no information about it anywhere.

EDIT: What i know is that is higher or equal than the revision 4947, because it uses the class skilltreesdata, and not skilltreetable.
User avatar
Gladicek
Posts: 634
Joined: Wed Jan 19, 2011 6:25 pm
Location: Czech Republic

Re: L2NpcWalker

Post by Gladicek »

fdanielc wrote:
Gladicek wrote:First thing which everyone will want to know is server/dp revision number.

The most easy way how to find revision number is turn it on in General.properties and you will be able to see it in when you enter into game.

Code: Select all

# Show server/DP revision when players enter the game# Default: TrueDisplayServerRevision = True
Image
GoD client....you are using l2jserver or another distribution ? :evil:
Image
L2J retired
User avatar
tukune
Posts: 533
Joined: Sun Mar 29, 2009 2:35 pm
Location: Japan

Re: L2NpcWalker

Post by tukune »

:evil: Oh my GOD!

${l2j.version}

Install SlikSVN
http://trac.l2jserver.com/wiki/Eclipse
fdanielc
Posts: 24
Joined: Sun Apr 01, 2012 10:29 pm

Re: L2NpcWalker

Post by fdanielc »

You people got to admit, everyone is getting crazy about GOD. So why not right? Regards and thank you for the support. :lol:

PS: I'm going to add the L2NpcWalker from scratch to the core. :)
Post Reply