Jump to content

Tom

Scripter III
  • Posts

    5335
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by Tom

  1. Tom

    osMinnows

    Hmm, was hoping for some more information, but unfortunately it hasn't given it. I'll have to ask around
  2. Yeah you're right in both aspects. I haven't visited C# since the start of last year so yeah its been fun
  3. 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
  4. Yep this always fuckin happens, think about it for hours, make a post and figure it out moments later.
  5. Aint in a thinking mood, been thinking all day. Say I have a Dictionairy<char, int> values, and each letter has an amount of points you score for each occurrence in a string A=1,B=2,C=3,D=4,E=5,F=6,G=7,H=8,I=9,J=10,K=11,L=12,M=13,N=14,O=15,P=16,Q=17,R=18,S=19,T=20,U=21,V=22,W=23,X=24,Y=25,Z=26 Imagine that being loaded into a the dictionary pretty much. The word OSBot would give 15 + 19 + 2 + 15 + 20 = 71 points So now I have a list of words, the words are completely random but they are real words. I want to sort this list by the amount of points I would obtain per word. The amount of points per letter arent always alphabetical, so A could be 30 points and Z could be 29 points, its random. If anyone knows of a good way to do this, or needs a better explanation, let me know. LINQ stuff is preferred. Edit: I'm onto something literally 1 minute after posting this thread. Calculate the points per word, then add it to a dictionary Word, Points, then sort that dictionary by the amount of points. Just delete this shit I was too tired for my own good
  6. Tom

    osMiner

    Please give me any more information you can, such as location and other settings.
  7. Tom

    osFisher

    Added No, sorry it won't cook.
  8. Tom

    osMinnows

    Yes, open the OSBot logger in the top right before you run the script. This will give you an error and let me know why its not loading for you
  9. Tom

    osMiner

    Added
  10. Tom

    osMiner

    Added
  11. Added
  12. Tom

    osMinnows

    Anything in the logger you can give me?
  13. Tom

    osFisher

    Hahahahahahahahahahahahaha Yeah, minnow support is working on the west side of the new pier thingo Added
  14. Tom

    osFisher

    I'm surprised this hasn't even been reported yet, a lot of people use Ottos grotto. Just to clarify, you are using feathers as bait right? Just making sure as regular bait doesn't work there lol. Once confirmed, I'll get to testing the location myself and make sure a fix is out for you ASAP.
  15. Tom

    osMiner

    Added
  16. Tom

    osFisher

    Added
  17. Added
  18. Tom

    osMiner

    Trail added
  19. Tom

    osMiner

    Added Added Added Not currently No plans as of yet, maybe soon though.
  20. Tom

    osMinnows

    Can't check however Smart confirmed it, so I better look to see whats causing it Added trial
  21. Tom

    osMinnows

    I'll look into it and give you a new trial if its resolved. Added
  22. Tom

    osMiner

    Trial added
  23. Tom

    osMinnows

    Trial added
  24. Tom

    osMiner

    I thought I fixed it, however the issue got reported again so I'm gonna go have another look soon Added
  25. Tom

    osFisher

    No sweat mate, I'll just extend it tomorrow. You are doing me a favour so I have no problems
×
×
  • Create New...