AuraTracker - ExileCore2 Plugin menu

User Tag List

Results 1 to 5 of 5
  1. #1
    diesall's Avatar Contributor
    Reputation
    197
    Join Date
    Jul 2011
    Posts
    208
    Thanks G/R
    1/46
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    AuraTracker - ExileCore2 Plugin

    Track any monster aura in-game with a customizable bar that animates for timed auras. Easily capture and add seen auras through the UI as you play..

    Repo: GitHub - diesal/AuraTracker: AuraTracker Plugin

    AuraTracker - ExileCore2 Plugin
  2. Thanks hackerlol, zxcvbn911, KinetsuBR, patyagami, poesbhgamer, zoukerbou, limpopooo, anonuser037, poeking99, kenneth942 (10 members gave Thanks to diesall for this useful post)
  3. #2
    hackerlol's Avatar Admin(kind of) i miss Watcher
    Authenticator enabled
    Reputation
    1031
    Join Date
    Oct 2008
    Posts
    1,079
    Thanks G/R
    1257/300
    Trade Feedback
    1 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    thanks for this

  4. #3
    anonuser037's Avatar Member
    Reputation
    10
    Join Date
    Jan 2025
    Posts
    17
    Thanks G/R
    1/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is great! Would it be possible to track active auras affecting your player as well? My thought it for the Headhunter belt, there could be a dozen or more modifiers we're not able to identify without a plugin.

    EDIT:
    Nevermind. Modified the Snapshot to show the player as well... the Headhunter buffs come in as

    Code:
    ----| Buff: stolen_mods_buff | Duration: 20 | Left: 18.58096
    ----| Buff: stolen_mods_buff | Duration: 20 | Left: 18.58096
    ----| Buff: stolen_mods_buff | Duration: 20 | Left: 18.58096
    ----| Buff: stolen_mods_buff | Duration: 20 | Left: 18.58096
    ----| Buff: stolen_mods_buff | Duration: 20 | Left: 18.58096
    Last edited by anonuser037; 02-01-2025 at 11:58 PM.

  5. #4
    anonuser037's Avatar Member
    Reputation
    10
    Join Date
    Jan 2025
    Posts
    17
    Thanks G/R
    1/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Config with a whole lot of buffs and auras pre-configured.

    \config\global\AuraTracker_settings.json
    Code:
    {
      "TrackMagic": true,
      "TrackRares": true,
      "TrackUniques": true,
      "TrackedAurasHeaderOpen": true,
      "SnapshotHeight": 100,
      "SnapshotUnique": true,
      "SnapshotRare": true,
      "SnapshotMagic": false,
      "CaptureHeaderOpen": false,
      "CaptureBuffs": false,
      "CaptureBuffsSave": true,
      "CaptureEveryXTicks": 30,
      "CaptureHeight": 100,
      "BarHeaderOpen": false,
      "BarHPadding": 4,
      "BarVPadding": 1,
      "BarWidth": 160,
      "BarSpacing": 0,
      "BarBackgroundColor": {
        "X": 0.0,
        "Y": 0.0,
        "Z": 0.0,
        "W": 0.75
      },
      "Enable": {
        "Value": true,
        "AttachedHotkey": {
          "ValueV2": {
            "ControllerKey": "None",
            "ControllerModifierKey": "None",
            "Key": "None"
          }
        }
      },
      "AuraList": [
        {
          "Name": "visual_archnemesis_mod_display_buff",
          "DisplayName": "Unicorn Farts",
          "TextColor": {
            "X": 1.0,
            "Y": 1.0,
            "Z": 1.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.51082253,
            "Y": 0.51082253,
            "Z": 0.51082253,
            "W": 1.0
          },
          "Enabled": false
        },
        {
          "Name": "monster_flask_drain_aura",
          "DisplayName": "Drought",
          "TextColor": {
            "X": 1.0,
            "Y": 1.0,
            "Z": 1.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.50980395,
            "Y": 0.26666668,
            "Z": 0.050980393,
            "W": 1.0
          },
          "Enabled": true
        },
        {
          "Name": "proximal_intangibility",
          "DisplayName": "Intangibility",
          "TextColor": {
            "X": 1.0,
            "Y": 1.0,
            "Z": 1.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.50980395,
            "Y": 0.15686275,
            "Z": 0.050980393,
            "W": 1.0
          },
          "Enabled": true
        },
        {
          "Name": "stun_display_buff",
          "DisplayName": "Stunned",
          "TextColor": {
            "X": 1.0,
            "Y": 1.0,
            "Z": 1.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.6666667,
            "Y": 0.6392157,
            "Z": 0.19607843,
            "W": 1.0
          },
          "Enabled": true
        },
        {
          "Name": "frozen",
          "DisplayName": "Frozen",
          "TextColor": {
            "X": 1.0,
            "Y": 1.0,
            "Z": 1.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.07058824,
            "Y": 0.5921569,
            "Z": 0.7058824,
            "W": 1.0
          },
          "Enabled": true
        },
        {
          "Name": "chilled",
          "DisplayName": "Chilled",
          "TextColor": {
            "X": 1.0,
            "Y": 1.0,
            "Z": 1.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.27450982,
            "Y": 0.59607846,
            "Z": 0.6666667,
            "W": 1.0
          },
          "Enabled": true
        },
        {
          "Name": "lightning_clone_retaliation",
          "DisplayName": "Lightning Clone Retaliation",
          "TextColor": {
            "X": 1.0,
            "Y": 1.0,
            "Z": 1.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.05560534,
            "Y": 0.34024233,
            "Z": 0.70742357,
            "W": 1.0
          },
          "Enabled": true
        },
        {
          "Name": "shocked",
          "DisplayName": "Shocked",
          "TextColor": {
            "X": 1.0,
            "Y": 1.0,
            "Z": 1.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.1563662,
            "Y": 0.6145055,
            "Z": 0.8951965,
            "W": 1.0
          },
          "Enabled": true
        },
        {
          "Name": "monster_mod_speed",
          "DisplayName": "Speed Aura",
          "TextColor": {
            "X": 0.0,
            "Y": 0.0,
            "Z": 0.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.0,
            "Y": 1.0,
            "Z": 0.33187747,
            "W": 1.0
          },
          "Enabled": true
        },
        {
          "Name": "monster_aura_executioner",
          "DisplayName": "Executioner's Presence",
          "TextColor": {
            "X": 1.0,
            "Y": 1.0,
            "Z": 1.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.5,
            "Y": 0.5,
            "Z": 0.5,
            "W": 1.0
          },
          "Enabled": true
        },
        {
          "Name": "blinded",
          "DisplayName": "Blinded",
          "TextColor": {
            "X": 1.0,
            "Y": 1.0,
            "Z": 1.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.5,
            "Y": 0.5,
            "Z": 0.5,
            "W": 1.0
          },
          "Enabled": true
        },
        {
          "Name": "poison",
          "DisplayName": "Poisoned",
          "TextColor": {
            "X": 1.0,
            "Y": 1.0,
            "Z": 1.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.05351993,
            "Y": 0.52401745,
            "Z": 0.022882873,
            "W": 1.0
          },
          "Enabled": true
        },
        {
          "Name": "monster_aura_resists",
          "DisplayName": "Resists Aura",
          "TextColor": {
            "X": 1.0,
            "Y": 1.0,
            "Z": 1.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.5739946,
            "Y": 0.58515286,
            "Z": 0.07410234,
            "W": 1.0
          },
          "Enabled": true
        },
        {
          "Name": "ignited",
          "DisplayName": "Ignited",
          "TextColor": {
            "X": 1.0,
            "Y": 1.0,
            "Z": 1.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.4628821,
            "Y": 0.012127923,
            "Z": 0.012127923,
            "W": 1.0
          },
          "Enabled": true
        },
        {
          "Name": "BreachWithered",
          "DisplayName": "Withered",
          "TextColor": {
            "X": 1.0,
            "Y": 1.0,
            "Z": 1.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.34766704,
            "Y": 0.02212011,
            "Z": 0.6331878,
            "W": 1.0
          },
          "Enabled": true
        },
        {
          "Name": "shrine_lightning_2",
          "DisplayName": "Tempest Shrine",
          "TextColor": {
            "X": 1.0,
            "Y": 1.0,
            "Z": 1.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.04233328,
            "Y": 0.46431053,
            "Z": 0.6462882,
            "W": 1.0
          },
          "Enabled": true
        },
        {
          "Name": "monster_aura_energy_shield",
          "DisplayName": "Energy Shield Aura",
          "TextColor": {
            "X": 1.0,
            "Y": 1.0,
            "Z": 1.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.3729645,
            "Y": 0.5152838,
            "Z": 0.056253698,
            "W": 1.0
          },
          "Enabled": true
        },
        {
          "Name": "armour_break_tracker",
          "DisplayName": "Armour Break",
          "TextColor": {
            "X": 1.0,
            "Y": 1.0,
            "Z": 1.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.5,
            "Y": 0.5,
            "Z": 0.5,
            "W": 1.0
          },
          "Enabled": true
        },
        {
          "Name": "bleeding",
          "DisplayName": "Bleeding",
          "TextColor": {
            "X": 1.0,
            "Y": 1.0,
            "Z": 1.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.5414847,
            "Y": 0.085124224,
            "Z": 0.085124224,
            "W": 1.0
          },
          "Enabled": true
        },
        {
          "Name": "shrine_cold_2",
          "DisplayName": "Freezing Shrine",
          "TextColor": {
            "X": 1.0,
            "Y": 1.0,
            "Z": 1.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.19808926,
            "Y": 0.26128453,
            "Z": 0.85589516,
            "W": 1.0
          },
          "Enabled": true
        },
        {
          "Name": "shrine_fire_2",
          "DisplayName": "Meteoric Shrine",
          "TextColor": {
            "X": 1.0,
            "Y": 1.0,
            "Z": 1.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.6375546,
            "Y": 0.2958907,
            "Z": 0.13920407,
            "W": 1.0
          },
          "Enabled": true
        },
        {
          "Name": "maim",
          "DisplayName": "Maimed",
          "TextColor": {
            "X": 1.0,
            "Y": 1.0,
            "Z": 1.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.55021834,
            "Y": 0.06487291,
            "Z": 0.06487291,
            "W": 1.0
          },
          "Enabled": true
        },
        {
          "Name": "critical_weakness",
          "DisplayName": "Critical Weakness",
          "TextColor": {
            "X": 0.0,
            "Y": 0.0,
            "Z": 0.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.930131,
            "Y": 0.9263354,
            "Z": 0.060925595,
            "W": 1.0
          },
          "Enabled": true
        },
        {
          "Name": "thaumaturgist_mark",
          "DisplayName": "Thaumaturgist's Mark",
          "TextColor": {
            "X": 1.0,
            "Y": 1.0,
            "Z": 1.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.5,
            "Y": 0.5,
            "Z": 0.5,
            "W": 1.0
          },
          "Enabled": true
        },
        {
          "Name": "exposure_fire",
          "DisplayName": "Fire Exposure",
          "TextColor": {
            "X": 1.0,
            "Y": 1.0,
            "Z": 1.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.4934498,
            "Y": 0.02585762,
            "Z": 0.02585762,
            "W": 1.0
          },
          "Enabled": true
        },
        {
          "Name": "ground_consecration_enemy",
          "DisplayName": "Consecrated Ground",
          "TextColor": {
            "X": 1.0,
            "Y": 1.0,
            "Z": 1.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.3886463,
            "Y": 0.2665778,
            "Z": 0.08146299,
            "W": 1.0
          },
          "Enabled": true
        },
        {
          "Name": "additional_shock",
          "DisplayName": "Shocked",
          "TextColor": {
            "X": 1.0,
            "Y": 1.0,
            "Z": 1.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.08056674,
            "Y": 0.4537772,
            "Z": 0.7379913,
            "W": 1.0
          },
          "Enabled": true
        },
        {
          "Name": "herald_of_ash_burning",
          "DisplayName": "Burning",
          "TextColor": {
            "X": 1.0,
            "Y": 1.0,
            "Z": 1.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.55021834,
            "Y": 0.2257069,
            "Z": 0.07688639,
            "W": 1.0
          },
          "Enabled": true
        },
        {
          "Name": "monster_mod_periodic_enrage",
          "DisplayName": "Frenzied",
          "TextColor": {
            "X": 1.0,
            "Y": 1.0,
            "Z": 1.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.42794758,
            "Y": 0.05793178,
            "Z": 0.05793178,
            "W": 1.0
          },
          "Enabled": true
        },
        {
          "Name": "infernal_cry",
          "DisplayName": "Infernal Cry",
          "TextColor": {
            "X": 1.0,
            "Y": 1.0,
            "Z": 1.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.489083,
            "Y": 0.0704792,
            "Z": 0.42144835,
            "W": 1.0
          },
          "Enabled": true
        },
        {
          "Name": "monster_aura_physical_damage",
          "DisplayName": "Physical Damage Aura",
          "TextColor": {
            "X": 1.0,
            "Y": 1.0,
            "Z": 1.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.05777923,
            "Y": 0.2753554,
            "Z": 0.44104803,
            "W": 1.0
          },
          "Enabled": true
        },
        {
          "Name": "archnemesis_time_bubble",
          "DisplayName": "Temporal Bubble",
          "TextColor": {
            "X": 1.0,
            "Y": 1.0,
            "Z": 1.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.3273775,
            "Y": 0.0,
            "Z": 0.6462882,
            "W": 1.0
          },
          "Enabled": true
        },
        {
          "Name": "exposure_lightning",
          "DisplayName": "Lightning Exposure",
          "TextColor": {
            "X": 1.0,
            "Y": 1.0,
            "Z": 1.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.0,
            "Y": 0.343853,
            "Z": 0.7030568,
            "W": 1.0
          },
          "Enabled": true
        },
        {
          "Name": "damage_immune_while_owner_lives",
          "DisplayName": "Intervention",
          "TextColor": {
            "X": 1.0,
            "Y": 1.0,
            "Z": 1.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.5,
            "Y": 0.5,
            "Z": 0.5,
            "W": 1.0
          },
          "Enabled": true
        },
        {
          "Name": "pinned",
          "DisplayName": "Pinned",
          "TextColor": {
            "X": 1.0,
            "Y": 1.0,
            "Z": 1.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.03070116,
            "Y": 0.50218344,
            "Z": 0.26129505,
            "W": 1.0
          },
          "Enabled": true
        },
        {
          "Name": "jagged_ground",
          "DisplayName": "Jagged Ground",
          "TextColor": {
            "X": 1.0,
            "Y": 1.0,
            "Z": 1.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.26200873,
            "Y": 0.16942807,
            "Z": 0.0125855645,
            "W": 1.0
          },
          "Enabled": true
        },
        {
          "Name": "player_critical_chance_against_aura",
          "DisplayName": "Pride?",
          "TextColor": {
            "X": 1.0,
            "Y": 1.0,
            "Z": 1.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.5,
            "Y": 0.5,
            "Z": 0.5,
            "W": 1.0
          },
          "Enabled": true
        },
        {
          "Name": "frost_bomb",
          "DisplayName": "Frost Bomb",
          "TextColor": {
            "X": 1.0,
            "Y": 1.0,
            "Z": 1.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.048643854,
            "Y": 0.016551945,
            "Z": 0.5414847,
            "W": 1.0
          },
          "Enabled": true
        },
        {
          "Name": "exposure_cold",
          "DisplayName": "Cold Exposure",
          "TextColor": {
            "X": 1.0,
            "Y": 1.0,
            "Z": 1.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.26031157,
            "Y": 0.5615299,
            "Z": 0.8165939,
            "W": 1.0
          },
          "Enabled": true
        },
        {
          "Name": "smoke_mine_movement_speed",
          "DisplayName": "Faster Run",
          "TextColor": {
            "X": 1.0,
            "Y": 1.0,
            "Z": 1.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.5,
            "Y": 0.5,
            "Z": 0.5,
            "W": 1.0
          },
          "Enabled": true
        },
        {
          "Name": "ground_living_blood",
          "DisplayName": "Living Blood",
          "TextColor": {
            "X": 1.0,
            "Y": 1.0,
            "Z": 1.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.4323144,
            "Y": 0.14475332,
            "Z": 0.02831753,
            "W": 1.0
          },
          "Enabled": true
        },
        {
          "Name": "dazed",
          "DisplayName": "Dazed",
          "TextColor": {
            "X": 1.0,
            "Y": 1.0,
            "Z": 1.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.43866786,
            "Y": 0.13226295,
            "Z": 0.5938865,
            "W": 1.0
          },
          "Enabled": true
        },
        {
          "Name": "monster_mod_mana_siphoner",
          "DisplayName": "Siphoning Ring",
          "TextColor": {
            "X": 1.0,
            "Y": 1.0,
            "Z": 1.0,
            "W": 1.0
          },
          "BarColor": {
            "X": 0.5,
            "Y": 0.5,
            "Z": 0.5,
            "W": 1.0
          },
          "Enabled": true
        }
      ],
      "SeenBuffs": [
        {
          "Name": "visual_archnemesis_mod_display_buff",
          "DisplayName": "",
          "Duration": "Infinity"
        },
        {
          "Name": "monster_magic_effect_buff",
          "DisplayName": "",
          "Duration": "Infinity"
        },
        {
          "Name": "visual_display_buff",
          "DisplayName": "",
          "Duration": "Infinity"
        },
        {
          "Name": "shocked",
          "DisplayName": "Shocked",
          "Duration": 4.0
        },
        {
          "Name": "monster_aura_energy_shield",
          "DisplayName": "Energy Shield Aura",
          "Duration": "Infinity"
        },
        {
          "Name": "monster_rare_effect_buff",
          "DisplayName": "",
          "Duration": "Infinity"
        },
        {
          "Name": "visual_display_buff_not_hidden",
          "DisplayName": "",
          "Duration": "Infinity"
        },
        {
          "Name": "unique_enemies_in_presence_have_fire_exposure",
          "DisplayName": "",
          "Duration": "Infinity"
        },
        {
          "Name": "exposure_fire",
          "DisplayName": "Fire Exposure",
          "Duration": "Infinity"
        },
        {
          "Name": "chilled",
          "DisplayName": "Chilled",
          "Duration": 2.0
        },
        {
          "Name": "frozen",
          "DisplayName": "Frozen",
          "Duration": 4.0
        },
        {
          "Name": "cannot_gain_vaal_souls_at_life_thresholds",
          "DisplayName": "",
          "Duration": 2.0
        },
        {
          "Name": "ground_consecration_enemy",
          "DisplayName": "Consecrated Ground",
          "Duration": "Infinity"
        },
        {
          "Name": "additional_shock",
          "DisplayName": "Shocked",
          "Duration": 2.38
        },
        {
          "Name": "maim",
          "DisplayName": "Maimed",
          "Duration": 4.0
        },
        {
          "Name": "number_of_nearby_enemies",
          "DisplayName": "",
          "Duration": "Infinity"
        },
        {
          "Name": "monster_flask_drain_aura",
          "DisplayName": "Drought",
          "Duration": "Infinity"
        },
        {
          "Name": "herald_of_ash_burning",
          "DisplayName": "Burning",
          "Duration": 2.4
        },
        {
          "Name": "hidden_monster",
          "DisplayName": "",
          "Duration": "Infinity"
        },
        {
          "Name": "blinded",
          "DisplayName": "Blinded",
          "Duration": 4.0
        },
        {
          "Name": "monster_mod_periodic_enrage",
          "DisplayName": "Frenzied",
          "Duration": 5.0
        },
        {
          "Name": "skill_cost_over_time",
          "DisplayName": "",
          "Duration": 0.109813884
        },
        {
          "Name": "infernal_cry",
          "DisplayName": "Infernal Cry",
          "Duration": 7.538
        },
        {
          "Name": "affliction_split_buff",
          "DisplayName": "",
          "Duration": "Infinity"
        },
        {
          "Name": "ignited",
          "DisplayName": "Ignited",
          "Duration": 4.6
        },
        {
          "Name": "monster_aura_physical_damage",
          "DisplayName": "Physical Damage Aura",
          "Duration": "Infinity"
        },
        {
          "Name": "lightning_clone_retaliation",
          "DisplayName": "Lightning Clone Retaliation",
          "Duration": "Infinity"
        },
        {
          "Name": "monster_mod_speed",
          "DisplayName": "Speed Aura",
          "Duration": "Infinity"
        },
        {
          "Name": "bleeding",
          "DisplayName": "Bleeding",
          "Duration": 5.0
        },
        {
          "Name": "track_movement",
          "DisplayName": "",
          "Duration": "Infinity"
        },
        {
          "Name": "poison",
          "DisplayName": "Poisoned",
          "Duration": "Infinity"
        },
        {
          "Name": "bleeding_moving",
          "DisplayName": "",
          "Duration": "Infinity"
        },
        {
          "Name": "",
          "DisplayName": "",
          "Duration": 0.0
        },
        {
          "Name": "disable_rarity_epk",
          "DisplayName": "",
          "Duration": "Infinity"
        },
        {
          "Name": "monster_aura_executioner",
          "DisplayName": "Executioner's Presence",
          "Duration": "Infinity"
        },
        {
          "Name": "archnemesis_bubble_shield",
          "DisplayName": "",
          "Duration": "Infinity"
        },
        {
          "Name": "hidden_monster_disable_minions",
          "DisplayName": "",
          "Duration": "Infinity"
        },
        {
          "Name": "monster_aura_resists",
          "DisplayName": "Resists Aura",
          "Duration": "Infinity"
        },
        {
          "Name": "monster_detonate_dead_area_mark",
          "DisplayName": "",
          "Duration": "Infinity"
        },
        {
          "Name": "generic_buff_aura",
          "DisplayName": "",
          "Duration": "Infinity"
        },
        {
          "Name": "armour_break_tracker",
          "DisplayName": "Armour Break",
          "Duration": 12.0
        },
        {
          "Name": "proximal_intangibility",
          "DisplayName": "",
          "Duration": "Infinity"
        },
        {
          "Name": "visual_display_buff_removed_on_death",
          "DisplayName": "",
          "Duration": "Infinity"
        },
        {
          "Name": "BreachWithered",
          "DisplayName": "Withered",
          "Duration": "Infinity"
        },
        {
          "Name": "archnemesis_time_bubble",
          "DisplayName": "Temporal Bubble",
          "Duration": "Infinity"
        },
        {
          "Name": "energy_release_shock_pause",
          "DisplayName": "",
          "Duration": "Infinity"
        },
        {
          "Name": "exposure_lightning",
          "DisplayName": "Lightning Exposure",
          "Duration": 8.0
        },
        {
          "Name": "damage_immune_while_owner_lives",
          "DisplayName": "Intervention",
          "Duration": 4.9
        },
        {
          "Name": "shrine_cold_2",
          "DisplayName": "Freezing Shrine",
          "Duration": "Infinity"
        },
        {
          "Name": "pinned",
          "DisplayName": "Pinned",
          "Duration": 4.0
        },
        {
          "Name": "jagged_ground",
          "DisplayName": "Jagged Ground",
          "Duration": "Infinity"
        },
        {
          "Name": "ritual_monster_emerge",
          "DisplayName": "",
          "Duration": 2.0
        },
        {
          "Name": "kitava_heart_damage_taken",
          "DisplayName": "",
          "Duration": 6.0
        },
        {
          "Name": "ritual_blank_buff",
          "DisplayName": "",
          "Duration": "Infinity"
        },
        {
          "Name": "cannibal_shaman_buff",
          "DisplayName": "",
          "Duration": "Infinity"
        },
        {
          "Name": "overwhelming_pressure_aura",
          "DisplayName": "",
          "Duration": "Infinity"
        },
        {
          "Name": "number_of_enemies_surroundering",
          "DisplayName": "",
          "Duration": "Infinity"
        },
        {
          "Name": "minion_instability_support_aura_burn",
          "DisplayName": "",
          "Duration": "Infinity"
        },
        {
          "Name": "player_critical_chance_against_aura",
          "DisplayName": "Pride?",
          "Duration": "Infinity"
        },
        {
          "Name": "frost_bomb",
          "DisplayName": "Frost Bomb",
          "Duration": 5.0
        },
        {
          "Name": "exposure_cold",
          "DisplayName": "Cold Exposure",
          "Duration": 5.0
        },
        {
          "Name": "critical_weakness",
          "DisplayName": "Critical Weakness",
          "Duration": 4.0
        },
        {
          "Name": "smoke_mine_movement_speed",
          "DisplayName": "Faster Run",
          "Duration": 3.0
        },
        {
          "Name": "ground_living_blood",
          "DisplayName": "Living Blood",
          "Duration": "Infinity"
        },
        {
          "Name": "dazed",
          "DisplayName": "Dazed",
          "Duration": 4.0
        },
        {
          "Name": "shrine_lightning_2",
          "DisplayName": "Tempest Shrine",
          "Duration": "Infinity"
        },
        {
          "Name": "monster_mod_mana_siphoner",
          "DisplayName": "Siphoning Ring",
          "Duration": "Infinity"
        }
      ]
    }
    Last edited by anonuser037; 02-05-2025 at 01:21 PM.

  6. #5
    shifun's Avatar Member
    Reputation
    1
    Join Date
    Jan 2011
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    does it also track friendly player's auras? it would really help with presence size

Similar Threads

  1. MapIcons - ExileCore2 Plugin
    By diesall in forum Path of Exile 2 Bots and Program
    Replies: 31
    Last Post: 05-16-2025, 09:31 AM
  2. [Plugin whit tut] A little plugin for Photoshop i just found.[Big pic]
    By Lord-kapser in forum Art & Graphic Design
    Replies: 3
    Last Post: 12-03-2007, 04:15 PM
  3. [Firefox Plugin] WoW Search Plugin
    By suicidity in forum World of Warcraft Bots and Programs
    Replies: 22
    Last Post: 07-08-2007, 08:20 AM
  4. Where can i get a Cord mod/plugin?
    By Mike3667 in forum World of Warcraft General
    Replies: 1
    Last Post: 09-09-2006, 07:20 PM
All times are GMT -5. The time now is 03:20 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