Jump to content
Frequently Asked Questions
  • Are you not able to open the client? Try following our getting started guide
  • Still not working? Try downloading and running JarFix
  • Help! My bot doesn't do anything! Enable fresh start in client settings and restart the client
  • How to purchase with PayPal/OSRS/Crypto gold? You can purchase vouchers from other users
  • Script Idea Help Please!


    NZL

    Recommended Posts

    Basically I have a script that is power skilling, but it sometimes can get an item that's not the item its collecting which will break the script.

    However I have a workaround which just drops the item in the first inventory slot regardless of what it is...

    However! I want to keep those items are they can be worth heaps! So how would I go about Dragging the item to the last available slot in the inventory?

    Any ideas?

    if s.getInventory().slotContains(0,???)
    s.getMouse ???
    Drag to last empty slot in inventory ???
    ???

    Link to comment
    Share on other sites

    Can't you just check if the item is worth crap or not?

    if it's not then just change the variable instead of first slot to second slot.

     

    Just my thoughts about it ;p

    Link to comment
    Share on other sites

    Now its a fresh new day :l (not 4am)
    Guess I can use mouse.drag and a For (Inventory i = 30, where inventory is full; i--; or something will have to play with it later
    So where inventory is full it loops downwards and drags the unknown item from slot 1 to the last available slot

    Link to comment
    Share on other sites

    Archived

    This topic is now archived and is closed to further replies.

    ×
    ×
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.