Originally Posted by
wishyq
Need a small help with elite polearm pickit scrip. My current pickit will pickup all type of elite polearms, even 1os elite polearm.
I sort of want to allow it to pick up only ethereal thresher, 4os and 5os ethereal threshers and if possible superior ethereal thresher, i wonder how should i write the script.
This is my polearm script
[Type] == polearm && [Class] == elite && [Quality] <= superior # [Sockets] >= 4 // Variable Insight
[Type] == polearm && [Class] == elite && [Quality] <= superior && [Flag] == ethereal # [Sockets] >= 0 // Variable Eth
Bookmarks