loot filter + Ancient Reliquary Key help
M'kay i think i might put it in wrong <_< and neversink doesn't have it added so...
what i have is:
Spoiler
Show
Class Misc Map Items BaseType "Ancient Reliquary Key" SetFontSize 44 SetTextColor 0 0 0 255 # TEXTCOLOR: Cosmetic: Black Text SetBorderColor 0 0 0 255 # BORDERCOLOR: Cosmetic: Highlight good drops SetBackgroundColor 180 0 0 255 # BACKGROUND: Fragments - valuable PlayAlertSound 6 300 # DROPSOUND: T1 Drop PlayAlertSound 5 300 PlayAlertSound 4 300 PlayAlertSound 3 300 PlayAlertSound 2 300 PlayAlertSound 1 300 is this right or have i fucked it up? 3.26 when? Don't abandon us. don't turn your backs on the ones loving poe. Last bumped on Mar 7, 2017, 12:44:30 PM
|
![]() |
Neversink does have the Key added. This is from his thread....
" |
![]() |
" should be in quotes: Class "Misc Map Items" When night falls She cloaks the world In impenetrable darkness Last edited by morbo#1824 on Mar 7, 2017, 12:24:50 PM
|
![]() |
" Aside from Neversink having it in there already, and what morbo corrected, I'd advise against putting multiple sounds in there. For example, should be...
Spoiler
Show
Class "Misc Map Items" BaseType "Ancient Reliquary Key" SetFontSize 44 SetTextColor 0 0 0 255 SetBorderColor 0 0 0 255 SetBackgroundColor 180 0 0 255 PlayAlertSound 6 300 ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒░░░░░░░░░░░░░ cipher_nemo ░░░░░░░░░░░░░▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ |
![]() |
" ah because i searched for Ancient Reliquary Key and didn't found anything so was worried xd glad to hear i can just use the original :) 3.26 when?
Don't abandon us. don't turn your backs on the ones loving poe. |
![]() |
" Yeah, I think having it coded as "Misc Map Item" is confusing a lot of people. |
![]() |
" "Misc Map Item" is the class of the item. The filter above would match reliquary key and breachstones, since they all fall under the same class now. But you can further specify just the reliquary key with the line: BaseType "Ancient Reliquary Key" When night falls
She cloaks the world In impenetrable darkness |
![]() |