Jump to content

Chikan

Members
  • Posts

    902
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Chikan

  1. Community has voted, time to kms GRAY IS THE WAY :FROG:
  2. Wasting what money, you're a gray name. Bot works for me, check your proxy settings and make sure they're entered correctly. Check your internet connection, check your brain aswell to make sure it's working properly.
  3. Armpit looks like a vagina
  4. http://www.strawpoll.me/14545827 https://www.gofundme.com/get-chikan-vip
  5. Update to what I said before -- The use of webwalking on my thieving script has been kinda wonky. Everytime it tries to walk to Ardougne my logger shows what Slut had mentioned: "Failed to find webwalking area"
  6. My webwalking has been okay, not sure what your issue might be
  7. I think there's something to do with dogs being trapped, but I think I could do it np. I'm just waiting till my test account hits the level I can do it at.
  8. Thanks ^-^ I'll add some pictures with proggies later!
  9. Chikan's Uber Thieving GUI Support: Modes: Banking mode: While banking mode is active, the bot will automatically bank at the nearest bank if the inventory is full; the bot then deposits everything except the food item the user has chosen. (If food mode is selected.) Eat food mode: While 'Eat food' is ticked, and a food type is selected the bot will check the inventory for the selected food; if the selected food is not found it will find the nearest bank available and withdraw the selected amount you have chosen. Eat At: This setting will determine the health your character will eat at, but only if you have food mode enabled. Otherwise this section may be left on default. Number of food items: This setting determines how many food items you wish to grab from the bank each time you run out. Options currently are 1, 5, 10, or All. (All will withdraw as many as possible, and then return to the previous task) Instructions: Simply select a task you wish to preform, and if you wish for your character to bank stolen items; select the 'Banking mode' option. If you wish to have your character eat, select a food option, a healthpoint to eat at, and the number of food items you wish to bring along for each trip. Afterwards, just hit start and let it get gain you easy xp! Supported items to Steal from: Men Tea Master Farmer Silk Stall Baker's Stall Proggies: FAQ: Q: When will the script be released? A: This script will be used for my S1 application, look for it on the SDN! Q: The script is broken, can you fix it?!!?! A: I will fix any issues if you can provide me details and logs of what is wrong. Fixes will be applied ASAP. What I'm working on adding - Note: More things will be added as I work on the script further, so keep an eye on the thread to see if I update anything! Download: (SCRIPT IS STILL UNDERDEVELOPMENT -- All methods are subject to change) http://s000.tinyupload.com/index.php?file_id=06063479683387552479 Changelog:
  10. Alek senpai has graced me with his pressence *faints*
  11. Because I was fixing it to suit better to what I needed. Thank you for your input though, it is appriciated. I'm using a JSpinner as Apa suggested.
  12. Sorry if I'm wording it wrong, but how to I get the value of the spinnerBox into the value of what I need what I'm trying right now: JSpinner eatAtSpinnerBox = new JSpinner(); eatAtSpinnerBox.setModel(new SpinnerNumberModel(1, 1, 99, 1)); eatAtSpinnerBox.addChangeListener(e -> vars.eatFoodThreshold = (int) eatAtSpinnerBox.getValue()); I think this is what I was looking for, I'll try it and get back to you.
  13. It used to be a comboBox, and I changed it without changing the variable name; I just didn't get around to it yet is all.
  14. I've switched it to a JSpinner, but I'm very unfamiliar with it. Would you be able to help me convert a changelistener to an int? JSpinner eatAtSpinnerBox = new JSpinner(); eatAtSpinnerBox.addChangeListener(e -> vars.eatFoodThreshold = (int) eatAtSpinnerBox.getChangeListeners()); eatAtSpinnerBox.setModel(new SpinnerNumberModel(1, 1, 99, 1)); (It was what I was looking for btw thanks alot^-^)
  15. NumberFormat format = NumberFormat.getInstance(); NumberFormatter formatter = new NumberFormatter(format); formatter.setValueClass(Integer.class); formatter.setMinimum(1); formatter.setMaximum(99); formatter.setAllowsInvalid(false); formatter.setCommitsOnValidEdit(true); JFormattedTextField eatAtComboBox = new JFormattedTextField(formatter); eatAtComboBox.addActionListener(e -> vars.eatFoodThreshold = (int) eatAtComboBox.getSelectedText()); /*<-- This part won't work, but my question is how can I get the textbox to return an int and to only allow an int. What I tried above doesn't seem to work. Any help appriciated.*/ Essentially I'm trying to create a textbox for my GUI that only accepts 2 int values with a max of 99 and a min of 1, this will be used to set what hp the character will eat at. So, how can I do this to fit what I need?
  16. Chikan

    Obby Tank

    yeah hold on lemme just untrain my defence . I said old obby tank in the OP, this account was made in 2015 when the serp helm was op, ty for the suggestion though.
×
×
  • Create New...