Skip to content

Commit

Permalink
fixed 4l bug
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverSinkDev committed Apr 18, 2021
1 parent 907e3de commit 8f2e42b
Show file tree
Hide file tree
Showing 14 changed files with 70 additions and 112 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#===============================================================================================================
# NeverSink's Indepth Loot Filter - for Path of Exile
#===============================================================================================================
# VERSION: 8.0.0a
# VERSION: 8.0.0b
# TYPE: 0-SOFT
# STYLE: NORMAL
# AUTHOR: NeverSink
Expand Down Expand Up @@ -121,7 +121,7 @@
# [[2500]] Gem Tierlists
# [2501] Exceptional Gems - Awakened and AltQuality
# [2502] Exceptional Gems - Special gems
# [2503] Gems during leveling
# [2503] High Quality and Leveled Gems
# [[2600]] REPLICA UNIQUES
# [[2700]] Special Maps
# [2701] Unique Maps
Expand Down Expand Up @@ -2827,6 +2827,7 @@ Show # %D2 $type->miscendgamerules $tier->overquality
Quality >= 29
ItemLevel >= 75
DropLevel >= 50
Rarity < Rare
Rarity <= Rare
Class "Amulets" "Belts" "Body Armours" "Boots" "Bows" "Claws" "Daggers" "Gloves" "Helmets" "One Hand" "Quivers" "Rings" "Rune Dagger" "Sceptres" "Shields" "Staves" "Two Hand" "Wands" "Warstaves"
SetFontSize 40
Expand All @@ -2838,6 +2839,7 @@ Show # %D1 $type->miscendgamerules $tier->earlyendgame4link
LinkedSockets >= 4
AreaLevel <= 72
AreaLevel >= 68
Rarity < Rare
Class "Body Armours" "Boots" "Gloves" "Helmets"
SetBorderColor 100 100 100 150
SetBackgroundColor 0 0 0 180
Expand Down Expand Up @@ -3811,11 +3813,7 @@ Show # $type->gems-special $tier->exspecial
MinimapIcon 1 Yellow Triangle

#------------------------------------
# [2503] Gems during leveling
#------------------------------------
# !! Override 430 : "leveling specific gem rules"
#------------------------------------
# [3902] High Quality and Leveled Gems
# [2503] High Quality and Leveled Gems
#------------------------------------
# !! Override 440 : "quality, leveled and generic gems"

Expand Down Expand Up @@ -3932,7 +3930,6 @@ Show # %H4 $type->gems-generic $tier->levelingvaal
MinimapIcon 2 White Triangle

Show # %H2 $type->gems-generic $tier->leveling
GemLevel <= 5
AreaLevel <= 67
Class "Gems"
SetFontSize 40
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#===============================================================================================================
# NeverSink's Indepth Loot Filter - for Path of Exile
#===============================================================================================================
# VERSION: 8.0.0a
# VERSION: 8.0.0b
# TYPE: 1-REGULAR
# STYLE: NORMAL
# AUTHOR: NeverSink
Expand Down Expand Up @@ -121,7 +121,7 @@
# [[2500]] Gem Tierlists
# [2501] Exceptional Gems - Awakened and AltQuality
# [2502] Exceptional Gems - Special gems
# [2503] Gems during leveling
# [2503] High Quality and Leveled Gems
# [[2600]] REPLICA UNIQUES
# [[2700]] Special Maps
# [2701] Unique Maps
Expand Down Expand Up @@ -2827,6 +2827,7 @@ Show # %D2 $type->miscendgamerules $tier->overquality
Quality >= 29
ItemLevel >= 75
DropLevel >= 50
Rarity < Rare
Rarity <= Rare
Class "Amulets" "Belts" "Body Armours" "Boots" "Bows" "Claws" "Daggers" "Gloves" "Helmets" "One Hand" "Quivers" "Rings" "Rune Dagger" "Sceptres" "Shields" "Staves" "Two Hand" "Wands" "Warstaves"
SetFontSize 40
Expand All @@ -2838,6 +2839,7 @@ Show # %D1 $type->miscendgamerules $tier->earlyendgame4link
LinkedSockets >= 4
AreaLevel <= 72
AreaLevel >= 68
Rarity < Rare
Class "Body Armours" "Boots" "Gloves" "Helmets"
SetBorderColor 100 100 100 150
SetBackgroundColor 0 0 0 180
Expand Down Expand Up @@ -3811,11 +3813,7 @@ Show # $type->gems-special $tier->exspecial
MinimapIcon 1 Yellow Triangle

