Jump to content

Level up window


Recommended Posts

Posted

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);
			}
	}

 

Posted

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

Posted
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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