Jump to content

Client crashes when i tell it to walk


shaba123

Recommended Posts

Im using this to walk to an area in the wilderness:

if (lootValue < 50000) {
Log("Loot value less than 50k")
getWalking().walk(teleportArea);
 }


I get the log message then the client doesnt walk it starts freezing up then crashes completely. The logger says thread death.

 

edit:

also tried:

getWalking().walk(pos1, pos2, pos3);

and it just does nothing but doesn't crash.

Also tried this:

WalkingEvent myEvent = new WalkingEvent(new Position(1, 2, 3)); 
execute(myEvent); 

Also does nothing.

Im running this onStart. The place i want to walk to is quite close. Is it because im in the wilderness? cant you walk in some areas of the map or something?

 

edit: Managed to do it by creating my own path from a guide Alek wrote, thank you

Edited by shaba123
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...