Jump to content

Tom

Scripter III
  • Posts

    5331
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by Tom

  1. Tom

    osFisher

    Same script pretty much, but who knows, it might. Added trial Added Added
  2. Tom

    osMinnows

    Whenever I get the chance, and unfortunately I'm a little busy at the moment. If you are wondering about ban chance, using the west side shouldn't be any different than using east
  3. Tom

    osFisher

    Added Added Added
  4. Tom

    osMinnows

    Added I can add east side, however random event NPC's are controlled by OSBot
  5. Tom

    osMinnows

    There is a bug atm but I dont have a mac to test it with, you cant run iit atm Added
  6. Tom

    osMiner

    In information in the logger you can give me? I've tested once in the past and had no issues. Thanks
  7. Tom

    osMinnows

    Issue hasnt been resolved yet
  8. Tom

    osMinnows

    That shouldn't be the problem, you need to start the script on the fishing platform Added
  9. Tom

    osMiner

    There is already anti ban Added the trial Id recommend a slower script speed (500 min, 750 max) As well as some anti ban options selected, but not all of them. Don't bot for more than a couple of hours without breaking.
  10. Tom

    osMinnows

    Added, you can buy a voucher through someone on OSBot with RSGP, then buy the script Added
  11. Tom

    osMinnows

    No word, however if you would like to try something for me on your MAC you can do the following Open OSBot with terminal using the following command java -jar OSBot-2.4.144.jar -debug 5005 Once you run the script, the terminal should fill up with an error, post that here. Added
  12. Tom

    osMiner

    I think that location is listed under legends guild or something, might be right but. No plans as of yet
  13. Tom

    osMiner

    Custom location is a little buggy right now, if you let me know where it is I can add it as its own location on the list.
  14. Tom

    osMinnows

    Hmm, was hoping for some more information, but unfortunately it hasn't given it. I'll have to ask around
  15. Yeah you're right in both aspects. I haven't visited C# since the start of last year so yeah its been fun
  16. Just ended up doing foreach(String w in words) { int points = 0; char[] c = w.ToCharArray(); foreach(char x in c) { points += pointsPerCharacter[x.ToString()]; } wordPoints.Add(w, points); } var topWords = wordPoints.OrderByDescending(pair => pair.Value); As long as it works for now, I'm satisfied. Leaving assignments to the last minute, I'm sure you know how it is
  17. Yep this always fuckin happens, think about it for hours, make a post and figure it out moments later.
×
×
  • Create New...