Jump to content

Alek

Ex-Staff
  • Posts

    7878
  • Joined

  • Last visited

  • Days Won

    203
  • Feedback

    100%

Everything posted by Alek

  1. 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
  2. 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?
  3. I'm guessing you're not on Windows?
  4. Alek

    CLI help

    What does cmd/bash/terminal/whatever say?
  5. 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.
  6. 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.
  7. 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.
  8. .
  9. Alek

    :frog2:

    granted
  10. 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.
  11. The guy needs to buy furniture in his house before he buys Windows.
  12. You help keep this project alive, that's pretty important.
  13. I'm more impressed by the 1ms.
  14. Why Script and not Bot? Bot getMethods() returns MethodProvider
  15. Probably the layout having a conflict or the containers overlapping.
  16. Moved to stable.
  17. 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.
  18. Original Story by: @DuaneCiampa
  19. I'll look into it.
  20. 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.
  21. 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.
  22. Looking to do a little bit of an SDN cleanup. Report scripts you believe are broken below and I'll investigate.
  23. Looks like he used Google Translate and copy pasted the pronunciation.
  24. Correct. The bans are automatic but the final reviews are are not, according to the last time the company talked about botting and bans (this could be outdated information though). The only actual increase in bans would be if more bot busting events are coordinated.
  25. It's expensive to hire employees. Let's say their salaries are $30k/year, it's going to cost them 6,000 members to employ them.
×
×
  • Create New...