PoEHUD Overlay Updated menu

Shout-Out

User Tag List

Page 374 of 461 FirstFirst ... 274324370371372373374375376377378424 ... LastLast
Results 5,596 to 5,610 of 6913
  1. #5596
    stfufag's Avatar Active Member
    Reputation
    22
    Join Date
    Jun 2012
    Posts
    294
    Thanks G/R
    46/20
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    could someone enlighten me as to why it shows every single item dropped, white, grey etc. and gives a sound?

    PoEHUD Overlay Updated
  2. #5597
    TehCheat's Avatar ★ Elder ★
    Reputation
    2564
    Join Date
    Oct 2013
    Posts
    1,900
    Thanks G/R
    349/2266
    Trade Feedback
    5 (100%)
    Mentioned
    32 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by stfufag View Post
    could someone enlighten me as to why it shows every single item dropped, white, grey etc. and gives a sound?
    Neversink's filter likes to draw invisible borders on everything, especially early on, which causes HUD to think it's desirable. So it's probably that. You could switch HUD to just alert items that have a sound attached. That's probably the better way to detect useful items, if I'm being honest. zaafar just made some changes to the included neversink filter which should fix that. I think I pushed the changes last night.

  3. Thanks stfufag (1 members gave Thanks to TehCheat for this useful post)
  4. #5598
    LaFlame's Avatar Member
    Reputation
    2
    Join Date
    Jun 2017
    Posts
    24
    Thanks G/R
    14/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @TehCheat Where can I donate and how much would it be acceptable for the awesome work you've been doing?

  5. #5599
    TehCheat's Avatar ★ Elder ★
    Reputation
    2564
    Join Date
    Oct 2013
    Posts
    1,900
    Thanks G/R
    349/2266
    Trade Feedback
    5 (100%)
    Mentioned
    32 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by LaFlame View Post
    @TehCheat Where can I donate and how much would it be acceptable for the awesome work you've been doing?
    The github links in my signature have donation information just down the page a bit. Any amount is acceptable.

  6. #5600
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    3015
    Join Date
    Jun 2015
    Posts
    3,325
    Thanks G/R
    507/2700
    Trade Feedback
    0 (0%)
    Mentioned
    92 Post(s)
    Tagged
    2 Thread(s)
    Originally Posted by TehCheat View Post
    It's already in there. I didn't check if they were accurate, but I did pull those changes in. (the other offsets in that structure didn't change, so it should be working)

    EDIT:
    Also, I'm going to bed. I'll be around in ~7 hours to see how things are going.
    Don't worry about such details, after its public ( poehud + Poe without beta ) I am gonna visit every offset and see if they r valid or not.
    If I did not reply to you, it mean the question you are asking is stupid.

  7. #5601
    thorezz1's Avatar Banned
    Reputation
    1
    Join Date
    Jun 2017
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That's insane

  8. #5602
    Stridemann's Avatar Contributor
    Reputation
    227
    Join Date
    Oct 2016
    Posts
    248
    Thanks G/R
    29/188
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Inventory preview plugin

    I have a problems with inventory preview plugin: GitHub - zaafar/poehud_inventorypreview

    Everything works fine in release version of poehud, but it throws an errors when poehud is compiled on Debug (PoEHUD\src\bin\x64\Debug\plugins\InventoryPreview):
    Method error: Render : System.MissingMethodException: Method not found: "SharpDX.Size2 PoeHUD.Hud.UI.Graphics.DrawText(System.String, Int32, SharpDX.Vector2, SharpDX.Color, SharpDX.Direct3D9.FontDrawFlags)".
    I tried everything to fix that, nothing helps (download lastest sources of poehud, update the project references..).

    When I comment (disable) each line with method "Graphics.DrawText" and compile - it works.

    I check that this method exists (by reflection) : https://dl.dropboxusercontent.com/s/...3_12-21-54.png

    https://dl.dropboxusercontent.com/s/...3_13-10-52.png

    Any thoughts?


    Edit: The other plugins also throw this error. Hmm..
    Last edited by Stridemann; 06-13-2017 at 05:17 AM.

  9. #5603
    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)
    Originally Posted by Stridemann View Post
    I have a problems with inventory preview plugin: GitHub - zaafar/poehud_inventorypreview

    Everything works fine in release version of poehud, but it throws an errors when poehud is compiled on Debug (PoEHUD\src\bin\x64\Debug\plugins\InventoryPreview):

    I tried everything to fix that, nothing helps (download lastest sources of poehud, update the project references..).

    When I comment (disable) each line with method "Graphics.DrawText" and compile - it works.

    I check that this method exists (by reflection) : https://dl.dropboxusercontent.com/s/...3_12-21-54.png

    https://dl.dropboxusercontent.com/s/...3_13-10-52.png

    Any thoughts?


    Edit: The other plugins also throw this error. Hmm..
    pmed you the packages im using - Compiles OK for me in both debug and release

  10. #5604
    Stridemann's Avatar Contributor
    Reputation
    227
    Join Date
    Oct 2016
    Posts
    248
    Thanks G/R
    29/188
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by liquidace View Post
    pmed you the packages im using - Compiles OK for me in both debug and release
    Thanks, but problem not in libs. Libs are identical. As I said it works fine on Release.
    Btw I have errors even when I copy Release poehud.exe to Debug folder. Hmm......

  11. #5605
    Stridemann's Avatar Contributor
    Reputation
    227
    Join Date
    Oct 2016
    Posts
    248
    Thanks G/R
    29/188
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Fixed. The source of problem was in old PoeHud.exe in some other plugin folder. I have no idea how it use/reffer it to this plugin..
    I should recompile all the plugins and set "Copy local = false" in references.

    Edit: yes, everything works fine. This will be a good lesson for me :3
    Last edited by Stridemann; 06-13-2017 at 05:56 AM.

  12. #5606
    LaFlame's Avatar Member
    Reputation
    2
    Join Date
    Jun 2017
    Posts
    24
    Thanks G/R
    14/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The PoEHUD version for Beta doesn't work when you're in a party.
    Just wanted to bug report might be useful.

  13. #5607
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    3015
    Join Date
    Jun 2015
    Posts
    3,325
    Thanks G/R
    507/2700
    Trade Feedback
    0 (0%)
    Mentioned
    92 Post(s)
    Tagged
    2 Thread(s)
    Originally Posted by LaFlame View Post
    The PoEHUD version for Beta doesn't work when you're in a party.
    Just wanted to bug report might be useful.
    Are you using donation version or non donation version.
    Poe beta requires donation version, which ( as the name say ) requires donation.
    If I did not reply to you, it mean the question you are asking is stupid.

  14. #5608
    LaFlame's Avatar Member
    Reputation
    2
    Join Date
    Jun 2017
    Posts
    24
    Thanks G/R
    14/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    Are you using donation version or non donation version.
    Poe beta requires donation version, which ( as the name say ) requires donation.
    Yes I am using the Donation version. If you enter a party it stops working and when you leave it starts working again.

  15. #5609
    TehCheat's Avatar ★ Elder ★
    Reputation
    2564
    Join Date
    Oct 2013
    Posts
    1,900
    Thanks G/R
    349/2266
    Trade Feedback
    5 (100%)
    Mentioned
    32 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by LaFlame View Post
    The PoEHUD version for Beta doesn't work when you're in a party.
    Just wanted to bug report might be useful.
    Like doesn't work at all? Or is it specifically something like item alerts? Because item alerts has an option for 'hide others' and if that's enabled, there's probably an offset wrong that makes it think all loot is 'others'. I'll look into it when I get home.

  16. Thanks gui788 (1 members gave Thanks to TehCheat for this useful post)
  17. #5610
    asdefxcv's Avatar Member
    Reputation
    3
    Join Date
    Mar 2017
    Posts
    33
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sent you a PM concerning beta access.

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 05:04 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