Jump to content

Is worlds.hop() working for you?


blabla123

Recommended Posts

Hi, is the mentioned method working for you? I'm certain it is being called in my script - I event commented whole onLoop() body and just put simple "worlds.hopToP2PWorld();" line - and nothing happens. Can someone confirm this? Can it be caused by the update of world switcher as it shows players on each server now?

Link to comment
Share on other sites

It's been broken for ages.

 

I saw this thread a while ago and assumed it would be fixed, but it never was (even though alek said there wasn't a problem). http://osbot.org/forum/topic/74677-world-hopper-bugged/

 

I am testing using this code

		for(int world = 302; world < 307; world++) {
			while(worlds.getCurrentWorld() != world) {
				log(worlds.hop(world));
				sleep(10000);
			}
		}

and

		for(int world = 2; world < 7; world++) {
			while(worlds.getCurrentWorld() != world) {
				log(worlds.hop(world));
				sleep(10000);
			}
		}
Edited by Diclonius
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...