Jump to content

Incus Valley

Members
  • Posts

    22
  • Joined

  • Last visited

  • Feedback

    100%

Posts posted by Incus Valley

  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. Weird, downloaded, launched, took chocolate bars from bank, moved knife, then started to lag alot and did not crush the bars sad.png

    Edit: Ok, launched with logger opened, froze as before, but gave out shitloads of errors.. :/

    Can anyone fix it?

    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. 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:
      • pgCIUqX.png
    • 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:

    Changelog:

    1.0 - Initial release
    • Like 1
  4. Leather Crafter


    Features:
    • Crafts soft leather.
    • ESC to close in bank.
    • Anti-ban.
    • Works at any bank.
    Images:

    qZNVxXd.png

    Changelog:
    1.1 - Added task system.
    1.0 - Initial release
    Avaliable on the SDN - Click here to add!
  5. 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:

     

    9HelcE5.png

     

    7bo6ixG.png

     

    IroappG.png

     

    Download link:

    Changelog:

    1.0 - Initial release
    
    • Like 3
×
×
  • Create New...