Jump to content

Walking doesnt work for me


AresScripts

Recommended Posts

You waliking to a position or an entity?

getLocalWalker().walkPath(LUMBRIDGE_CASTLE_TO_SWAMP);
Position[] LUMBRIDGE_CASTLE_TO_SWAMP = new Position[] {
			new Position(3213, 3218, 0), new Position(3160, 3168, 0),
			new Position(3225, 3218, 0), new Position(3236, 3210, 0),
			new Position(3243, 3197, 0), new Position(3241, 3181, 0),
			new Position(3192, 3128, 0), new Position(3239, 3165, 0),
			new Position(3227, 3153, 0), };
Link to comment
Share on other sites

It's your array it's to far distance from each other. Look at the first two position. The delta x is like 60, and the delta Y is like 50 wtf?

Oh maybe i didnt copy one right. Ive had the same problem with walking in another script i made so i figured it might not be my fault. Guess i was wrong :/. Sorry! And thanks for the help!
  • Like 1
Link to comment
Share on other sites

I'd rather us debug what the problem is because our walker has a little bit more to offer than something made in 15 minutes.

 

but I only have trouble using Osbot classes, errors thrown, npes, glitchy stuff.

 

I also use 5% of what the class has to over and since my Path can handle object and npcs to traverse...

I just like to control everything :( #controlfreak xD

  • Like 3
Link to comment
Share on other sites

but I only have trouble using Osbot classes, errors thrown, npes, glitchy stuff.

 

I also use 5% of what the class has to over and since my Path can handle object and npcs to traverse...

I just like to control everything :( #controlfreak xD

pass down the path class lol. I'm annoyed of trying to handle doors and stuff
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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