Jump to content

Pandemic

Trade With Caution
  • Posts

    1628
  • Joined

  • Last visited

  • Days Won

    4
  • Feedback

    100%

Everything posted by Pandemic

  1. I like that pick, but I think I'd go for the DBS or a nice old DB5 <3
  2. The things near the minimap that show health, prayer, and run energy.
  3. Changed it to 3 winners, because as @Mikasa said, I don't want to overpopulate
  4. You'll have to use the interface debugger and find what interface parent and child ID it is, then use: client.getInterface(PARENT_ID).getChild(CHILD_ID).interact("Make-x");
  5. Hey guys! As you may know, I just released a new script that uses the master/slave method of crafting law runes. If you're unfamiliar with this method, check it out here. As soon as the banking situation is under control, I plan on giving away 3 free one week trials of this script, under a couple conditions: 1) Leave feedback on the thread 2) Report any and all bugs you may find To enter, simply leave a reply with your dream car, and I'll be choosing 3 random winners on the 15th of this month (if banking isn't resolved by then, I'll still choose winners, but won't start the count until it's fixed). Thanks!
  6. You can't call a static method in a non-static method, so you'll have to make a variable and interact with it that way. Example: RS2Object ditch = closestObjectForName("Wilderness Ditch"); ditch.interact("Cross"); You can enable/disable running with this: setRunning(true); //This turns it on setRunning(false); //This shuts it off
  7. I'll be busy with finals this week, sorry!

  8. Set your IP in server.properties to 0.0.0.0 or localhost. If that doesn't work, try connecting to it like localhost:25565
  9. There's too much variance, I can't really say a set amount :\
  10. Could you add my scripts? Pandemic's Slayer: http://osbot.org/forum/topic/44332-pandemic-slayer-osbots-first-slayer-script/ and Pandemic's AIO Fighter: http://osbot.org/forum/topic/27651-rock-crab-support-pandemics-aio-fighter-custom-banking-kills-anything/ Thanks P.S. I really liked SAO
  11. What do you mean apart from running them? What else would it do?
  12. Change this: p != this.client.getMyPlayer() to !p.equals(client.getMyPlayer())
  13. Will do, I hope this means you have some time for the slayer art :P
  14. I'm getting the same thing :3
  15. Well Divinity made a temporary fix for it, but it doesn't work all the time because of the camera issue. Honestly I'm not sure if that's the problem or not, but it wouldn't hurt for me to take a look
  16. Next time you're stuck in the random, log out and PM me your account details and I'll get it fixed
  17. You should have the update version, check the name itself (logo hasn't been update yet, waiting on @Designer ;))
  18. In your constructors of your other classes, include your main class as a parameter (like this): Main Class: SecondClass secondClass = new SecondClass(this); SecondClass: private MainClass class; public SecondClass(MainClass script) { this.script = script; }
×
×
  • Create New...