Jump to content

Level up window


scriptersteve

Recommended Posts

Not sure what you're on about. What's a level up window?

One way to check if you have leveled up is grab the message from chatbox. Something like:

@Override
public void onMessage(Message msg) {
			String message = msg.getMessage();
			 if (message.contains("just advanced")) {
				 log("Got level up message: " + message);
			}
	}

 

Link to comment
Share on other sites

https://www.google.co.uk/search?q=level+up+window+osrs&rlz=1C1MSNA_enGB669GB669&source=lnms&tbm=isch&sa=X&ved=0ahUKEwiHl6GRmdfYAhVsLsAKHRCUAOMQ_AUICygC&biw=1275&bih=820#imgrc=w9lYepp2ssWyEM:

 

what i mean is when this window pops up, whatever i am doing gets paused until i continue throught the dialogue screen, need to basically just continue through when that appears

Link to comment
Share on other sites

Just now, scriptersteve said:

https://www.google.co.uk/search?q=level+up+window+osrs&rlz=1C1MSNA_enGB669GB669&source=lnms&tbm=isch&sa=X&ved=0ahUKEwiHl6GRmdfYAhVsLsAKHRCUAOMQ_AUICygC&biw=1275&bih=820#imgrc=w9lYepp2ssWyEM:

 

what i mean is when this window pops up, whatever i am doing gets paused until i continue throught the dialogue screen, need to basically just continue through when that appears

Aaah, then do

if (dialogues.inDialogue()) {
  dialogues.clickCOntinue();
}

 

  • Like 1
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...