Qvin0000 / ExileApiPlugins

36 stars 32 forks source link

ItemAlert: HasInfluence ignored #25

Open username1001101 opened 4 years ago

username1001101 commented 4 years ago

Hi there

Thanks for the effort. I just noticed that the ItemAlert can't handle (or just plainly ignores) the

HasInfluence Elder Shaper Crusader Redeemer Hunter Warlord

attribute. NeverSink's has a few of them and so if a base item like hubris circlet is dropped, then NeverSink ignores it if it's not shaper based, because of

Show # $tier->t1-2 $type->rare->shaper
    HasInfluence Shaper
    ItemLevel >= 84
    Rarity <= Rare
    BaseType "Agate Amulet" "Amber Amulet" "Citrine Amulet" "Diamond Ring" "Hubris Circlet" "Onyx Amulet" "Turquoise Amulet" "Two-Toned Boots" "Vanguard Belt" "Champion Kite Shield"
    SetFontSize 45
    SetTextColor 50 130 165 255             # TEXTCOLOR:     ShaperElder
    SetBorderColor 50 130 165 255           # BORDERCOLOR:   Shaper T1
    SetBackgroundColor 255 255 255 255      # BACKGROUND:    T0 Drop
    PlayAlertSound 1 300                    # DROPSOUND:     T0 Drop
    PlayEffect Red
    MinimapIcon 0 Red Diamond

However the ItemAlert just seems to ignore the HasInfluence. This leads to have the item appear. Since it's normal, magical and rare, it happens quite often.