PoEHUD - Overlay for Path of Exile (Updated for 3.0) menu

User Tag List

Page 5 of 297 FirstFirst 12345678955105 ... LastLast
Results 61 to 75 of 4452
  1. #61
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2455
    Join Date
    Jun 2015
    Posts
    3,048
    Thanks G/R
    455/2200
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    try looking into skill info (i reciently added in poehud)
    I am pretty sure u will find total mine deployed info there.

    PoEHUD - Overlay for Path of Exile (Updated for 3.0)
  2. #62
    Sithylis's Avatar Elite User Authenticator enabled
    Reputation
    330
    Join Date
    Jul 2016
    Posts
    561
    Thanks G/R
    124/275
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TehCheat View Post
    I thought we checked buffs and it wasn't there either. There's probably a different array pointed to somewhere where they're stored, but last I knew the only known way was iterating through entities and checking if they're mines. And I'm not sure how easy it is to tell who they belong to, either (or anything else about them, for that matter). There's a reason no one has made an auto mine detonatator yet.
    No idea if this helps, or gives you an idea. They show up as minions for some reason, maybe thats the place for you to look and further decode information about where to look if anywhere

  3. Thanks toadskin (1 members gave Thanks to Sithylis for this useful post)
  4. #63
    kSacred's Avatar Contributor
    Reputation
    124
    Join Date
    Feb 2017
    Posts
    110
    Thanks G/R
    13/107
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sithylis View Post
    No idea if this helps, or gives you an idea. They show up as minions for some reason, maybe thats the place for you to look and further decode information about where to look if anywhere

    Thank you, that's how I now determine the number of mines, but the inability to distinguish other minions from mines is very bad.

    GitHub - k-Sacr/AutoMinesDetonate: Plugin for POE: AutoMinesDetonate
    Last edited by kSacred; 11-19-2017 at 11:08 PM.
    If you like what I'm doing and you want to support or speed up the development plagins, BTC donations can be send to: 1NLBDfMY7hURujkzfi9Uq6dnMf1zF3Vqcm

  5. #64
    vitasikxp2's Avatar Member
    Reputation
    10
    Join Date
    Jan 2017
    Posts
    69
    Thanks G/R
    3/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, dx9 version now work?
    When I run the program, nothing happens in the game.
    Last edited by vitasikxp2; 11-18-2017 at 02:17 AM.

  6. #65
    Imthaendgame's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a tutorial somewhere I can read on installing the mod?

  7. #66
    MasterDMFour's Avatar Active Member
    Reputation
    16
    Join Date
    Oct 2014
    Posts
    141
    Thanks G/R
    12/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Imthaendgame View Post
    Is there a tutorial somewhere I can read on installing the mod?
    Go to: GitHub - TehCheat/PoEHUD
    Click "Clone or download" and download as zip.
    Extract the zip file
    Launch PoE
    Open PoEHUD-x64 > Open "Release" folder and run "PoeHUD.exe".

    Pretty simple to be honest.

  8. Thanks toadskin (1 members gave Thanks to MasterDMFour for this useful post)
  9. #67
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2455
    Join Date
    Jun 2015
    Posts
    3,048
    Thanks G/R
    455/2200
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    Hey TehCheat why can't I see the PoiTracker Settings menu???? I just noticed that...

  10. #68
    TehCheat's Avatar ★ Elder ★
    Reputation
    2560
    Join Date
    Oct 2013
    Posts
    1,898
    Thanks G/R
    347/2262
    Trade Feedback
    5 (100%)
    Mentioned
    32 Post(s)
    Tagged
    1 Thread(s)
    Pushed out a change to the exp penalty calculation. They added an additional penalty a long time ago and it never got updated. Leveling characters in a race can be annoying without the proper penalty displaying.

  11. Thanks Sithylis, toadskin (2 members gave Thanks to TehCheat for this useful post)
  12. #69
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2455
    Join Date
    Jun 2015
    Posts
    3,048
    Thanks G/R
    455/2200
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)

  13. Thanks toadskin (1 members gave Thanks to GameHelper for this useful post)
  14. #70
    kSacred's Avatar Contributor
    Reputation
    124
    Join Date
    Feb 2017
    Posts
    110
    Thanks G/R
    13/107
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    GameController.Game.IngameState.Data.LocalPlayer.GetComponent<Actor>().Minions.C ount

    This way of detecting mines work poorly well, so I did not upload my plugin and hoped that you would find a better way. Disappointment...
    If you like what I'm doing and you want to support or speed up the development plagins, BTC donations can be send to: 1NLBDfMY7hURujkzfi9Uq6dnMf1zF3Vqcm

  15. #71
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2455
    Join Date
    Jun 2015
    Posts
    3,048
    Thanks G/R
    455/2200
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by kSacred View Post
    GameController.Game.IngameState.Data.LocalPlayer.GetComponent<Actor>().Minions.C ount

    This way of detecting mines work poorly well, so I did not upload my plugin and hoped that you would find a better way. Disappointment...
    I tried all possible ways, this is the most efficient way there exists.
    simple, efficient in terms of memory and cpu cycles and it doesn't stop pressing the <mine detonate> button until mines are detonated....so u can keep pressing your mine button and it will still find a space in between to detonate the mine.
    Last edited by GameHelper; 11-19-2017 at 11:31 PM.

  16. #72
    kSacred's Avatar Contributor
    Reputation
    124
    Join Date
    Feb 2017
    Posts
    110
    Thanks G/R
    13/107
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kSacred View Post
    How do I get information about active player mines and spell totem with spell name?
    They are not buffs, sort of like minions, but when they get a list of minions, they are not there
    The questions is still open, can anyone know the solution.
    If you like what I'm doing and you want to support or speed up the development plagins, BTC donations can be send to: 1NLBDfMY7hURujkzfi9Uq6dnMf1zF3Vqcm

  17. #73
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2455
    Join Date
    Jun 2015
    Posts
    3,048
    Thanks G/R
    455/2200
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by kSacred View Post
    The questions is still open, can anyone know the solution.
    here's how to distinguish between mine, minion, and etc etc etc...but we get a better solution just by checking Minions.count.

    Code:
                var minionPathString = "";
                foreach (var minionId in GameController.Game.IngameState.Data.LocalPlayer.GetComponent<PoeHUD.Poe.Components.Actor>().Minions)
                {
    
                    if (GameController.Game.IngameState.Data.EntityList.EntitiesAsDictionary.ContainsKey(minionId))
                    {
                        minionPathString = GameController.Game.IngameState.Data.EntityList.EntitiesAsDictionary[minionId].Path;
                        LogMessage(minionPathString, 1);
                    }
                }
    Last edited by GameHelper; 11-20-2017 at 12:20 AM.

  18. #74
    kSacred's Avatar Contributor
    Reputation
    124
    Join Date
    Feb 2017
    Posts
    110
    Thanks G/R
    13/107
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    here's how to distinguish between mine, minion, and etc etc etc...but we get a better solution just by checking Minions.count.

    Code:
                var minionPathString = "";
                foreach (var minionId in GameController.Game.IngameState.Data.LocalPlayer.GetComponent<PoeHUD.Poe.Components.Actor>().Minions)
                {
    
                    if (GameController.Game.IngameState.Data.EntityList.EntitiesAsDictionary.ContainsKey(minionId))
                    {
                        minionPathString = GameController.Game.IngameState.Data.EntityList.EntitiesAsDictionary[minionId].Path;
                        LogMessage(minionPathString, 1);
                    }
                }
    Thank you, but I also tried this method. EntityList is updated with a delay.
    If you like what I'm doing and you want to support or speed up the development plagins, BTC donations can be send to: 1NLBDfMY7hURujkzfi9Uq6dnMf1zF3Vqcm

  19. #75
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2455
    Join Date
    Jun 2015
    Posts
    3,048
    Thanks G/R
    455/2200
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by kSacred View Post
    Thank you, but I also tried this method. EntityList is updated with a delay.
    Try again with latest poehud. I did some changes.

  20. Thanks toadskin (1 members gave Thanks to GameHelper for this useful post)

Similar Threads

  1. [Release] ExileHUD - External overlay for Path of Exile (work in progress)
    By Evozer in forum PoE Bots and Programs
    Replies: 1131
    Last Post: 04-04-2015, 05:14 PM
  2. [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
  3. Replies: 0
    Last Post: 07-02-2014, 02:10 AM
  4. [Trading] "Path of Exile Beta Key" for "Diablo 3 Beta Key".
    By BlQ in forum Diablo 3 Buy Sell Trade
    Replies: 4
    Last Post: 03-30-2012, 01:42 AM
  5. [Trading] "Path of Exile Beta Key" for "Diablo 3 Beta Key".
    By Chakl22 in forum General Trading Buy Sell Trade
    Replies: 0
    Last Post: 10-16-2011, 03:15 AM
All times are GMT -5. The time now is 01:51 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