#------------------------------------
# [2503] Gems during leveling
#------------------------------------
# !! Override 430 : "leveling specific gem rules"
#------------------------------------
# [3902] High Quality and Leveled Gems
# [2503] High Quality and Leveled Gems
#------------------------------------
# !! Override 440 : "quality, leveled and generic gems"

Expand Down Expand Up @@ -3932,7 +3930,6 @@ Show # %H4 $type->gems-generic $tier->levelingvaal
MinimapIcon 2 White Triangle

Show # %H2 $type->gems-generic $tier->leveling
GemLevel <= 5
AreaLevel <= 67
Class "Gems"
SetFontSize 40
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#===============================================================================================================
# NeverSink's Indepth Loot Filter - for Path of Exile
#===============================================================================================================
# VERSION: 8.0.0a
# VERSION: 8.0.0b
# TYPE: 2-SEMI-STRICT
# STYLE: NORMAL
# AUTHOR: NeverSink
Expand Down Expand Up @@ -121,7 +121,7 @@
# [[2500]] Gem Tierlists
# [2501] Exceptional Gems - Awakened and AltQuality
# [2502] Exceptional Gems - Special gems
# [2503] Gems during leveling
# [2503] High Quality and Leveled Gems
# [[2600]] REPLICA UNIQUES
# [[2700]] Special Maps
# [2701] Unique Maps
Expand Down Expand Up @@ -2827,6 +2827,7 @@ Show # %D2 $type->miscendgamerules $tier->overquality
Quality >= 29
ItemLevel >= 75
DropLevel >= 50
Rarity < Rare
Rarity <= Rare
Class "Amulets" "Belts" "Body Armours" "Boots" "Bows" "Claws" "Daggers" "Gloves" "Helmets" "One Hand" "Quivers" "Rings" "Rune Dagger" "Sceptres" "Shields" "Staves" "Two Hand" "Wands" "Warstaves"
SetFontSize 40
Expand All @@ -2838,6 +2839,7 @@ Show # %D2 $type->miscendgamerules $tier->overquality
# LinkedSockets >= 4
# AreaLevel <= 72
# AreaLevel >= 68
# Rarity < Rare
# Class "Body Armours" "Boots" "Gloves" "Helmets"
# SetBorderColor 100 100 100 150
# SetBackgroundColor 0 0 0 180
Expand Down Expand Up @@ -3811,11 +3813,7 @@ Show # $type->gems-special $tier->exspecial
MinimapIcon 1 Yellow Triangle

#------------------------------------
# [2503] Gems during leveling
#------------------------------------
# !! Override 430 : "leveling specific gem rules"
#------------------------------------
# [3902] High Quality and Leveled Gems
# [2503] High Quality and Leveled Gems
#------------------------------------
# !! Override 440 : "quality, leveled and generic gems"

Expand Down Expand Up @@ -3932,7 +3930,6 @@ Show # %H4 $type->gems-generic $tier->levelingvaal
MinimapIcon 2 White Triangle

Show # %H2 $type->gems-generic $tier->leveling
GemLevel <= 5
AreaLevel <= 67
Class "Gems"
SetFontSize 40
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#===============================================================================================================
# NeverSink's Indepth Loot Filter - for Path of Exile
#===============================================================================================================
# VERSION: 8.0.0a
# VERSION: 8.0.0b
# TYPE: 3-STRICT
# STYLE: NORMAL
# AUTHOR: NeverSink
Expand Down Expand Up @@ -121,7 +121,7 @@
# [[2500]] Gem Tierlists
# [2501] Exceptional Gems - Awakened and AltQuality
# [2502] Exceptional Gems - Special gems
# [2503] Gems during leveling
# [2503] High Quality and Leveled Gems
# [[2600]] REPLICA UNIQUES
# [[2700]] Special Maps
# [2701] Unique Maps
Expand Down Expand Up @@ -2827,6 +2827,7 @@ Show # %D3 $type->endgameflasks $tier->any20qualflask
# Quality >= 29
# ItemLevel >= 75
# DropLevel >= 50
# Rarity < Rare
# Rarity <= Rare
# Class "Amulets" "Belts" "Body Armours" "Boots" "Bows" "Claws" "Daggers" "Gloves" "Helmets" "One Hand" "Quivers" "Rings" "Rune Dagger" "Sceptres" "Shields" "Staves" "Two Hand" "Wands" "Warstaves"
# SetFontSize 40
Expand All @@ -2838,6 +2839,7 @@ Show # %D3 $type->endgameflasks $tier->any20qualflask
# LinkedSockets >= 4
# AreaLevel <= 72
# AreaLevel >= 68
# Rarity < Rare
# Class "Body Armours" "Boots" "Gloves" "Helmets"
# SetBorderColor 100 100 100 150
# SetBackgroundColor 0 0 0 180
Expand Down Expand Up @@ -3810,11 +3812,7 @@ Show # $type->gems-special $tier->exspecial
MinimapIcon 1 Yellow Triangle

