Jump to content

Precise

Lifetime Sponsor
  • Posts

    1854
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    100%

Everything posted by Precise

  1. i would do this. Then invoke this method after. it works for me
  2. Precise

    MagicTracker

    Great work man! Just to let you know that you spelt "Wield" wrong in equipping staff. Hope this helps! - Precise
  3. Try this if you still cannot get it to work Make a new method in the GUI Class. public void showGUI() { EdgeMenGUI window = new EdgeMenGUI(); window.frame.setVisible(true); } insert this above the onStart(); EdgeMenGUI g = new EdgeMenGUI(); In the onStart method do g.showGUI(); - Precise
  4. sorry to say this but, if you are not going to post something nice, dont post at all. OP: nice work man!
  5. this may work though i have not tested but it is something to work with. long loot = 0; long before = client.getInventory().getAmount("ITEM_NAME"); loot.interact("LOOT"); long after = client.getInventory().getAmount("ITEM_NAME"); if(after > before) { loot += (after-before); }
  6. get inventory count before and compare to after, if it is greater, looted ++ or (difference between inventory count before and after).
  7. Familiarise yourself with the OSBot API. This may work, you'll have to test. if(sA.client.getSkills().getCurrentLevel(Skill.PRAYER)/sA.client.getSkills().getLevel(Skill.PRAYER)*100 < 50) { // do stuff }
  8. Precise

    Walking?

    dude, search walking in the snippets section, i know for a fact there are at least 3 which will comply with this.
  9. would you make me a script logo named "PreConstruction"? (180x180) thanks alot man!
  10. me too, seems like it is not only you
  11. competition is good for everyone well I will to get some more oak planks and when I do I'll update the thread Yeah, I did think about this, thank you for spotting
  12. For the past day i have been working on a Construction script and i wanted to share it with the community Here is the GUI: Doing oak larders it makes 100k+ xp per hour! here is a quick video of the script at work. I would love to know what you all think, what i should change! Expect it to be public very soon. thanks alot guys!
  13. so is there no way of telling whether it has connected to the proxy?
  14. ill take this into consideration thanks
  15. i am just finished writing my first script which i am happy with.. Got to remove rare bugs which are occurring before public release here is a quick proggy! UPDATE! NEW PAINT INFORMATION ABOUT THE SCRIPT! Supports: Teleport Method - Ardougne Teleports Food - 1 Lobster per trip Inventory - withdraws 13 cowhides per trip MUST HAVE IN BANK: Lobsters Unicorn horns Cowhides Ardougne Teleports Other: i will add other features ( custom Food, Food amount, Cowhide amount and other teleport methods) if there is a big enough demand. will release script in the next couple of days if everything goes to plan
×
×
  • Create New...