Jump to content

Incus Valley

Members
  • Posts

    22
  • Joined

  • Last visited

  • Feedback

    100%

Profile Information

  • Gender
    Male

Recent Profile Visitors

3305 profile views

Incus Valley's Achievements

Bronze Poster

Bronze Poster (2/10)

11

Reputation

  1. This is what I use to swap items in inventory spaces. public boolean swapItems(int slot1, int slot2) throws InterruptedException { if (getInventory().isItemSelected()) { getInventory().deselectItem(); } return getMouse().continualClick(getInventory().getMouseDestination(slot1), new Condition() { @Override public boolean evaluate() { getMouse().move(getInventory().getMouseDestination(slot2), true); return getInventory().getMouseDestination(slot2).getBoundingBox().contains(getMouse().getPosition()); } }); } Kinda messy, but it works.
  2. Sounds like a null pointer, I'll check it in a bit. I'm unsure about pushing updates for this since its barely profitable now
  3. I had that, but I removed it to make it more streamlined.
  4. You made me have to bring out the spreadsheet! I just did a test to see how much I could buy each ingredient for and these are extremely high, I was getting cheese for 100gp and tomatos for 60gp. 116k F2P almost no requirements.
  5. Incuso's Pizza Uncooked Pizza Maker. Features: Makes Uncooked pizzas (requires 35 cooking), which you can then go on to cook (You need to use a range and I don't know if there's a functioning Al-Kharid cooking script).How-to use: Start with an equal amount of:Pots of flour Jugs of water Tomatos Cheese The script will go through each step of making the Uncooked pizzas and log out when it's finished. The most efficent way of laying out your bank: At the time of posting this these items come up to around 400gp give or take and Plain pizzas sell for 750gp. Bugs: Tell me if you find any.Images: Somebody run this and get me a proggie, thanks! Download link: https://www.mediafire.com/?88j93l0orr35asjChangelog: 1.0 - Initial release
  6. The link worked fine for me, I reuploaded it and added a new link. Uppit is weird.
  7. Leather Crafter Features:Crafts soft leather. ESC to close in bank. Anti-ban. Works at any bank. Images: Changelog: 1.1 - Added task system. 1.0 - Initial releaseAvaliable on the SDN - Click here to add!
  8. Thanks man, I've been getting into scripting and wanted to see how do-able having a bot unload and load items from the Grand Exchange.
  9. Chocolate Crusher Crushes chocolate at the Grand Exchange indefinately. Features: Buys Chocolate Bars for a predetermined price. Crushes the bars into dust. Sells the dust for predetermined price and repeats. Indefinately crushes Chocolate bars. Can also be ran in stand-alone at any bank if you untick "Buy & Sell" in the GUI. How-to use: Start with your starting amount of Chocolate bars in your bank (this wont touch any money in the bank) as this script will reinvest your starting bars continuously.Bugs: Clicks knife in inventory after crushing the last bar. If you find any, please alert me and I'll fix them as soon as. To-do: Add saving of buy and sell price in the GUI. Allow editing of buy and sell price while script is still running. Images: Download link: http://uppit.com/9u2q4nb652hpChangelog: 1.0 - Initial release
  10. I'm the original and only owner of this account. No black marks or mutes.
×
×
  • Create New...