Results 1 to 10 of 10

Thread: No XP counter anymore?

  1. #1
    Join Date
    Dec 2015
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default No XP counter anymore?

    With this shitty runemetrics there is no longer an XP counter

    What do we do now lmao

    can we get it back any way?
    99's achieved : Herblore, Fletching & Cooking

  2. #2
    Join Date
    Jun 2012
    Posts
    586
    Mentioned
    112 Post(s)
    Quoted
    296 Post(s)

    Default

    Look when you start botting. Look when you stop botting. Compare the differences. :P.




    Skype: obscuritySRL@outlook.com

  3. #3
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    Quote Originally Posted by Obscurity View Post
    Look when you start botting. Look when you stop botting. Compare the differences. :P.
    but thats effort...

  4. #4
    Join Date
    Sep 2014
    Location
    Netherlands
    Posts
    264
    Mentioned
    11 Post(s)
    Quoted
    130 Post(s)

    Default

    Quote Originally Posted by Obscurity View Post
    Look when you start botting. Look when you stop botting. Compare the differences. :P.
    That's almost like playing legit! :O

  5. #5
    Join Date
    Mar 2016
    Posts
    192
    Mentioned
    6 Post(s)
    Quoted
    91 Post(s)

    Default

    We can but it's problematic and IMO not worth it

  6. #6
    Join Date
    Dec 2011
    Posts
    2,147
    Mentioned
    221 Post(s)
    Quoted
    1068 Post(s)

    Default

    Just enable the lite view, remove the excess counters, and drag it to where you like. It's the exact same display as before with a slight cosmetic tweak. IMO runemetrics is very helpful, calculates your XP/hr and whatnot for you, and you can customize time periods and such.

    Stack value and health warning are pretty nifty too.

  7. #7
    Join Date
    Sep 2014
    Posts
    447
    Mentioned
    10 Post(s)
    Quoted
    203 Post(s)

    Default

    Dumb question, but I can't figure out how to move this. It just stays in a box in the top right

    EDIT: nvm i'm actually just so dumb. It's easier to see how to move it around with lighweight mode off

  8. #8
    Join Date
    Oct 2012
    Posts
    1,258
    Mentioned
    40 Post(s)
    Quoted
    588 Post(s)

    Default

    I've been using what I talked about here for the time being, been relatively reliable for me, but means that you can't read chat at the same time as checking exp. Hopefully somebody updates srl6 with something better but anyhoo here's the code I used

    Exp moved to chatbox, looks like this: http://i.imgur.com/YN2Nl7p.png
    Set up the tesseract filter. The amazing filter I'm using:
    Simba Code:
    1. const
    2.   MyFilter: TTesseractFilter = [2, 2, [False, 0, TM_Mean]];
    Set up the searchbox as a tbox around exp, make sure to declare it as a variable. The absolutely wonderful tbox I'm using:
    Simba Code:
    1. searchBox1.edit(32, 527, 113, 545);
    Search for exp in the searchbox with the tesseract filter, probably some wonderfully redundant code in there.
    Simba Code:
    1. function mooGetXP: integer;
    2. begin
    3.   result := StrToInt(ExtractFromStr(tesseractGetText(searchBox1, myFilter), numbers));
    4. end;
    Setup a starting exp and remove that from the current xp to get total exp gained.
    Simba Code:
    1. startingXP := mooGetXP;
    Simba Code:
    1. writeln('gained ', (mooGetXP - startingXP), ' exp');
    Last edited by acow; 07-11-2016 at 10:28 PM.

  9. #9
    Join Date
    Jun 2016
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    question: if I have too much xp, that the counter shows LOTS! is there anything I could do?

  10. #10
    Join Date
    May 2011
    Location
    In an Island.
    Posts
    1,413
    Mentioned
    2 Post(s)
    Quoted
    149 Post(s)

    Default

    Quote Originally Posted by carpediembr View Post
    question: if I have too much xp, that the counter shows LOTS! is there anything I could do?
    Reset the counter.
    ''If you want something you've never had, you have to do something you've never done''


    total leve 2715/1b exp +... exterminated.

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
  •