Is there a way to have loot filter only show maps with delirious?
Wanting to have my loot filter only show 14s and 15s but show 12+ if they have delirious rolled on them from delirium 20% atlas point.
Last bumped on Feb 1, 2025, 3:15:07 PM
|
|
I think its not possible right now. We have "HasEnchantment" function that works within lootfilter, but, even tho delirious effect considered an enchantment, it cannot be used because "HasEnchantment" function works only with exposed by GGG key-names and delirious effect on waystones doesnt have any namings.
|
|
Neversink allrdy does that hmmmmmm
|
|
a lot of filters can do that, here is the code im using if u want to put it into ur filter
Show # map-deli AnyEnchantment True Rarity Normal Magic Rare Class "Waystones" BaseType "Waystone (Tier 11)" "Waystone (Tier 12)" "Waystone (Tier 13)" "Waystone (Tier 14)" "Waystone (Tier 15)" "Waystone (Tier 16)" SetTextColor 0 0 0 SetBackgroundColor 255 255 255 SetBorderColor 0 0 0 SetFontSize 45 MinimapIcon 0 Pink Hexagon PlayEffect Pink PlayAlertSound 12 300 DisableDropSound |
|