#------------------------------------
# [2503] Gems during leveling
#------------------------------------
# !! Override 430 : "leveling specific gem rules"
#------------------------------------
# [3902] High Quality and Leveled Gems
# [2503] High Quality and Leveled Gems
#------------------------------------
# !! Override 440 : "quality, leveled and generic gems"

Expand Down Expand Up @@ -3931,7 +3929,6 @@ Show # %H4 $type->gems-generic $tier->levelingvaal
MinimapIcon 2 White Triangle

Hide # %H2 $type->gems-generic $tier->leveling
GemLevel <= 5
AreaLevel <= 67
Class "Gems"
SetFontSize 40
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#===============================================================================================================
# NeverSink's Indepth Loot Filter - for Path of Exile
#===============================================================================================================
# VERSION: 8.0.0a
# VERSION: 8.0.0b
# TYPE: 4-VERY-STRICT
# STYLE: NORMAL
# AUTHOR: NeverSink
Expand Down Expand Up @@ -121,7 +121,7 @@
# [[2500]] Gem Tierlists
# [2501] Exceptional Gems - Awakened and AltQuality
# [2502] Exceptional Gems - Special gems
# [2503] Gems during leveling
# [2503] High Quality and Leveled Gems
# [[2600]] REPLICA UNIQUES
# [[2700]] Special Maps
# [2701] Unique Maps
Expand Down Expand Up @@ -2823,6 +2823,7 @@ Hide # %H1 $type->endgamergb $tier->rgbmedium
# Quality >= 29
# ItemLevel >= 75
# DropLevel >= 50
# Rarity < Rare
# Rarity <= Rare
# Class "Amulets" "Belts" "Body Armours" "Boots" "Bows" "Claws" "Daggers" "Gloves" "Helmets" "One Hand" "Quivers" "Rings" "Rune Dagger" "Sceptres" "Shields" "Staves" "Two Hand" "Wands" "Warstaves"
# SetFontSize 40
Expand All @@ -2834,6 +2835,7 @@ Hide # %H1 $type->endgamergb $tier->rgbmedium
# LinkedSockets >= 4
# AreaLevel <= 72
# AreaLevel >= 68
# Rarity < Rare
# Class "Body Armours" "Boots" "Gloves" "Helmets"
# SetBorderColor 100 100 100 150
# SetBackgroundColor 0 0 0 180
Expand Down Expand Up @@ -3791,11 +3793,7 @@ Show # $type->gems-special $tier->exspecial
MinimapIcon 1 Yellow Triangle

#------------------------------------
# [2503] Gems during leveling
#------------------------------------
# !! Override 430 : "leveling specific gem rules"
#------------------------------------
# [3902] High Quality and Leveled Gems
# [2503] High Quality and Leveled Gems
#------------------------------------
# !! Override 440 : "quality, leveled and generic gems"

Expand Down Expand Up @@ -3912,7 +3910,6 @@ Show # %H4 $type->gems-generic $tier->levelingvaal
MinimapIcon 2 White Triangle

