Jump to content

Flawless Path Walking


Divine

Recommended Posts

EYE DONT KNOW!

 

going to test it out in my plank making script now!

 

gets stuck at 4th node heres my path if you notice anything wrong =/

 

    private int[][] path1 = new int[][] { { 3254, 3424 }, { 3266, 3427 }, { 3278, 3429 }, { 3287, 3440 }, {3288 ,3445},
            {3290 ,3450},      { 3292, 32452 }, { 3299, 3479 }, { 3302, 3490 }};

 

 

 

I fixed my path I think, but now it gets stuck on 3rd node =/

 

private int[][] path1 = new int[][] { { 3254, 3424 }, { 3266, 3427 }, { 3275, 3429 }, {3283,3435}, { 3287, 3440 },
            {3290 ,3450},{ 3292, 3460 }, { 3299, 3467 }, { 3299, 3475 },{ 3300, 3483 }, { 3302, 3490 }};
 

Edited by bparty
Link to comment
Share on other sites

Node 4:

I've notice from node 3 to 4 your "Y" are kinda a far distinct from one another 3429 to 3440 it's kinda a big gap. Try a short distance. PLUS

Node 7:

You have to many numbers in your "Y" from the looks of your number I think you were trying to type "3452". That's all I've notice

Link to comment
Share on other sites

It's nice but for somereason it gets stuck sometimes. Code im using

 

Stuck at:

[iNFO ][07/31/13 02:57:45 AM]: Walking to node:1

 

Partial Path:

private int[][] testPath = new int[][]{{2725, 3492}, {2718, 3485}, {2716, 3485}, {2709, 3485}, {2703, 3485},
            {2701, 3485},
 
 
Any idea why? It gets to the directed spot but never moves again
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...