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
  • johnosrs1337

    Members
    • Posts

      4
    • Joined

    • Last visited

    johnosrs1337's Achievements

    1. Man the way I was going about that was so complicated and I got the info from the search function lol this is so simple I now feel stupid
    2. I search everything before asking any questions but this is just confusing the heck out of me I’m trying to switch between attack styles and I can’t wrap my head around how you use the widgets and config if someone could break it down for me that would be amazing I wouldn’t ask if I could find something I could understand anywhere. I realize that based on weapon the config I’d would change I’m just having a hard time with it.
    3. So I’ve been learning java by writing bots because I’m in the hospital and cannot move from an accident and that’s super common to see here and other bots sites is people teaching themselves so what ended up happening is the resources I’m using to learn taught me arrays but I didn’t reach array lists yet or they might not even be in the material at all lol so I wrote all this super complicated to me code to add and remove elements to an array in a banking class that handles job items from job classes being passed to a banking class that stores items and removes everything it needs and keeps what it needs but I kept running into issues where I couldn’t pass the integer variables from my array to The bank withdraw method so I’m gonna try out array lists because from what I just read they are resizable but do I need to make my array list only in the main loop or can I make it in my banking class and add/remove from other job classes?
    4. First time posting and also new to programming so I’ve been having the hardest time trying to get an array to work for banking items like int bankItem; Int[] itemArray = new int[] {303, 1337, 1327}; bankItem = itemArray[0]; Bank.openClosest(); sleep(600); if(Bank.isOpen()) { Bank.depositAllExcept(bankItem); sleep(600); Bank.close(); I typed this out on my iPhone so I apologize for anything wrong with it but if anyone knows how I can use an array to cycle between items for a bank depending on what job my bot is currently doing it would be a great help I’ve been trying to understand what I’m doing wrong so I can progress further in my scripting.
    ×
    ×
    • 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.