Jump to content

Alek

Ex-Staff
  • Posts

    7878
  • Joined

  • Last visited

  • Days Won

    202
  • Feedback

    100%

Everything posted by Alek

  1. Looks like you are missing a break after Pizza2 case. See if it that helps.
  2. You can have getters in your GUI class, then check it in your Main class. Main: if(GUI.clickedStart()) { var1 = GUI.getVar1(); var2= GUI.getVar2(); GUI.dispose(); }
  3. Well that's pretty embarrassing, they look similar. Well, thankfully it's a dev build. Good catch. Edit: Going to hurt Czar.
  4. Yes, just testing the waters on the buyItem method first.
  5. GrandExchange API: 1. The biggest change was adding a new method: buyItem(int itemId, String searchTerm, int price, int quantity) It handles literally everything for you including: -Scrolling through items with similar search terms -Going back if you are in sell screen -Resetting search if a term is already entered/not visible 2. buyItem(Box)/sellItem(Box) have had their logic slightly changed, some more automatic stuff in there too. Containers Continuity: Thanks to @Czar for his suggestion. The method isEmptyExcept() is now found in all containers including Bank, Trade, Store, etc. In addition I removed two duplicate Store contains() methods which were similar to the methods found in the super class. Other: -RS2Widget toString() overide with custom return, "root, second, third" -Removed worlds from F2P login list New scripts: -QverkkyAgility by @qverkk -Juggles AIO Shop Buyer by @Juggles -Glorious TzHaar by @Shudsy -HIronMiner by @venetox -Khal Wintertodt by @Khaleesi
  6. Well I think you guys are kind of missing a big question. Does the GUI for OSBot look correct and the GUI from scripts look incorrect?
  7. I'm guessing you're not on Windows?
  8. Alek

    CLI help

    What does cmd/bash/terminal/whatever say?
  9. Your original post was well written, so a mature discussion deserves a proper response. I'll try to highlight specifics so you can get some direct answers. This has two parts, getting a script approved and getting a git account set up. First, I have never made a git account for anyone here since I joined 3 years ago. Second, there are a lot of reasons why a script may take a while to be approved. Now the phrase "a while" is pretty subjective, most people who I see that are unsatisfied have waited well under a week. One week turnarounds are pretty standard after the script is completely finished. If a scripter claims that a script is complete and I find numerous problems with the code, the scripter is then directed to fix the issues prior to release. This is the main cause for scripts being delayed, so please ensure your scripts are actually ready before they get reviewed. This is not quite how the process works. There are two different tracks, one for free and one for premium. Premium scripts require a plan review prior to developing the script whereas free scripts require no such plan, and you can release after it's finished. Many free scripts are made by newer scripters/programmers and are often bug-prone. I spend A LOT of my time coaching people on proper techniques. Once again, delays are caused from the issues highlighted above. The SDN is not guaranteed. Only properly written scripts will have the opportunity to be distributed to thousands of botters. It is a direct reflection of our services. This community has also been plagued by people who have distributed malicious code and people who have attempted to distribute malicious code through the SDN. Unlike other communities who risk their user base by not performing reviews, we spend a lot of time sitting down and reading other people's code rather than writing our own.
  10. Alek

    Translations

    Thanks for that site @@Imateamcape, but it didn't have translations for the words that I needed. Also needs to be in cyrillic @@melomel.
  11. You have a high DPI display and Swing is not DPI aware (or it is I forget which). It can't really be fixed from our end, still something I'm investigating.
  12. Well besides web walker not working right now, your code won't work anyways. Position dest = new Position(3102+random(-4,5),3543+random(-3,9),0); If you can't reach that random position, web walking will say that your destination is null. Just use an area.
  13. The guy needs to buy furniture in his house before he buys Windows.
  14. You help keep this project alive, that's pretty important.
  15. I'm more impressed by the 1ms.
  16. Why Script and not Bot? Bot getMethods() returns MethodProvider
  17. Probably the layout having a conflict or the containers overlapping.
  18. Looks like you're trying to use a 50/50 chance, don't over complicate it with useless calculations. Also check your brackets, looks like you're giving it an entirely different meaning. As far as making something "random", you can always figure out the bounds by gathering enough input. Still, better of an attempt than simply moving your mouse/camera around randomly.
  19. Don't use scripts with fancy paints or use Low Resource mode to prevent it altogether. To be honest your CPU shouldn't be that high running a script.
  20. Scripting Help is for scripters who need help scripting; the correct forum is "General Help". Start OSBot from command line using the flag "-debug 5005". Start > cmd cd Desktop (if you have the jar on your desktop) java -jar "osbot 2.4.89.jar" -debug 5005 This shows all the "logs" from the client.
×
×
  • Create New...