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
  • Withdraw item using second name


    abdulr

    Recommended Posts

    How can i withdraw item using second name

    e.g. insead of "iron axe" - " axe" or something like that 

    i want to withdraw an axe from the bank but not a specific axe

     

    Link to comment
    Share on other sites

    37 minutes ago, Pseudo said:

    getBanking.withdrawAll(i -> i != null && i.getName().contains(string))

    THANK YOU SO MUCH

    Link to comment
    Share on other sites

    1 hour ago, Pseudo said:

    getBanking.withdrawAll(i -> i != null && i.getName().contains(string))

     

    how can i check if my inventory contains the item using the second item name ^ same as the bank but inventory version now

    Link to comment
    Share on other sites

    12 minutes ago, Pseudo said:

    getInventory.get(i -> ...

     

    Pretty self explanatory..

    getting an error here

    getInventory().get(i -> i != null && i.interact("Skills necklace(", "Rub"));
    Link to comment
    Share on other sites

    33 minutes ago, abdulr said:

    getting an error here

    
    getInventory().get(i -> i != null && i.interact("Skills necklace(", "Rub"));

    Not to be rude but you ought to really learn some java before scripting.

    Item item = getInventory().get(() -> i != null && i.getName().contains("necklace"));

    Link to comment
    Share on other sites

    3 hours ago, Pseudo said:

    Not to be rude but you ought to really learn some java before scripting.

     

    
    Item item = getInventory().get(() -> i != null && i.getName().contains("necklace"));

     

    https://www.codecademy.com/ gives a good free, toes wet, approach to learning java.  you don't dive in depth to anything but learn a little of most useful things. 

     

    https://www.retailmenot.com/view/udemy.com  <--- tons of free courses available w/ promo codes.  Including a Java for Noobs course:  https://www.udemy.com/java-for-noobs-go-from-noob-to-semi-noob-noob-coder/  .  This course looks to give a little bit more depth then the code academy one. 

    Again, those two options are currently free :)

     

    A good paid version ($9.99 at the time of writing this) https://www.udemy.com/java-the-complete-java-developer-course/ Great Java class with tons of interaction, practice tests recapping each lesson and over all exercises going over the series of lessons you learned in that segment.   

     

    These are all tools available to help, hopefully you enjoy them. 

     

     

     

     

    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.