Jump to content

WebWalkEvent Not using home teleport


usedcomdom

Recommended Posts

I was wondering why the WebWalkEvent dose not call the lumbrage home teleport when it factors in the quickest route or have I missed something?

I have made sure to include "setAllowTeleports(true);" but it dose not use it.

Would I need to manually make the check and teleport before calling WebWalkEvent or is there a condition within it to enable this?

 

Thanks.

Link to comment
Share on other sites

Currently does not use home teleport because afaik there's no way for the client to know if its ready. Pretty certain you click the teleport, it asks the server, then the server responds back with a yes/no, if no then it says the cooldown. So the only way to test it would be for web walker to actually click it, but it cannot do this because the path needs to be generated before traversing.

So the only solution would be:

Click home teleport. 
If teleporting, cancel teleport, generate path, then click teleport again.
If not teleporting, generate a different path.


As you can see it would be pretty wonky. Unless of course this information is already available to the client, so if anyone else has conflicting information please correct me.

Link to comment
Share on other sites

52 minutes ago, Alek said:

Currently does not use home teleport because afaik there's no way for the client to know if its ready. Pretty certain you click the teleport, it asks the server, then the server responds back with a yes/no, if no then it says the cooldown. So the only way to test it would be for web walker to actually click it, but it cannot do this because the path needs to be generated before traversing.

So the only solution would be:

Click home teleport. 
If teleporting, cancel teleport, generate path, then click teleport again.
If not teleporting, generate a different path.


As you can see it would be pretty wonky. Unless of course this information is already available to the client, so if anyone else has conflicting information please correct me.

I've checked the config's and no flags are set either. I may have to manually set when I last teleported and check the time stamp for 30 min.

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...