Skip to content

Instantly share code, notes, and snippets.

@chrisliuqq
Last active April 19, 2016 07:45
Show Gist options
  • Save chrisliuqq/7e43604f7bd51ea102afb42b0b1f2118 to your computer and use it in GitHub Desktop.
Save chrisliuqq/7e43604f7bd51ea102afb42b0b1f2118 to your computer and use it in GitHub Desktop.
POE filter
# 顯示有品質的寶石
Show
Class Gem
Quality > 0
SetBorderColor 128 128 255
# 五連以上
Show
LinkedSockets >= 5
SetBackgroundColor 0 128 0
# 貨幣
Show
Class "Currency"
SetBorderColor 170 158 130
# 六個洞,紫色棒棒
Show
Sockets 6
SetBorderColor 128 128 255
SetTextColor 180 0 180 200
PlayAlertSound 1 50
# 三色,紫色棒棒
Show
SocketGroup RGB
SetBorderColor 128 128 255
SetTextColor 180 0 180 200
PlayAlertSound 1 50
# 品質 > 10 的藥水,紫色棒棒
Show
Class Flask
Quality > 10
SetBorderColor 128 128 255
SetTextColor 180 0 180 200
# 地圖、卡片、寶石放大
Show
Class Card Map Jewel
SetFontSize 40
# SetBorderColor 180 0 180
#顯示,基底,物品等級大於等於77,黑框,黑字,灰底,字體30
Show
BaseType "Imbued Wand" "Opal Wand" "Harbinger Bow"
ItemLevel >= 77
Rarity = Normal
SetBorderColor 0 0 0
SetTextColor 0 0 0
SetBackgroundColor 160 160 160
SetFontSize 30
#顯示,基底,物品等級大於等於78,黑框,黑字,灰底,字體30
Show
BaseType "Hubris Circlet" "Vaal Regalia" "Sorcerer Gloves" "Sorcerer Boots" "Titanium Spirit Shield"
ItemLevel >= 78
Rarity = Normal
SetBorderColor 0 0 0
SetTextColor 0 0 0
SetBackgroundColor 160 160 160
SetFontSize 30
#顯示,基底,物品等級大於等於79,黑框,黑字,灰底,字體30
Show
BaseType "Fossilised Spirit Shield"
ItemLevel >= 79
Rarity = Normal
SetBorderColor 0 0 0
SetTextColor 0 0 0
SetBackgroundColor 160 160 160
SetFontSize 30
#顯示,製圖釘材料,稀有度普通,白框,字體33
Show
Rarity = Normal
BaseType "Gavel" "Stone Hammer" "Rock Breaker"
SetTextColor 180 0 180 200
SetBorderColor 255 255 255
SetFontSize 33
# 其他藍裝白裝都縮小
Show
Rarity <= Magic
SetFontSize 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment