Jump to content

Faster method for world hopping


Recommended Posts

Posted

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

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

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