Jump to content

vigco1

Members
  • Posts

    8
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

vigco1's Achievements

Newbie

Newbie (1/10)

0

Reputation

  1. How to check if Welcome screen is active? I want to do something like: if(welcomeScreen.isActive()){ mouse.click(344,322,false); }
  2. Any ideas or tutorials on how to do this?
  3. How to find out how many hitpoints NPC has left?
  4. Using getWorldHopper().hop() keeps giving me this: [iNFO][bot #1][01/06 04:20:34 ip.]: Hopping to world : 374 [WARN][bot #1][01/06 04:20:40 ip.]: Event executor is taking too long to suspend; terminating now... [iNFO][bot #1][01/06 04:20:40 ip.]: Started random solver : World Hopper [iNFO][bot #1][01/06 04:20:42 ip.]: Random solver exited : World Hopper [WARN][bot #1][01/06 04:20:50 ip.]: Event executor is taking too long to suspend; terminating now... [iNFO][bot #1][01/06 04:20:50 ip.]: Started random solver : Auto Login [iNFO][bot #1][01/06 04:20:57 ip.]: Random solver exited : Auto Login [WARN][bot #1][01/06 04:21:08 ip.]: Event executor is taking too long to suspend; terminating now... [iNFO][bot #1][01/06 04:21:08 ip.]: Started random solver : Welcome Screen [iNFO][bot #1][01/06 04:21:10 ip.]: Random solver exited : Welcome Screen It's taking 40 seconds to hop worlds, which is way too long because my script hops world every 15 seconds. Are there any solutions to make own faster worldhopping system? Any suggestions why I keep getting the "Event executor is taking too long to suspend; terminating now..." message? [EDIT] Also, sometimes it does not hop where it is supposed to, but just uses Auto Login to login back to the same world.
  5. How can I make my own world hopping system? I mean something like: if(loggedIn = false){ getWorldHopper().hop(301); ...then start autoLogin (or is it possible idk)... ... then execute Welcome screen (or is it possible idk)... and now we are logged in } because using getWorldHopper.hop(301); takes almost a minute to hop worlds, coz the worldHopper fails at every event (Event executor is taking too long to suspend; terminating now...) Any suggestions or is the worldHopper really the only method to hop between worlds??
×
×
  • Create New...