Page 2 of 2 FirstFirst 12
Results 26 to 41 of 41

Thread: SRL Stats Release!

  1. #26
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,691
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    That bug has been fixed. You can now see all users, scripts and variables regardless of their commits. Thanks go to Nielsie for his help.
    Last edited by Wizzup?; 01-02-2011 at 12:14 AM.



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  2. #27
    Join Date
    Dec 2006
    Location
    Sydney, New South Wales, Australia
    Posts
    4,603
    Mentioned
    15 Post(s)
    Quoted
    42 Post(s)

    Default

    Seriously, I thought this was supposed to be integrated with the forums? :S
    You may contact me with any concerns you have.
    Are you a victim of harassment? Please notify me or any other staff member.

    | SRL Community Rules | SRL Live Help & Chat | Setting up Simba | F.A.Q's |

  3. #28
    Join Date
    Nov 2007
    Location
    46696E6C616E64
    Posts
    3,069
    Mentioned
    44 Post(s)
    Quoted
    302 Post(s)

    Default

    Would it be hard to implement categories for scripts? Like woodcutting, mining, crafting etc.
    There used to be something meaningful here.

  4. #29
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,691
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Quote Originally Posted by Daniel View Post
    Seriously, I thought this was supposed to be integrated with the forums? :S
    Patience is a virtue. Integrating it takes a lot of time and effort. While it is a nice idea, I simply don't have the time to write it, at the moment anyway. I'd need to learn how vBulletin plugins work, etc. Not a lot of fun. Perhaps someone else can do it but I don't really see the big advantage if people can just place an image in their signature.



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  5. #30
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    It'd be really awesome to replace the 'Longevity' meter with a meter that shows 'macroing status'

    IE user's percentage of total macroing time, scaled so the person in first has a full bar
    Interested in C# and Electrical Engineering? This might interest you.

  6. #31
    Join Date
    Apr 2007
    Location
    Australia
    Posts
    4,163
    Mentioned
    9 Post(s)
    Quoted
    19 Post(s)

    Default

    How about a thing like rep, where you get an extra ball for each week of macroing time you get? Could be blue for 1 week, purple for 1 month, yellow for 1 year or something. They could go above/under the rep balls on the profiles.

  7. #32
    Join Date
    May 2007
    Location
    Tasmania, Aus
    Posts
    898
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by The Claw View Post
    How about a thing like rep, where you get an extra ball for each week of macroing time you get? Could be blue for 1 week, purple for 1 month, yellow for 1 year or something. They could go above/under the rep balls on the profiles.
    wow that is actually a great suggestion I would love to see this come to work!!!!! <3 this should have been thought of previously haha

  8. #33
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,691
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    You could probably parse the JSON output per post in PHP, with a vBulletin plugin (not too hard I suppose), although I'm unsure how much that would stress the stats system. That could also include a rank, but I'll have to implement that first. (Probably a caching mechanism too)



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  9. #34
    Join Date
    Apr 2007
    Location
    Australia
    Posts
    4,163
    Mentioned
    9 Post(s)
    Quoted
    19 Post(s)

    Default

    Just use pickled dictionaries bro

  10. #35
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  11. #36
    Join Date
    Nov 2007
    Location
    46696E6C616E64
    Posts
    3,069
    Mentioned
    44 Post(s)
    Quoted
    302 Post(s)

    Default

    Also, maybe the scripts name length could be increased?
    I tried to add "Monk of Zamorak Abuser" but it is too long, but I think atleast that should be allowed size, maybe even bigger.
    There used to be something meaningful here.

  12. #37
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,691
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Version 1.2 (now active) supports Unicode.

    Frement, to what length?



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  13. #38
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Is is possible to make it so we can "move variables" (i.e. so certain ones are shown before others, even if they were added after)? Like for MSI, I added all the ores, logs and fish, then realized that Clay wasn't there, so I added it, and it's at the bottom of the list, away from all the other ores.

  14. #39
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,691
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Variables are sorted on the total amount that they have been committed. There's no way to ``group'' them at this time.



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  15. #40
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by Wizzup? View Post
    Variables are sorted on the total amount that they have been committed. There's no way to ``group'' them at this time.
    Ah okay. Would be a need addition in the figure.

  16. #41
    Join Date
    May 2007
    Location
    Tasmania, Aus
    Posts
    898
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    suggestion,
    within each script that has been posted on the SRL stats website is it possible to have highest user for each script (like previous SRL stats) or does it have to stay with every single commit that has occurred to be posted under the heading of each script. I suggest this because I liked looking to see how I ranked up in certain scripts compared to other users

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •