슈페에테,에테,에테4솟을 주워와야 하는데 자꾸 노말4솟을 갖고옵니다
// ##### Polearms ######################
//[Type] == polearm && [Class] == normal && [Quality] <= normal && [Flag] != ethereal # [Sockets] == 4 // Insight for Chaos
([Name] >= Thresher && [Name] <= GiantThresher) && [Quality] == normal && [Flag] == ethereal # [Sockets] == 0 // Cubing
[Type] == polearm && [Class] == elite && [Quality] <= superior && [Flag] == ethereal # [Sockets] >= 4 // Variable
[Type] == polearm && [Class] == elite && [Quality] <= normal && [Flag] != ethereal # [Sockets] == 4 // Insight for Chaos
([Name] >= Thresher && [Name] <= GiantThresher) && [Quality] == normal && [Flag] == ethereal # [Sockets] == 0 // Cubing
lss
ppolppol
이렇게 바꾸면 됩니다.
[Type] == polearm && [Class] == elite && [Quality] <= normal && [Flag] == ethereal # [Sockets] == 4 // Insight for Chaos
노솟도 줍게하려면
[Type] == polearm && [Class] == elite && [Quality] <= normal && [Flag] == ethereal # ([Sockets] == 0 || [Sockets] == 4) // Insight for Chaos