PoEHUD Overlay Updated menu

Shout-Out

User Tag List

Page 106 of 461 FirstFirst ... 656102103104105106107108109110156206 ... LastLast
Results 1,576 to 1,590 of 6913
  1. #1576
    xmanx's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    37
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TehCheat View Post
    IsInGame: 0x303c -> 0x30bc

    Only change I saw.
    in what file? thanks for reply

    PoEHUD Overlay Updated
  2. #1577
    vmv's Avatar ★ Elder ★
    Reputation
    1196
    Join Date
    Nov 2013
    Posts
    1,397
    Thanks G/R
    103/1053
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xmanx View Post
    in what file? thanks for reply
    https://github.com/H4vC/PoeHud/blob/.../ServerData.cs

  3. #1578
    alvarorm88's Avatar Member
    Reputation
    1
    Join Date
    Oct 2014
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i have changed it but still nothing...

    "namespace PoeHUD.Poe.RemoteMemoryObjects
    {
    public class ServerData : RemoteMemoryObject
    {
    public bool IsInGame => M.ReadInt(Address + 0x30bc) == 3;

    public InventoryList PlayerInventories => base.GetObject<InventoryList>(Address + 10496);
    }
    }"

  4. #1579
    tvinki's Avatar Active Member
    Reputation
    21
    Join Date
    Mar 2014
    Posts
    163
    Thanks G/R
    37/18
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    +
    dont work

  5. #1580
    polakias's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    same not work and for me

  6. #1581
    xrrrx's Avatar Member
    Reputation
    1
    Join Date
    Jul 2015
    Posts
    26
    Thanks G/R
    9/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TehCheat View Post
    IsInGame: 0x303c -> 0x30bc

    Only change I saw.
    I did it but doest work

  7. #1582
    vmv's Avatar ★ Elder ★
    Reputation
    1196
    Join Date
    Nov 2013
    Posts
    1,397
    Thanks G/R
    103/1053
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    How come...it's working for me just fine....

    public bool IsInGame => M.ReadInt(Address + 0x30BC) == 3;

  8. Thanks xrrrx (1 members gave Thanks to vmv for this useful post)
  9. #1583
    xrrrx's Avatar Member
    Reputation
    1
    Join Date
    Jul 2015
    Posts
    26
    Thanks G/R
    9/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vmv View Post
    How come...it's working for me just fine....

    public bool IsInGame => M.ReadInt(Address + 0x30BC) == 3;
    Yes i did it alrdy in folder PoeHud-master\src\Poe\RemoteMemoryObjects and change in Server Data file but it still doesnt work unfortunatelly

  10. #1584
    tvinki's Avatar Active Member
    Reputation
    21
    Join Date
    Mar 2014
    Posts
    163
    Thanks G/R
    37/18
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vmv View Post
    How come...it's working for me just fine....

    public bool IsInGame => M.ReadInt(Address + 0x30BC) == 3;
    its only work for u )

  11. #1585
    Nerijus Kesylis's Avatar Member
    Reputation
    1
    Join Date
    Aug 2014
    Posts
    11
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Do we have to compile *.exe or just change IsInGame. If we have to compile *.exe, can somebody upload a compiled one ?

  12. #1586
    vmv's Avatar ★ Elder ★
    Reputation
    1196
    Join Date
    Nov 2013
    Posts
    1,397
    Thanks G/R
    103/1053
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nerijus Kesylis View Post
    Do we have to compile *.exe or just change IsInGame. If we have to compile *.exe, can somebody upload a compiled one ?
    OFC you need to recompile the exe ....

    here, working version for me..try it : http://www.mediafire.com/download/76...orking+hud.zip
    Last edited by vmv; 11-02-2015 at 06:21 AM.

  13. Thanks Nerijus Kesylis, BrasileirinhoPe, xrrrx, Ket (4 members gave Thanks to vmv for this useful post)
  14. #1587
    blackcomb's Avatar Member
    Reputation
    2
    Join Date
    Jun 2014
    Posts
    18
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vmv View Post
    OFC you need to recompile the exe ....

    here, working version for me..try it : working hud
    you're the best!


    Yeah needed to be compiled. working now

  15. #1588
    tvinki's Avatar Active Member
    Reputation
    21
    Join Date
    Mar 2014
    Posts
    163
    Thanks G/R
    37/18
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vmv View Post
    OFC you need to recompile the exe ....

    here, working version for me..try it : working hud
    what program u use for compile ?

  16. #1589
    blackcomb's Avatar Member
    Reputation
    2
    Join Date
    Jun 2014
    Posts
    18
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tvinki View Post
    what program u use for compile ?
    it's VS. though check page 106, VMV upload a compiled working copy.

  17. #1590
    BrasileirinhoPe's Avatar Member
    Reputation
    4
    Join Date
    Oct 2015
    Posts
    44
    Thanks G/R
    40/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Working, but wheres is the src past?

Similar Threads

  1. [Release] PoeHUD - Overlay for Path of Exile
    By Coyl in forum PoE Bots and Programs
    Replies: 1870
    Last Post: 01-27-2015, 02:28 AM
  2. [Tool] Exp per hour overlay (needs offset update)
    By moustache in forum PoE Bots and Programs
    Replies: 15
    Last Post: 11-08-2013, 09:00 PM
  3. Site updates 6/19/2006
    By Matt in forum OC News
    Replies: 1
    Last Post: 06-19-2006, 08:48 AM
  4. Updated(FuxxoZ|WoWGlider)
    By ih8blizz in forum World of Warcraft Bots and Programs
    Replies: 22
    Last Post: 06-16-2006, 09:24 PM
  5. New Update on the Patch!
    By Dwarpy in forum World of Warcraft General
    Replies: 1
    Last Post: 05-22-2006, 12:50 AM
All times are GMT -5. The time now is 02:16 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search