Jump to content

Chambo

Members
  • Posts

    64
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Chambo

  1. Thanks man this helped! I also instead downloaded windows x64 Version instead of x86 and installed it into Program Files not Program Files(x86) and it is finally working again! Thanks for the help everyone!
  2. It is now showing the stable version number. I have disabled my firewall as well as my anti virus and it still will not work. I have Windows 10 and tried running the jar from command prompt and I get the following errors: C:\Users\Chambo\Desktop>java -jar OSBot_2.4.118.jar Error: Unable to access jarfile OSBot_2.4.118.jar C:\Users\Chambo\Desktop>java -Xmx512M OSBot_2.4.118.jar Error: Could not find or load main class OSBot_2.4.118.jar I've also deleted all folders related to OSBot and deleted the jar file and redownloaded it as well. But still nothing. It still brings up the first launch screen but after I click launch OSBot will completely exit.
  3. Yeah I have tried that and still nothing after I click launch...
  4. All these views but no help?... *BUMP*
  5. I've currently tried both OSBot 2.4.118 & 2.4.119 and both have the same problem. I click on the jar and it opens the initial login form. But after I click Launch nothing happens. I have tried... Deleting and redownloading both files Deleting Java and reinstalling Searching google for possible solutions Search OSBot for possible solutions It has been like this for the past 1-2 weeks and I haven't found a solution yet. Does anyone have any insight and/or fixes for this problem? Edit: Now its not showing a stable version? Moderator please close this! Solved!
  6. Also Gets stuck on brawlers and cant move. Also a suggestion.... Possibly move to front of lander when entering boat? Thanks for the script! Edit: Also maybe fix the constant switching to inventory after every spec?
  7. Roughly how many points per hour do you get with this script?
  8. @@Imateamcape So I have 2 separate classes. (main.java & gui.java) gui.java And this is a part of my onStart() in main.java (NOTE: When this isn't commented out the script won't start currently it is commented out) Any help for this?
  9. Hello again guys lol needing some help! My code is a mess now after i've followed a couple VERY different tutorials... So could you guys walk me through how to get my variables from gui class? Below are some of the variables i'm needing and also please walk me through this!! Thanks again in advance guys! Variable : Type String mule : Textbox Boolean useMule : Checkbox String moneyMethod : ComboBox Boolean useAntiBan : Checkbox String muleLoc : ComboBox Oh by the way i'm using WindowBuilder for Eclipse! Not sure if that changes anything :P
  10. Hey guys i'm feeling really stupid right now... lol I don't know if it's because i'm running on no sleep for the past almost 24 hours or what but i can't figure out how to calculate items per hour? I already have current clay mined with the variable xCount; and I have a current time running variable of timeRun; any help please? lol Thanks in advance!
  11. I noticed this a bit after I posted this lol Anyway thanks for the help guys!
  12. @Xious Sorry for grave digging but did you figure this out?
  13. So i'm trying to test this script. And it won't load. Doesn't show anything in the logger either. Any suggestions? Thanks! import org.osbot.rs07.api.map.Area; import org.osbot.rs07.api.model.Player; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import java.awt.*; @ScriptManifest(author = "Chambo", name = "Chambo's SMC", version = 1, logo = "") public class main extends Script { public long pCash = inventory.getAmount(995); public long tradeCash = pCash - 300000; public Area veBank = new Area(3250, 3420, 3257, 3423); @[member=Override] public void onStart() { log("Welcome to Chambo's SMC!"); } private enum State { TRADE, WAIT, WALK }; private State getState() { Player m = getPlayers().closest("username"); if (m != null && veBank.contains(myPlayer())) return State.TRADE; if (m == null && veBank.contains(myPlayer())) return State.WAIT; if (!veBank.contains(myPlayer())) return State.WALK; return null; } @[member=Override] public int onLoop() throws InterruptedException { switch (getState()) { case TRADE: Player m = getPlayers().closest("username"); if(inventory.contains(995) && pCash >= 300001){ if (m != null) { m.interact("Trade"); sleep(random(4980, 5632)); if(trade.isCurrentlyTrading() == true){ if (trade.getOtherPlayer() == "username"){ //do the trade trade.offer(995, (int) tradeCash); //if this doesn't work then use trade.offerAll(995) then put trade.remove(995, 300000) trade.acceptTrade(); log("1st trade window accepted!"); sleep(random(500, 700)); trade.acceptTrade(); log("2nd trade window accepted!"); } else { trade.declineTrade(); } } else { sleep(random(10280, 16024)); } } } break; case WAIT: sleep(random(1213, 3611)); //add more stuff here for anti-ban (click stats, move camera, etc) break; case WALK: sleep(random(500, 700)); //walk to Varrock East Bank settings.setRunning(true); walking.webWalk(veBank); break; } return random(200, 300); } @[member=Override] public void onExit() { log("Thanks for using Chambo's SMC!"); } @[member=Override] public void onPaint(Graphics2D g) { } }
  14. I would but the client crashes and i cant get the log
  15. So it buys the Feather packs just fine but when it begins opening the packs it freezes the client. Any suggestions? import java.awt.*; import org.osbot.rs07.api.model.NPC; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; @ScriptManifest(author = "Chambo", info = "A simple Feather pack buyer!", name = "Chambo's Feather Buyer", version = 0.3, logo = "") public class Main extends Script { private enum State { BUY, OPEN }; private State getState() { if (inventory.isFull()){ return State.OPEN; }else{ return State.BUY; } } @Override public void onStart() { log("Script successfully started!"); } @Override public int onLoop() throws InterruptedException { switch (getState()) { case BUY: if (getInventory().getAmount("Coins") >= 300 ){ NPC shop = npcs.closest("Gerrant"); if (shop != null && shop.isVisible()) { shop.interact("Trade"); sleep(random(500, 600)); if (!inventory.isFull()){ store.buy("Feather pack", 20); sleep(random(500, 600)); store.buy("Feather pack", 20); sleep(random(500, 600)); store.close(); } } }else{ log("Not enough coins! Stopping Script!"); stop(); } break; case OPEN: if (getInventory().contains("Feather pack")){ inventory.interact("Feather pack", "Open"); sleep(random(400, 100)); } break; } return random(200, 300); } @Override public void onExit() { log("Thanks for using Chambo's Feather Buyer!"); } @Override public void onPaint(Graphics2D g) { } }
  16. Ill sell you a Level 3 with 70 WC if you're in need for one.
  17. Could I get a Price check on a Level 3 with 70 Woodcutting?
  18. Thanks for the feedback man. I will work on this and have an update for that by tomorrow! Thank you. And I don't remember stating that I've "hardcoded each location by hand"? ;) lol
  19. Hello OSBot! Welcome to my very first Script Thread! This AIO Walker can walk efficiently to 4 currently supported Locations with a variation of start points unlike other AIO Walkers! More will be added soon in the time to come! Chambo's AIO Walker is currently free and a paid version will be hopefully uploaded to the SDN by 09/15/2015! The paid version will contain more routes & locations, such as P2P Locations and MORE F2P Locations! ***If you encounter any bugs/errors please either PM me or post it in this thread!*** ***If you could also please let me know what you think of my first script or perhaps new script ideas that would be great!*** Current Locations: (Not Started Almost Finished Finished & Working) Current Routes: (Not Started Almost Finished Finished & Working) Download: http://www.mediafire.com/download/iy8dw5y780dare5/ChamboAIOWalker.jar Version: v1.07 Change Log:
  20. 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.
  21. So how would I go about fixing this issue?
  22. 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/
×
×
  • Create New...