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.

wanabot

Members
  • Joined

  • Last visited

Everything posted by wanabot

  1. Some people learn different okay this is how I learn best.
  2. Can someone write me a small piece of script that will buy 10 arrows? I just want to learn how interfaces work and i can't figure it out.
  3. i know the basics of java i just want to learn more, and i thought i would try make a simple script. Do you have skype or anything, if you would be willing to help me i can pay you with rs 2007 gold
  4. im sorry i dont want to ask you to do everything for me, okay how would i add this to my script? client.getInterface(id) client.getInterface(id).getChild(childId) client.getInterface(id).getChild(childId).interact("Buy-10");
  5. Okay so which i did, so i'm in trade with lowe. what am id am i looking for
  6. Im really a noob it took me like 2 hour to figure out how to trade him. What interface ids do i use? And what are childId?
  7. package Arrows; import org.osbot.script.Script; import org.osbot.script.ScriptManifest; import org.osbot.script.rs2.model.Entity; import org.osbot.script.rs2.model.Player; import org.osbot.script.rs2.utility.Area; @ScriptManifest(author = "Zunder", info = "Varrock Arrow shop buying", name = "ABuy", version = 1) public class ArrowBuyer extends Script { //final area final Area RANGE_AREA = new Area(); final String LOWE_SHOP = "Lowe"; public void OnStart(){ } public void OnExit(){ } public int onLoop() throws InterruptedException{ Player player = client.getMyPlayer(); Entity lowe = closestNPCForName(LOWE_SHOP); if(lowe != null){ if(lowe.isVisible()){ lowe.interact("Trade"); sleep(random(600,800)); }else{ client.moveCameraToEntity(lowe); } } return 0; } }
  8. So i'm trying to make script, I've manage to get my Player to trade an NPC I want to learn how to buy certain items from that NPC. Any1?

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.