Hide # %H2 $type->gems-generic $tier->leveling
GemLevel <= 5
AreaLevel <= 67
Class "Gems"
SetFontSize 40
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#===============================================================================================================
# NeverSink's Indepth Loot Filter - for Path of Exile
#===============================================================================================================
# VERSION: 8.0.0a
# VERSION: 8.0.0b
# TYPE: 5-UBER-STRICT
# STYLE: NORMAL
# AUTHOR: NeverSink
Expand Down Expand Up @@ -121,7 +121,7 @@
# [[2500]] Gem Tierlists
# [2501] Exceptional Gems - Awakened and AltQuality
# [2502] Exceptional Gems - Special gems
# [2503] Gems during leveling
# [2503] High Quality and Leveled Gems
# [[2600]] REPLICA UNIQUES
# [[2700]] Special Maps
# [2701] Unique Maps
Expand Down Expand Up @@ -2815,6 +2815,7 @@ Hide # %H1 $type->endgamergb $tier->rgbmedium
# Quality >= 29
# ItemLevel >= 75
# DropLevel >= 50
# Rarity < Rare
# Rarity <= Rare
# Class "Amulets" "Belts" "Body Armours" "Boots" "Bows" "Claws" "Daggers" "Gloves" "Helmets" "One Hand" "Quivers" "Rings" "Rune Dagger" "Sceptres" "Shields" "Staves" "Two Hand" "Wands" "Warstaves"
# SetFontSize 40
Expand All @@ -2826,6 +2827,7 @@ Hide # %H1 $type->endgamergb $tier->rgbmedium
# LinkedSockets >= 4
# AreaLevel <= 72
# AreaLevel >= 68
# Rarity < Rare
# Class "Body Armours" "Boots" "Gloves" "Helmets"
# SetBorderColor 100 100 100 150
# SetBackgroundColor 0 0 0 180
Expand Down Expand Up @@ -3759,11 +3761,7 @@ Show # $type->gems-special $tier->exspecial
MinimapIcon 1 Yellow Triangle

#------------------------------------
# [2503] Gems during leveling
#------------------------------------
# !! Override 430 : "leveling specific gem rules"
#------------------------------------
# [3902] High Quality and Leveled Gems
# [2503] High Quality and Leveled Gems
#------------------------------------
# !! Override 440 : "quality, leveled and generic gems"

Expand Down Expand Up @@ -3879,7 +3877,6 @@ Hide # %H4 $type->gems-generic $tier->levelingvaal
SetBackgroundColor 55 0 0 255

Hide # %H2 $type->gems-generic $tier->leveling
GemLevel <= 5
AreaLevel <= 67
Class "Gems"
SetFontSize 40
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#===============================================================================================================
# NeverSink's Indepth Loot Filter - for Path of Exile
#===============================================================================================================
# VERSION: 8.0.0a
# VERSION: 8.0.0b
# TYPE: 6-UBER-PLUS-STRICT
# STYLE: NORMAL
# AUTHOR: NeverSink
Expand Down Expand Up @@ -121,7 +121,7 @@
# [[2500]] Gem Tierlists
# [2501] Exceptional Gems - Awakened and AltQuality
# [2502] Exceptional Gems - Special gems
# [2503] Gems during leveling
# [2503] High Quality and Leveled Gems
# [[2600]] REPLICA UNIQUES
# [[2700]] Special Maps
# [2701] Unique Maps
Expand Down Expand Up @@ -2809,6 +2809,7 @@ Hide # %H1 $type->endgamergb $tier->rgbmedium
# Quality >= 29
# ItemLevel >= 75
# DropLevel >= 50
# Rarity < Rare
# Rarity <= Rare
# Class "Amulets" "Belts" "Body Armours" "Boots" "Bows" "Claws" "Daggers" "Gloves" "Helmets" "One Hand" "Quivers" "Rings" "Rune Dagger" "Sceptres" "Shields" "Staves" "Two Hand" "Wands" "Warstaves"
# SetFontSize 40
Expand All @@ -2820,6 +2821,7 @@ Hide # %H1 $type->endgamergb $tier->rgbmedium
# LinkedSockets >= 4
# AreaLevel <= 72
# AreaLevel >= 68
# Rarity < Rare
# Class "Body Armours" "Boots" "Gloves" "Helmets"
# SetBorderColor 100 100 100 150
# SetBackgroundColor 0 0 0 180
Expand Down Expand Up @@ -3720,11 +3722,7 @@ Show # $type->gems-special $tier->exspecial
MinimapIcon 1 Yellow Triangle

#------------------------------------
# [2503] Gems during leveling
#------------------------------------
# !! Override 430 : "leveling specific gem rules"
#------------------------------------
# [3902] High Quality and Leveled Gems
# [2503] High Quality and Leveled Gems
#------------------------------------
# !! Override 440 : "quality, leveled and generic gems"

Expand Down Expand Up @@ -3840,7 +3838,6 @@ Hide # %H4 $type->gems-generic $tier->levelingvaal
SetBackgroundColor 55 0 0 255

Hide # %H2 $type->gems-generic $tier->leveling
GemLevel <= 5
AreaLevel <= 67
Class "Gems"
SetFontSize 40
Expand Down
Loading

0 comments on commit 8f2e42b

Please sign in to comment.