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.

Chambo

Members
  • Joined

  • Last visited

Everything posted by Chambo

  1. Thank you to everyone who has helped me through this journey! I greatly appreciate it! Script is working like a charm now! Thanks again everyone! Mods/Admins you may lock/move this topic if need be.
  2. So how would I go about fixing this issue?
  3. Is anyone able to help me with this?
  4. I added in some logs and it seems that the onLoop() never starts? I followed this tutorial here to get the script to wait for the GUI: http://osbot.org/forum/topic/75074-creating-a-settings-ui-specify-settings-when-script-starts/
  5. So the script starts with no erros!! but the last problem is that it's not executing the walkpath and isn't giving any errors? Source: edit: Added Source:
  6. It is still stating that the variables: startLocX & endLocX are never used frame.setLocationByPlatform(true); String startLocX = ""; String endLocX = ""; final String[] startLoc = {"Lumbridge", "Varrock", "Falador", "Al Kharid", "Draynor Village"}; JComboBox<String> sLBox = new JComboBox<>(startLoc); final String[] endLoc = {"Lumbridge", "Varrock", "Falador", "Al Kharid", "Draynor Village"}; JComboBox<String> eLBox = new JComboBox<>(endLoc); frame.add(sLBox); frame.add(eLBox); JButton button = new JButton("Start"); button.addActionListener(event -> { final String startLocX = sLBox.getSelectedItem().toString(); final String endLocX = eLBox.getSelectedItem().toString(); frame.dispose(); }); frame.add(button); frame.pack(); frame.setVisible(true); } public int onLoop() throws InterruptedException { if(startLoc.equals(endLoc)) { log("Starting Location and End Location CANNOT be the same!"); log("Stopping Script..."); bot.stop(); return 600; }else{ if(startLocX.equals("Varrock") && endLocX.equals("Lumbridge")){ log("Walking from " +startLoc+ " to " +endLoc+ "..."); localWalker.walkPath(v2l); if(lumbridgeA.contains(players.myPosition())){ log("You have arrived at " +endLoc+ "!"); bot.stop(); }
  7. I changed the variable you gave: startingLocation | to startLocX. Here it is saying the variable "startLocX" & "endLocX" is not used... And here it is saying that it cannot resolve symbol startLocX & endLocX... I'm completely stumped.. I thought I understood but maybe i'm wrong?
  8. Sorry i'm very new to scripting and i'm still a bit confused on this. What would I have to do to fix this?
  9. Hey guys i'm trying to make a AIOWalker and I got an error. I've searched everywhere and can't find a solution to this problem. What i'm trying to do: if(startLoc.equals("Varrock") && endLoc.equals("Lumbridge")){ Error: Here is a sample of the script: (Starts at line 60) Edit: Changed title to [RESOLVED]
  10. Chambo replied to Chambo's topic in Archive
    If a mod/admin could close this topic and move it to resolved that would be great. Solution: Downloaded Intellij and have decided to use that instead of Eclipse.
  11. Chambo replied to Chambo's topic in Archive
    Well it's just that i'm new to coding Java and I heard Eclipse was easier to use/work with. But I think I could try something new! Thanks! Edit: Corrected misspelled word...
  12. Chambo replied to Chambo's topic in Archive
    As I have already stated I have already removed Eclipse and re-downloaded it. Not sure if you're trolling... lol But if so please be serious... lol
  13. Chambo replied to Chambo's topic in Archive
    I haven't... lol I have to get some rest as I have to get up again in 5 hours for work. But I will try that tomorrow and I will post again! Thanks for the reply!
  14. Chambo replied to Chambo's topic in Spam/Off Topic
    I know man! All you can do is just giggle.
  15. Chambo posted a topic in Spam/Off Topic
    Found this in the Archived Section, I don't know why but I found this extremely funny... I have no idea what happened or the backstory to this but there's just... No words...
  16. Chambo posted a topic in Archive
    Hey guys so I've had this problem all weekend. Eclipse was running just fine until tried updating my Java to Java 8. I have Windows 8 & I'm currently getting this message: So I followed this guide: http://stackoverflow.com/questions/6333874/eclipse-startup-error-code-1 Copy of my eclipse.ini And even after I follow the guide as you can see in the 2nd picture nothing will prevail. I was half way through my Gold Farm script when my computer just restarted and updated. I don't know if it's from Java updating or my computer restarting. Things I have tried so far: Any help at all would be greatly appreciated. I've searched all over Google/YouTube/Eclipse Forums, and couldn't find any help. I've been searching all weekend because I know how people are about use the "Google Search/Forum Search" method. Please if you guys have any idea how to fix this please let me know! Thanks in advance!
  17. Awesome this is perfect for Merching! Thanks!
  18. Thanks everyone for the ideas/suggestions/and stories! To the Mods and Admins of this forum if we could leave this up for other members to post their experience/knowledge that would be great!
  19. Chambo replied to Animos's topic in Archive
    I can do this for you. Just pm me. And you got Skype to make it easier?
  20. Thanks guys! And I assumed that the REALLY GOOD methods wouldn't just be thrown into the topic. But I guess I should narrow it down a bit by asking, what is a general money making skill/activity that has little/no requirements and earns decent/great gold/ph?
  21. Hey guys so I wanted to start GoldFarming. I currently have 3 bots with 60+ woodcutting and 2 bots with 45+ mining. I was curious as to what I should do to earn gp fast? Should I rely on skilling with woodcutting/mining/some other skill? Or would it be more profitable to do something else such as kill chickens for feathers? Just wanted to throw this question out there and possibly start a decent thread here?
  22. Hey i'm interested! Send me a pm and ill send you Skype details
  23. What is this duplication glitch? I'm a bit curious lol

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.