Jump to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How to get player level?

Featured Replies

Need method to getting a certain level, and if itsa grater then or equal to. I need it to validate a node. 

 


public class Addy extends Walk2Zone {
 private Script s;
 public Addy(Script sA) {
  super(sA);
  // TODO Auto-generated constructor stub
 }
 
 @Override
 public boolean validate() throws InterruptedException {
  return s.players.experienceTracker.skills! = (Skill.MINING);; ///How do I implement a method that validates this if my skills above a certain level I need to make a int of the value but kinda went brain dead

  
 }
 @Override
 public boolean execute() throws InterruptedException {
  return false;
  
 }
  • Author

Woulds this validate if my skills level is? at? 29?

return s.players.skills.getStatic(Skill.MINING) != 29;

getSkills().getDynamic(Skill.MINING) = 9

Edited by DrDu

  • Author
1 minute ago, DrDu said:

getSkills().getDynamic(Skill.MINING) = 9

Fucking dude did this - return s.players.skills.getStatic(Skill.MINING) != 29;

 

Whats another way to get it by exact experience?  I mean, I want it to go and get a certain item if the experience is 23,000,00 or more? How do you search via experience experience?

1 minute ago, TheGreatests said:

Fucking dude did this - return s.players.skills.getStatic(Skill.MINING) != 29;

 

Whats another way to get it by exact experience?  I mean, I want it to go and get a certain item if the experience is 23,000,00 or more? How do you search via experience experience?

l0rmfOb.png

  • Author
6 minutes ago, DrDu said:

getSkills().getDynamic(Skill.MINING) = 9

Still incorrect :(

Just now, DrDu said:

l0rmfOb.png

see, I am doing all these.. :(

Description Resource Path Location Type
The value of the local variable status is not used Walk2Zone.java /MiningTo31/src line 23 Java Problem
 

7 minutes ago, TheGreatests said:

Still incorrect :(

see, I am doing all these.. :(

pm me ur skype lol

  • Author
7 minutes ago, DrDu said:

pm me ur skype lol

Whats ur skype my friend! I added ypu, mines Elvis.basic3

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.