[v9.0?] [INT] PainEnhancerHelper menu

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 23 of 23
  1. #16
    Roast's Avatar Established Member
    Reputation
    87
    Join Date
    Apr 2017
    Posts
    126
    Thanks G/R
    7/83
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jaeheung09 View Post
    For the sake of accuracy, this is what I tested to check the difference between yours and mine.
    They are identical. I defined it within 20 yards.

    if (player.Powers.UsedLegendaryGems.PainEnhancerPrimary?.Active != true)
    return;

    var monsters = Hud.Game.AliveMonsters.Where(m => m.NormalizedXyDistanceToMe <= 20f && m.Attackable).ToList();
    // var monsters = Hud.Game.AliveMonsters.ToList();
    var noBleedMonsters2 = monsters.Where(m => m.DotDpsApplied <= 0 && m.NormalizedXyDistanceToMe <= 20f).ToList();
    var noBleedMonsters = monsters.Where(m => m.GetAttributeValueAsInt(m_PowerBuff1, m_PainEnhancerPrimarySno) != 1).ToList();
    var bleedCount2 = monsters.Count - noBleedMonsters2.Count;
    var bleedCount = monsters.Count - noBleedMonsters.Count;

    foreach (var m in noBleedMonsters)
    {
    NoBleedDecorator.Paint(layer, m, m.FloorCoordinate, string.Empty);
    }

    PlayerLabel.Paint(layer, player, player.FloorCoordinate.Offset(-20f, -20f, 0), $"ASUp2 : {bleedCount2 * 3} %");
    PlayerLabel.Paint(layer, player, player.FloorCoordinate.Offset(-18f, -18f, 0), $"ASUp1 : {bleedCount * 3} %");
    You modified the script to have a distance check when retrieving the list of monsters, but it's more helpful IMO to see which monsters are bleeding or not regardless of range and then filter by 20 yards to see which ones are actually contributing to the attack speed buff.

    If there's a huge group of mobs which have my bleeding debuff on them, I want to then vault to them and get more attack speed gains to tear through the GRift.

    I assume "noBleedMonsters2" is the version with modifications that you made to the script? If you're still using DotDpsApplied, this will work fine in solo play where that bleed is the only DoT you have, but my group has a wizard with burns, so I swapped to filtering by pain enhancer.
    Developer of RoastBot https://www.ownedcore.com/forums/fps/overwatch-exploits-hacks/619893-roastbot-continuation-of-serenity.html

    [v9.0?] [INT] PainEnhancerHelper
  2. #17
    jaeheung09's Avatar Active Member
    Reputation
    23
    Join Date
    Nov 2017
    Posts
    109
    Thanks G/R
    8/21
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You're definitely right. I know there's a broad distinction between DotDpsApplied and exact PainEnhancer buff.
    I usually play solo with PainEnhancer equipped, so I don't care much, though.

    This is what I use now.
    .
    .
    var monsters = Hud.Game.AliveMonsters.Where(m => m.NormalizedXyDistanceToMe <= 20f && m.Attackable).ToList();
    var noBleedMonsters = monsters.Where(m => m.GetAttributeValueAsInt(m_PowerBuff1, m_PainEnhancerPrimarySno) != 1).ToList();
    var bleedCount = monsters.Count - noBleedMonsters.Count;
    .
    .

  3. #18
    Roast's Avatar Established Member
    Reputation
    87
    Join Date
    Apr 2017
    Posts
    126
    Thanks G/R
    7/83
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Added an up to date image.
    Added a black background for the player label to make it easier to see.
    Developer of RoastBot https://www.ownedcore.com/forums/fps/overwatch-exploits-hacks/619893-roastbot-continuation-of-serenity.html

  4. #19
    Miquiqui's Avatar Active Member
    Reputation
    21
    Join Date
    Feb 2018
    Posts
    19
    Thanks G/R
    5/17
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Pain Enhancer atk speed bonus is granted for *any* physical DoT, so if you are playing with PE as your only physical DoT it is accurate but for group play for example, it is not.

  5. #20
    coldicuti's Avatar Member
    Reputation
    1
    Join Date
    Aug 2018
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is it possible to get a working version for current hud? tx in advance

  6. #21
    alternate_'s Avatar Member
    Reputation
    3
    Join Date
    Feb 2020
    Posts
    39
    Thanks G/R
    17/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it works in the current hud

  7. #22
    Gilavar's Avatar Member
    Reputation
    1
    Join Date
    Dec 2017
    Posts
    67
    Thanks G/R
    17/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it possible to show the actual attack speed (flat number) of the player instead of %?

  8. #23
    Romanmas's Avatar Member
    Reputation
    11
    Join Date
    Mar 2017
    Posts
    187
    Thanks G/R
    9/9
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Gilavar View Post
    Is it possible to show the actual attack speed (flat number) of the player instead of %?
    Use this plugin: https://www.ownedcore.com/forums/dia...ack-speed.html (WD's Attack speed)

  9. Thanks Gilavar (1 members gave Thanks to Romanmas for this useful post)
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Mage 3 intellect buffs total 180 int!
    By Medzii in forum WoW EMU Exploits & Bugs
    Replies: 6
    Last Post: 02-03-2009, 04:06 AM
  2. Final Fantasy X [Int/JPN] Problem!
    By Remahlól in forum Gaming Chat
    Replies: 0
    Last Post: 05-05-2008, 08:22 AM
All times are GMT -5. The time now is 08:31 PM. 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