Page 1 of 1

[HELP]Movement End Point Blue Ball Cursor - Waypoint discuss

Posted: Tue Apr 30, 2013 5:01 am
by DreamStage
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number: 5945
L2JDP Revision Number: 9651

Helo People,
Can someone explain me from where the Server Send a packet to Client for him to watch this Blue Movement Position Ball? (Cursor Point after you want to go to some location).
I wanted to make use of pathfinding track, so that all waypoints would show this blue ball, instead only at end of waypoint.

And no, im not talking about the cellpathfinding...

Blue Ball:
Image

Re: [HELP]Movement End Point Blue Ball Cursor

Posted: Tue Apr 30, 2013 8:15 am
by jurchiks
AFAIK that's client-side, the client sends the coordinates you click to, server only replies whether or not that location is accessible.

Re: [HELP]Movement End Point Blue Ball Cursor

Posted: Tue Apr 30, 2013 1:55 pm
by UnAfraid
There's a way to display such blue ball i just don't remember which packet was doing that Deedlit may have a clue.

Re: [HELP]Movement End Point Blue Ball Cursor

Posted: Tue Apr 30, 2013 2:53 pm
by DreamStage
Deedlit?

Re: [HELP]Movement End Point Blue Ball Cursor

Posted: Tue Apr 30, 2013 6:38 pm
by Szponiasty
ExShowTrace. This packet doesn't work for me anymore in H5. Last time I've tested it working, was Epilogue. Not checked on Freya.

Re: [HELP]Movement End Point Blue Ball Cursor

Posted: Tue Apr 30, 2013 11:22 pm
by DreamStage
nop, not working.

tested making use of it throw an admin command handler bypass.

Re: [HELP]Movement End Point Blue Ball Cursor

Posted: Wed May 01, 2013 1:07 am
by Szponiasty
DreamStage wrote:nop, not working.

tested making use of it throw an admin command handler bypass.
Well, like I've said. This packet worked for me last time on epilogue. I'm using trap npc's now instead of it.

Re: [HELP]Movement End Point Blue Ball Cursor

Posted: Wed May 01, 2013 1:34 am
by DreamStage
but for what objective? showing path nodes?
could you share me the calling method function?

Re: [HELP]Movement End Point Blue Ball Cursor

Posted: Wed May 01, 2013 1:36 am
by UnAfraid
Use adena instead?
Check zone debugging

Re: [HELP]Movement End Point Blue Ball Cursor

Posted: Wed May 01, 2013 2:27 am
by DreamStage
i checked and even compared the cellpathfinding vs geopathfinding.
I can only make a code for debugging the Geo Path Finding Nodes at the end of each waypoint.
But i want to show the waypoint all for all path.

The problem is we just have cellpathfinding debug mode, so i needed to built new debug for geo.

Can someone explain me how we call the Geodata stuff:

Image

Red Pots are nodes right?
and between Red Pots, theres the black invisible line, how can i show it at GeoPathFinding?

PS: How can i decrease distance of Red Pots? I want to add more Nodes between them.

Re: [HELP]Movement End Point Blue Ball Cursor - Waypoint dis

Posted: Sat May 04, 2013 1:35 am
by DreamStage
no one knows yet? :(

Re: [HELP]Movement End Point Blue Ball Cursor - Waypoint dis

Posted: Sat May 04, 2013 12:47 pm
by Szponiasty
U have everything in com.l2jserver.gameserver.pathfinding.cellnodes.CellPathFinding.java

Re: [HELP]Movement End Point Blue Ball Cursor - Waypoint dis

Posted: Sat May 04, 2013 6:18 pm
by DreamStage
Szponiasty wrote:U have everything in com.l2jserver.gameserver.pathfinding.cellnodes.CellPathFinding.java
THATS CELL PATH FINDING!
IM SAYING GEO PATH FINDING!
2 DISTINCT THINGS!

You can not GEO DEBUG PATH LIKE CELL PATH!

Re: [HELP]Movement End Point Blue Ball Cursor - Waypoint dis

Posted: Sat May 04, 2013 7:04 pm
by Zoey76
DreamStage wrote:
Szponiasty wrote:U have everything in com.l2jserver.gameserver.pathfinding.cellnodes.CellPathFinding.java
THATS CELL PATH FINDING!
IM SAYING GEO PATH FINDING!
2 DISTINCT THINGS!

You can not GEO DEBUG PATH LIKE CELL PATH!
http://en.wikipedia.org/wiki/Etiquette_(technology) wrote:Another rule is to avoid typing in ALL CAPS or grossly enlarging script for emphasis, which is considered to be the equivalent of shouting or yelling.
Avoid all caps, it's rude.

Re: [HELP]Movement End Point Blue Ball Cursor - Waypoint dis

Posted: Sat May 04, 2013 7:22 pm
by DreamStage
You are right sorry, but i already mentioned im working on GEO path finding and not Cell. Don't know why People dont read.