Replies: 1 comment
-
Just for clarity, the two lines for no sockets or 4 sockets now read like this: "([Name] == thresher || [Name] == crypticaxe || [Name] == greatpoleaxe || [Name] == giantthresher) && [flag] != runeword && [Flag] == Ethereal && [Quality] == Normal # [Sockets] == 0 # [MaxQuantity] == 1", "([Name] == thresher || [Name] == crypticaxe || [Name] == greatpoleaxe || [Name] == giantthresher) && [flag] != runeword && [Flag] == Ethereal && [Quality] == Normal # [Sockets] == 4 # [MaxQuantity] == 1", |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed that for awhile my bots were collecting rare and magic armor, helms, etc.
I looked through the profiles and saw this:
"([Name] == thresher || [Name] == crypticaxe || [Name] == greatpoleaxe || [Name] == giantthresher) && [flag] != runeword && [Quality] >= Normal && [Quality] <= Superior # [Sockets] == 4 # [MaxQuantity] == 1",
I manually edited this to read == Normal as well as added the ethereal flag.
This is default on stealth, treachery, infinity and others.
Infinity would be good to add to the trapsin's end game build as well. Cheers, will keep updating issues and will post any fixes I'm able to get working!
Beta Was this translation helpful? Give feedback.
All reactions