Jump to content

Booch

Members
  • Posts

    1952
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    100%

Everything posted by Booch

  1. This is why i deserve mod
  2. Oh okay, thank god I put that question mark on top
  3. Is OSBot still in beta?
  4. Add me if you're EUW @ Proofaay
  5. Depends what account it is.. If it's a main I suggest chilling for a couple days before jumping right in
  6. Booch

    "Rant" section

    Like Nick said.. I'd prefer a 'Debate' sub-forum
  7. Booch

    v1.7.87

    YEA! Thanks Zach ^_^
  8. Booch

    IMPORTANT FIX

    Honestly speaking scripters hardly receive a decent share from their work and not to be a douchebag but you should always read the script thread and ask for a review of how the script works right now.. If you're just going in store and buying it without checking out who the writer is, how often a script is updated, how long does he take to fix bugs then honestly.. you're asking for it. You have to understand that we don't sign any written agreement when putting a script on SDN, we just send a request providing the requested information and it's then deemed worthy by @Alek. Yes there are, for example kOgres by Alek requires you to go to his website, send payment via PayPal and then receive a serial code for his script
  9. - Randomly stops fishing, will be working fine for like 20mins but then stops working. also when a whirlpool comes it will stop fishing it but then fail to resume. pfft lol You can create a method, public void checkAvailableSpots() which will constantly check whether there are available spots to fish if your player is in the particular fishing area(Presuming you defined an area, FISHING_AREA) and put that method in your loop, put an if statement to make it trigger only when the player is not animating, !myPlayer().isAnimating and is in the FISHING_AREA. If there's a small time gap whilst fishing where the animation goes from the fishing animation back to -1(No animation) then simply put a sleep timer in the method like so: sleep:{ Timer timer = new Timer(0); while(timer.getElapsed() < 2000L){ if(!client.getInventory().contains(fishID)){ break sleep; } else if(myPlayer().isAnimating()){ timer.reset(); } else{ sleep(40); } } } Which will trigger if the player has been idle for 2 or more seconds
  10. Thank you, will test the OSBot 1 emulator soon enough EDIT: Uncaught exception when loading the API [ERROR][03/04 01:33:26 PM]: Uncaught exception! java.lang.NullPointerException: component argument pData at sun.java2d.windows.GDIWindowSurfaceData.initOps(Native Method) at sun.java2d.windows.GDIWindowSurfaceData.<init>(Unknown Source) at sun.java2d.windows.GDIWindowSurfaceData.createData(Unknown Source) at sun.java2d.d3d.D3DScreenUpdateManager.getGdiSurface(Unknown Source) at sun.java2d.d3d.D3DScreenUpdateManager.createGraphics(Unknown Source) at sun.awt.windows.WComponentPeer.getGraphics(Unknown Source) at java.awt.Component.getGraphics(Unknown Source) at sun.awt.RepaintArea.paint(Unknown Source) at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$200(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) [INFO][Bot #1][03/04 01:33:27 PM]: Initializing 25 API modules... [INFO][03/04 01:33:27 PM]: Started bot #1 Also tried to load my script [ERROR][03/04 01:36:33 PM]: Uncaught exception! java.lang.NoClassDefFoundError: bGemCutter/Timer at bGuildFarmer.GuildFarmer.<clinit>(GuildFarmer.java:103) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at org.osbot.script.engine.ScriptManager$4.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.ClassNotFoundException: bGemCutter.Timer at java.lang.ClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at org.osbot.AB.loadClass(Unknown Source) ... 9 more Tried to use another script and ran properly
  11. Hey buddy, like to say thanks back to you, I do agree and believe most of the community here is very nice and caring. Have a good one
  12. Booch

    2 Day Ban

    Happened to alot of people today, including me
×
×
  • Create New...