PoEHUD Overlay Updated menu

User Tag List

Page 457 of 461 FirstFirst ... 357407453454455456457458459460461 LastLast
Results 6,841 to 6,855 of 6913
  1. #6841
    TehCheat's Avatar ★ Elder ★
    Reputation
    2560
    Join Date
    Oct 2013
    Posts
    1,898
    Thanks G/R
    349/2262
    Trade Feedback
    5 (100%)
    Mentioned
    32 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by IcemanSR View Post
    Theory about purple harbingers is wrong.
    I encountered 4 purple 22/23 none dropped exalt shards.
    Just right now i ran into Harbinger 17 and 18 one of them dropped 2 exalt shards.


    WAIT , something is wrong. there seem to be missing harbinger in list.
    i Found 3 harbingers but hud only saw 2 of them. I am not sure which one was this 3rd

    im still on same map, tried adding to 50 but no go. Which harbingers are in data still so i can test?
    There's a plugin that lets you dump the loaded files in an instance. This is incredibly useful for this kind of thing. Especially if you know 3 were in there and only 2 showed up, since you should know which 2 showed up.

    PoEHUD Overlay Updated
  2. #6842
    TehCheat's Avatar ★ Elder ★
    Reputation
    2560
    Join Date
    Oct 2013
    Posts
    1,898
    Thanks G/R
    349/2262
    Trade Feedback
    5 (100%)
    Mentioned
    32 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by IcemanSR View Post
    Theory about purple harbingers is wrong.
    I encountered 4 purple 22/23 none dropped exalt shards.
    Just right now i ran into Harbinger 17 and 18 one of them dropped 2 exalt shards.


    WAIT , something is wrong. there seem to be missing harbinger in list.
    i Found 3 harbingers but hud only saw 2 of them. I am not sure which one was this 3rd

    im still on same map, tried adding to 50 but no go. Which harbingers are in data still so i can test?
    There's a plugin that lets you dump the loaded files in an instance. This is incredibly useful for this kind of thing. Especially if you know 3 were in there and only 2 showed up, since you should know which 2 showed up.

  3. Thanks IcemanSR (1 members gave Thanks to TehCheat for this useful post)
  4. #6843
    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 TehCheat View Post
    There's a plugin that lets you dump the loaded files in an instance. This is incredibly useful for this kind of thing. Especially if you know 3 were in there and only 2 showed up, since you should know which 2 showed up.
    Alright i guess i found it

    Line 854: Metadata/Monsters/Avatar/Avatar17
    Line 854: Metadata/Monsters/Avatar/Avatar17
    Line 855: Metadata/Monsters/Avatar/Avatar18
    Line 855: Metadata/Monsters/Avatar/Avatar18
    Line 856: Metadata/Monsters/Avatar/Avatar24_
    Line 856: Metadata/Monsters/Avatar/Avatar24_

    The missing data harbinger , the one that dropped ex shards was 24_

    Code:
    # Exalt shard Harbinger
    Metadata/Monsters/Avatar/Avatar24_; Harbinger Avatar24_; ffC6FFC6
    Now i wonder if he has brothers and sisters?
    Added just in case

    Code:
    # Exalt shard Harbinger
    Metadata/Monsters/Avatar/Avatar24_; Harbinger Avatar24_; ffC6FFC6
    Metadata/Monsters/Avatar/Avatar25_; Harbinger Avatar25_; ffC6FFC6
    Metadata/Monsters/Avatar/Avatar26_; Harbinger Avatar26_; ffC6FFC6
    Metadata/Monsters/Avatar/Avatar27_; Harbinger Avatar27_; ffC6FFC6
    Metadata/Monsters/Avatar/Avatar28_; Harbinger Avatar28_; ffC6FFC6
    Metadata/Monsters/Avatar/Avatar29_; Harbinger Avatar29_; ffC6FFC6
    Metadata/Monsters/Avatar/Avatar30_; Harbinger Avatar30_; ffC6FFC6
    Metadata/Monsters/Avatar/Avatar31_; Harbinger Avatar31_; ffC6FFC6
    Metadata/Monsters/Avatar/Avatar32_; Harbinger Avatar32_; ffC6FFC6
    Metadata/Monsters/Avatar/Avatar33_; Harbinger Avatar33_; ffC6FFC6
    Metadata/Monsters/Avatar/Avatar34_; Harbinger Avatar34_; ffC6FFC6
    Metadata/Monsters/Avatar/Avatar35_; Harbinger Avatar35_; ffC6FFC6
    Metadata/Monsters/Avatar/Avatar36_; Harbinger Avatar36_; ffC6FFC6
    Last edited by IcemanSR; 09-18-2017 at 12:31 PM.

  5. #6844
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2458
    Join Date
    Jun 2015
    Posts
    3,054
    Thanks G/R
    456/2203
    Trade Feedback
    0 (0%)
    Mentioned
    66 Post(s)
    Tagged
    1 Thread(s)
    I though Avatar24 would capture Avatar24_ as well as we were using string.contain function....no idea why it didn't work....
    Going to debug it more and come up with an updated/more accurate list.

    Also would develop a plugin which monitor which harbinger drop what, if 2,3 people use that plugin and we can pool in our knowledge, we can easily determine which avatar is awesome and which is fked up.

  6. #6845
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2458
    Join Date
    Jun 2015
    Posts
    3,054
    Thanks G/R
    456/2203
    Trade Feedback
    0 (0%)
    Mentioned
    66 Post(s)
    Tagged
    1 Thread(s)
    I though Avatar24 would capture Avatar24_ as well as we were using string.contain function....no idea why it didn't work....
    Going to debug it more and come up with an updated/more accurate list.

    Also would develop a plugin which monitor which harbinger drop what, if 2,3 people use that plugin and we can pool in our knowledge, we can easily determine which avatar is awesome and which is fked up.

  7. #6846
    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 zaafar View Post
    I though Avatar24 would capture Avatar24_ as well as we were using string.contain function....no idea why it didn't work....
    Going to debug it more and come up with an updated/more accurate list.

    Also would develop a plugin which monitor which harbinger drop what, if 2,3 people use that plugin and we can pool in our knowledge, we can easily determine which avatar is awesome and which is fked up.
    Wouldnt it be overlap if they are different?
    i mean if it were reading all it would show 24_ as 24. Which would lead to incorrect data at end. So it ended up good anyway

  8. #6847
    TehCheat's Avatar ★ Elder ★
    Reputation
    2560
    Join Date
    Oct 2013
    Posts
    1,898
    Thanks G/R
    349/2262
    Trade Feedback
    5 (100%)
    Mentioned
    32 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by zaafar View Post
    I though Avatar24 would capture Avatar24_ as well as we were using string.contain function....no idea why it didn't work....
    Going to debug it more and come up with an updated/more accurate list.

    Also would develop a plugin which monitor which harbinger drop what, if 2,3 people use that plugin and we can pool in our knowledge, we can easily determine which avatar is awesome and which is fked up.
    If we're using the contains method on string, then it should definitely match our preload for Avatar24 with a loaded Avatar24_. We're either not using the contains method or preloads didn't get fully populated (and an F5 would have shown it). Or something else is going on...

  9. Thanks GameHelper (1 members gave Thanks to TehCheat for this useful post)
  10. #6848
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2458
    Join Date
    Jun 2015
    Posts
    3,054
    Thanks G/R
    456/2203
    Trade Feedback
    0 (0%)
    Mentioned
    66 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by TehCheat View Post
    If we're using the contains method on string, then it should definitely match our preload for Avatar24 with a loaded Avatar24_. We're either not using the contains method or preloads didn't get fully populated (and an F5 would have shown it). Or something else is going on...
    That's what I am going to investigate


    @icemanSR that's another interesting question to investigate, what's the diff between 24 and 24_ if there is any then what you r saying is correct, otherwise we should combine them into 1.



    Anyway how much time left in the league I wonder to make these investigation useful.
    Last edited by GameHelper; 09-18-2017 at 02:26 PM.

  11. #6849
    TehCheat's Avatar ★ Elder ★
    Reputation
    2560
    Join Date
    Oct 2013
    Posts
    1,898
    Thanks G/R
    349/2262
    Trade Feedback
    5 (100%)
    Mentioned
    32 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by zaafar View Post
    That's what I am going to investigate


    @icemanSR that's another interesting question to investigate, what's the diff between 24 and 24_ if there is any then what you r saying is correct, otherwise we should combine them into 1.



    Anyway how much time left in the league I wonder to make these investigation useful.
    Half of the league is still left. Which means about 10%

  12. Thanks toadskin (1 members gave Thanks to TehCheat for this useful post)
  13. #6850
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2458
    Join Date
    Jun 2015
    Posts
    3,054
    Thanks G/R
    456/2203
    Trade Feedback
    0 (0%)
    Mentioned
    66 Post(s)
    Tagged
    1 Thread(s)
    Can we remove all the releases from the release tab??
    it creates confusion (issues/complaints) when it's not properly updated..... #cryinthecorner

  14. #6851
    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 zaafar View Post
    That's what I am going to investigate


    @icemanSR that's another interesting question to investigate, what's the diff between 24 and 24_ if there is any then what you r saying is correct, otherwise we should combine them into 1.



    Anyway how much time left in the league I wonder to make these investigation useful.
    I just ran into avatar3_
    doesnt match avatar3
    he is low lvl avatar as i found him in lvl 5 zone

    P.S its probably waste of time to search why string match doesnt work, its easier to just grab them from dump and sort them out
    Last edited by IcemanSR; 09-18-2017 at 04:46 PM.

  15. #6852
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2458
    Join Date
    Jun 2015
    Posts
    3,054
    Thanks G/R
    456/2203
    Trade Feedback
    0 (0%)
    Mentioned
    66 Post(s)
    Tagged
    1 Thread(s)
    @tehcheat yeah we are doing ContainsKey, I mistake it with Contains

    so updated version of Harbinger Preloads are as follow ( delete old ones ).
    Now all we have to do is figure out which ones are good and which ones are not good.
    Code:
    # HARBINGER
    Metadata/Monsters/Avatar/Avatar1; Harbinger Avatar1; ff3399ff
    Metadata/Monsters/Avatar/Avatar2; Harbinger Avatar2; ff3399ff
    Metadata/Monsters/Avatar/Avatar3_; Harbinger Avatar3_; ff3399ff
    Metadata/Monsters/Avatar/Avatar4; Harbinger Avatar4; ff3399ff
    Metadata/Monsters/Avatar/Avatar5; Harbinger Avatar5; ff3399ff
    Metadata/Monsters/Avatar/Avatar6; Harbinger Avatar6; ff3399ff
    Metadata/Monsters/Avatar/Avatar7; Harbinger Avatar7; ff3399ff
    Metadata/Monsters/Avatar/Avatar8; Harbinger Avatar8; ff3399ff
    Metadata/Monsters/Avatar/Avatar9; Harbinger Avatar9; ff3399ff
    Metadata/Monsters/Avatar/Avatar10; Harbinger Avatar10; ff3399ff
    Metadata/Monsters/Avatar/Avatar11; Harbinger Avatar11; ff3399ff
    Metadata/Monsters/Avatar/Avatar11Summoned_; Harbinger Avatar11Summoned_; ff3399ff
    Metadata/Monsters/Avatar/Avatar12; Harbinger Avatar12; ff3399ff
    Metadata/Monsters/Avatar/Avatar12Summoned; Harbinger Avatar12Summoned; ff3399ff
    Metadata/Monsters/Avatar/Avatar13; Harbinger Avatar13; ff3399ff
    Metadata/Monsters/Avatar/Avatar13Summoned; Harbinger Avatar13Summoned; ff3399ff
    Metadata/Monsters/Avatar/Avatar14; Harbinger Avatar14; ff3399ff
    Metadata/Monsters/Avatar/Avatar14Summoned; Harbinger Avatar14Summoned; ff3399ff
    Metadata/Monsters/Avatar/Avatar15; Harbinger Avatar15; ff3399ff
    Metadata/Monsters/Avatar/Avatar15Summoned; Harbinger Avatar15Summoned; ff3399ff
    Metadata/Monsters/Avatar/Avatar16; Harbinger Avatar16; ff3399ff
    Metadata/Monsters/Avatar/Avatar16Summoned; Harbinger Avatar16Summoned; ff3399ff
    Metadata/Monsters/Avatar/Avatar17; Harbinger Avatar17; ff3399ff
    Metadata/Monsters/Avatar/Avatar17Summoned; Harbinger Avatar17Summoned; ff3399ff
    Metadata/Monsters/Avatar/Avatar18; Harbinger Avatar18; ff3399ff
    Metadata/Monsters/Avatar/Avatar18Summoned; Harbinger Avatar18Summoned; ff3399ff
    Metadata/Monsters/Avatar/Avatar19; Harbinger Avatar19; ff3399ff
    Metadata/Monsters/Avatar/Avatar19Summoned; Harbinger Avatar19Summoned; ff3399ff
    Metadata/Monsters/Avatar/Avatar20; Harbinger Avatar20; ff3399ff
    
    # Apparently better Harbingers?
    Metadata/Monsters/Avatar/Avatar21; Harbinger Avatar21; ffff00ff
    Metadata/Monsters/Avatar/Avatar22; Harbinger Avatar22; ffff00ff
    Metadata/Monsters/Avatar/Avatar23; Harbinger Avatar23; ffff00ff
    Metadata/Monsters/Avatar/Avatar24_; Harbinger Avatar24_; ffff00ff
    Metadata/Monsters/Avatar/Avatar25; Harbinger Avatar25; ffff00ff
    Metadata/Monsters/Avatar/Avatar26; Harbinger Avatar26; ffff00ff
    Metadata/Monsters/Avatar/Avatar27; Harbinger Avatar27; ffff00ff
    Metadata/Monsters/Avatar/Avatar28; Harbinger Avatar28; ffff00ff
    Metadata/Monsters/Avatar/Avatar29; Harbinger Avatar29; ffff00ff
    Metadata/Monsters/Avatar/Avatar30; Harbinger Avatar30; ffff00ff
    Metadata/Monsters/Avatar/Avatar31; Harbinger Avatar31; ffff00ff
    Metadata/Monsters/Avatar/Avatar32; Harbinger Avatar32; ffff00ff
    Metadata/Monsters/Avatar/Avatar33; Harbinger Avatar33; ffff00ff
    Metadata/Monsters/Avatar/Avatar34; Harbinger Avatar34; ffff00ff
    Metadata/Monsters/Avatar/Avatar35; Harbinger Avatar35; ffff00ff
    Last edited by GameHelper; 09-18-2017 at 06:06 PM.

  16. Thanks Sithylis, TehCheat, toadskin (3 members gave Thanks to GameHelper for this useful post)
  17. #6853
    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)
    So far i am getting consistent 1 ex shard from 23 23_ and 2 ex shards from 24 24_

  18. #6854
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2458
    Join Date
    Jun 2015
    Posts
    3,054
    Thanks G/R
    456/2203
    Trade Feedback
    0 (0%)
    Mentioned
    66 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by IcemanSR View Post
    So far i am getting consistent 1 ex shard from 23 23_ and 2 ex shards from 24 24_
    24 doesn't exists in the game, it's only 24_
    Also, 23_ doesn't exists in the game it only 23
    can you print screen it?

  19. #6855
    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 zaafar View Post
    24 doesn't exists in the game, it's only 24_
    Also, 23_ doesn't exists in the game it only 23
    can you print screen it?
    Sorry maybe i confused those missing ones with _
    24 did drop 3shards 3 times now. was it 24 or 24_ not sure.
    23 only 1

    BTW is it possible to get dark shrines into preload?

    Line 2119: Metadata/Terrain/Labyrinth/Objects/LabyrinthDarkshrineHidden
    Line 2233: Metadata/Terrain/Labyrinth/RoomSets/RuinedTemple/Rooms/Unique/shrine_01.arm

    this stuff

    or at least just a notification that dark shrine is present in area
    Last edited by IcemanSR; 09-20-2017 at 10:48 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 01:00 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