PoE Exp Calculator. menu

User Tag List

Page 1 of 8 12345 ... LastLast
Results 1 to 15 of 106
  1. #1
    liquidace's Avatar Member
    Reputation
    12
    Join Date
    Sep 2012
    Posts
    77
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    PoE Exp Calculator.

    ** Moved to a separate topic so things don't get confusing with people downloading the wrong things **

    Can anyone test this for me?

    What would you like to see added next?



    Features:

    - Tracks Level, Current Exp, Max Exp and Exp required to level.
    - Calculates Exp gained (total)
    - Calculates Exp gained per hour
    - Calculates Time Till Level

    Hotkeys:

    - F5 to reset stats.

    https://www.dropbox.com/s/zrikfe5hi6...ECalc-Beta.exe

    VirusTotal: https://www.virustotal.com/en/file/e...is/1383959145/

    You will need - Microsoft Visual C++ 2012 Redistributable Package:

    http://www.microsoft.com/en-us/downl....aspx?id=30679
    Last edited by liquidace; 11-14-2013 at 07:33 PM.

    PoE Exp Calculator.
  2. #2
    gurud's Avatar Contributor CoreCoins Purchaser
    Reputation
    129
    Join Date
    Oct 2013
    Posts
    223
    Thanks G/R
    2/31
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is trusted, and it works.

  3. #3
    liquidace's Avatar Member
    Reputation
    12
    Join Date
    Sep 2012
    Posts
    77
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Whats the steam clients exe name in your process list? I'll add support for that and you can test and see if the offsets are the same (they should be...)

  4. #4
    gurud's Avatar Contributor CoreCoins Purchaser
    Reputation
    129
    Join Date
    Oct 2013
    Posts
    223
    Thanks G/R
    2/31
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    PathOfExileSteam.exe

    The offsets wont be the same, i had already test lots of other things on steam and the ofsets are always different. like +20C of the original, but always different. I can see if i can get them for you.

  5. #5
    liquidace's Avatar Member
    Reputation
    12
    Join Date
    Sep 2012
    Posts
    77
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Can you test: https://www.dropbox.com/s/0pl9hw013y...Calc-Steam.exe

    My steam version wont update (stuck at 1kb/s) so can't test.

  6. #6
    gurud's Avatar Contributor CoreCoins Purchaser
    Reputation
    129
    Join Date
    Oct 2013
    Posts
    223
    Thanks G/R
    2/31
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by liquidace View Post
    Can you test: https://www.dropbox.com/s/0pl9hw013y...Calc-Steam.exe

    My steam version wont update (stuck at 1kb/s) so can't test.
    Don't work, like i said steam have different offsets. i'm trying to find an array of bytes that works for both clients.

    btw the offsets on the older thead didnt work well for me so i had to find my own. i'm using

    min exp "PathOfExile.exe"+0076EFB4 [54,608,7c,7c,1f0]
    actual exp /\ + 4
    max exp /\ + 4
    Lv /\ + 4


    Also 12 of november poe will have a big patch that will change all those offsets, so finding an array of bytes that can find the offsets would be better
    Last edited by gurud; 11-08-2013 at 10:37 PM.

  7. #7
    liquidace's Avatar Member
    Reputation
    12
    Join Date
    Sep 2012
    Posts
    77
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    If my steam game would load I could locate one that worked but its not co-operating

  8. #8
    gurud's Avatar Contributor CoreCoins Purchaser
    Reputation
    129
    Join Date
    Oct 2013
    Posts
    223
    Thanks G/R
    2/31
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by liquidace View Post
    If my steam game would load I could locate one that worked but its not co-operating
    min exp "PathOfExile.exe"+0076EFB4 [54,608,7c,7c,1f0]
    actual exp /\ + 4
    max exp /\ + 4
    Lv /\ + 4

    For STEAM:

    min exp "PathOfExileSteam.exe"+00771FB4 [54,608,7c,7c,1f0]
    actual exp /\ + 4
    max exp /\ + 4
    Lv /\ + 4

  9. #9
    liquidace's Avatar Member
    Reputation
    12
    Join Date
    Sep 2012
    Posts
    77
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Where did you get the 0076EFB4 / 00771FB4?

    This is what i found:


    "PathOfExileSteam.exe"+788c08

    +11c
    +49c
    +54
    +588
    +374 (Current EXP)

    rest are 0x4 apart again.

  10. #10
    liquidace's Avatar Member
    Reputation
    12
    Join Date
    Sep 2012
    Posts
    77
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Updated for steam client as well as normal client (check main post)

  11. #11
    gurud's Avatar Contributor CoreCoins Purchaser
    Reputation
    129
    Join Date
    Oct 2013
    Posts
    223
    Thanks G/R
    2/31
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by liquidace View Post
    Where did you get the 0076EFB4 / 00771FB4?

    This is what i found:


    "PathOfExileSteam.exe"+788c08

    +11c
    +49c
    +54
    +588
    +374 (Current EXP)

    rest are 0x4 apart again.
    I just did a pointer search for the exp with the final offset locked to the one i had previously found and looked for the same offsets.

    Since they are the same version, only the base address should be different and the offsets equal.

    It's the same thing but in another part of the memory.

    Edit: tested steam working now.
    Last edited by gurud; 11-08-2013 at 11:29 PM.

  12. #12
    x3m1st12's Avatar Private
    Reputation
    1
    Join Date
    Nov 2013
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    plz give me full source!

    [email protected]

  13. #13
    liquidace's Avatar Member
    Reputation
    12
    Join Date
    Sep 2012
    Posts
    77
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Why would i do that lol?

  14. #14
    x3m1st12's Avatar Private
    Reputation
    1
    Join Date
    Nov 2013
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    please,, share your considerable

  15. #15
    liquidace's Avatar Member
    Reputation
    12
    Join Date
    Sep 2012
    Posts
    77
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Why dont you prove you can contribute to the community? You only just registered ><

Page 1 of 8 12345 ... LastLast

Similar Threads

  1. [Mage Only] 30k exp an hour - Best AOE Method
    By Matt in forum World of Warcraft Guides
    Replies: 12
    Last Post: 12-04-2006, 12:51 PM
  2. LV 40+ Easy EXP and 15-30+ Gold an Hour
    By thestupidguy in forum World of Warcraft Guides
    Replies: 11
    Last Post: 10-21-2006, 10:49 PM
  3. Lvling for talent Calculator-thingy
    By Egads in forum World of Warcraft General
    Replies: 1
    Last Post: 09-16-2006, 03:40 AM
  4. How +Spell Damage Is Calculated For Mages
    By impulse102 in forum World of Warcraft Guides
    Replies: 7
    Last Post: 08-06-2006, 06:08 AM
  5. Can we trade Gold for EXP in donation.
    By cirko in forum World of Warcraft General
    Replies: 4
    Last Post: 07-06-2006, 05:49 PM
All times are GMT -5. The time now is 02:58 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search