PoEHUD Overlay Updated menu

User Tag List

Page 133 of 461 FirstFirst ... 3383129130131132133134135136137183233 ... LastLast
Results 1,981 to 1,995 of 6913
  1. #1981
    Treasure_Box's Avatar Contributor
    Reputation
    155
    Join Date
    Sep 2014
    Posts
    189
    Thanks G/R
    63/130
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vmv View Post
    Last source was built with net 4.6,...not 4.6.1 - could be this ?
    Broken References ?
    Nope solved the problem. This project is using code assets based on V2 of NuGet api access. I opened the solution in VS 2013 and it loaded just fine(no errors for core/intellisense). Moving forward VS 2015 uses NuGet api v3. The project would need to be migrated to the new API standard in order to support loading these assets in VS 2015 correctly. I have found information on how to do this.

    However, It is my personal believe that the people who are much further in their understanding of programming have ether gone private, or moved on. Honestly I can't blame them. Very few people show an interest in helping and simply rant about something breaking with regards to something they have done nothing to help with. Then there is the very likely hood that G(3) lurks these forms to see what is posted publicly.

    Honestly i have not been using this tool, not because i don't want to but because i know that in its current state it still detectable. This is based on my understanding of IO interaction and how the AC scans for block range read access request. I am just using it as a platform to learn more about C# and how to use Visual Studio. I thought i would just share these findings in case there was any one else poking around the source files to try and learn something more.

    Link to understand more about migration:
    https://docs.nuget.org/consume/packa...ackage-restore

    PoEHUD Overlay Updated
  2. #1982
    TehCheat's Avatar ★ Elder ★
    Reputation
    2563
    Join Date
    Oct 2013
    Posts
    1,900
    Thanks G/R
    349/2265
    Trade Feedback
    5 (100%)
    Mentioned
    32 Post(s)
    Tagged
    1 Thread(s)
    I figured out why the item alert wasn't displaying text. I'll have a fix pushed out tomorrow, most likely.

  3. #1983
    Nezaphix's Avatar Member
    Reputation
    8
    Join Date
    Mar 2014
    Posts
    87
    Thanks G/R
    17/7
    Trade Feedback
    14 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey there. Unique strongboxes are supposed to show on the preload alerts, but sadly they don't. I had a unique strongbox which I found yesterday: Screenshot by Lightshot.
    It indeed was shown on the minimap, but the preload alert showed only a simple strongbox without any specific color, like it was nothing special.

  4. #1984
    IcemanSR's Avatar Member
    Reputation
    7
    Join Date
    Jan 2008
    Posts
    75
    Thanks G/R
    30/5
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nezaphix View Post
    Hey there. Unique strongboxes are supposed to show on the preload alerts, but sadly they don't. I had a unique strongbox which I found yesterday: Screenshot by Lightshot.
    It indeed was shown on the minimap, but the preload alert showed only a simple strongbox without any specific color, like it was nothing special.
    which uniq stronbox was it?

  5. #1985
    Nezaphix's Avatar Member
    Reputation
    8
    Join Date
    Mar 2014
    Posts
    87
    Thanks G/R
    17/7
    Trade Feedback
    14 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It was a Strange Barrel, but the preload was showing "Simple Strongbox"

  6. #1986
    IcemanSR's Avatar Member
    Reputation
    7
    Join Date
    Jan 2008
    Posts
    75
    Thanks G/R
    30/5
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nezaphix View Post
    It was a Strange Barrel, but the preload was showing "Simple Strongbox"
    https://github.com/silenced4/vmv-Poe...e8e13dba075cc0
    this should be it.

  7. #1987
    Nezaphix's Avatar Member
    Reputation
    8
    Join Date
    Mar 2014
    Posts
    87
    Thanks G/R
    17/7
    Trade Feedback
    14 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey, that's great, but does it show the other unique strongboxes on preload as well? Really appreciate your work man.
    @@EDIT: It's crashing on every map I go to - preload shows me some things and after a second it crashes and there's a framework error.
    Last edited by Nezaphix; 12-23-2015 at 05:01 PM.

  8. #1988
    IcemanSR's Avatar Member
    Reputation
    7
    Join Date
    Jan 2008
    Posts
    75
    Thanks G/R
    30/5
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nezaphix View Post
    Hey, that's great, but does it show the other unique strongboxes on preload as well? Really appreciate your work man.
    @@EDIT: It's crashing on every map I go to - preload shows me some things and after a second it crashes and there's a framework error.
    what is crashing? vmw has not updated his build yet.
    if u attempted to use exe from my git that will not work.
    it is different requires config files as well not just exe

  9. #1989
    Nezaphix's Avatar Member
    Reputation
    8
    Join Date
    Mar 2014
    Posts
    87
    Thanks G/R
    17/7
    Trade Feedback
    14 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh alright, I'm gonna wait then Thank you anyway.
    Edit: So should I wait till vmv uses your build?
    Last edited by Nezaphix; 12-23-2015 at 05:31 PM.

  10. #1990
    IcemanSR's Avatar Member
    Reputation
    7
    Join Date
    Jan 2008
    Posts
    75
    Thanks G/R
    30/5
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nezaphix View Post
    Oh alright, I'm gonna wait then Thank you anyway.
    Edit: Will it work when I use the vmv's current build with your src edit?
    you will have to use his full source and apply changes i did for that box then compile ur self.

  11. #1991
    Nezaphix's Avatar Member
    Reputation
    8
    Join Date
    Mar 2014
    Posts
    87
    Thanks G/R
    17/7
    Trade Feedback
    14 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by IcemanSR View Post
    you will have to use his full source and apply changes i did for that box then compile ur self.
    Alright. I guess I'm gonna wait till vmv updates it himself, since I don't know anything about this stuff. Do you think this will cause unique strongboxes to show the bronze color on the preload if they appear?

  12. #1992
    IcemanSR's Avatar Member
    Reputation
    7
    Join Date
    Jan 2008
    Posts
    75
    Thanks G/R
    30/5
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nezaphix View Post
    Alright. I guess I'm gonna wait till vmv updates it himself, since I don't know anything about this stuff. Do you think this will cause unique strongboxes to show the bronze color on the preload if they appear?

    Screenshot by Lightshot
    found one but unique box is nowhere on map.. strange its mixing something with unique barrel..
    barrel1 is obviously wrong..
    Last edited by IcemanSR; 12-23-2015 at 06:33 PM.

  13. #1993
    Nezaphix's Avatar Member
    Reputation
    8
    Join Date
    Mar 2014
    Posts
    87
    Thanks G/R
    17/7
    Trade Feedback
    14 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    As for me I don't even know how to compile it, so can't really say. :/
    What about the other unique strongboxes?

  14. #1994
    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 Nezaphix View Post
    As for me I don't even know how to compile it, so can't really say. :/
    What about the other unique strongboxes?
    The old one are ok.


    Originally Posted by IcemanSR View Post
    Screenshot by Lightshot
    found one but unique box is nowhere on map.. strange its mixing something with unique barrel..
    barrel1 is obviously wrong..
    I have made an update, but this unique barrels, we need testing and reports from ppl who find them.
    Right now i've put them in the preload_alert because i'm not sure if any of them is good. Barrel1 it's wrong anyway. Let's wait and see.
    I forgot to give them a number


    edit : Did anyone found this new Exiles ? ... tried so hard and didn't stumble upon any of them
    Last edited by vmv; 12-23-2015 at 08:28 PM.

  15. #1995
    IcemanSR's Avatar Member
    Reputation
    7
    Join Date
    Jan 2008
    Posts
    75
    Thanks G/R
    30/5
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vmv View Post
    The old one are ok.




    I have made an update, but this unique barrels, we need testing and reports from ppl who find them.
    Right now i've put them in the preload_alert because i'm not sure if any of them is good. Barrel1 it's wrong anyway. Let's wait and see.
    I forgot to give them a number


    edit : Did anyone found this new Exiles ? ... tried so hard and didn't stumble upon any of them
    yeah i finished exiles challenge.
    New ones pop from boxes every time. I have not encountered them normally

    P.S barrel5 seems to be the unique one. if it follows pattern its only one of barrels which have flag "false" like rest of unique chests.
    Last edited by IcemanSR; 12-23-2015 at 08:38 PM.

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:58 PM. 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