Hi,
sorry, I wanted to post in the support thread, but as I am not allowed to, I have to post elsewhere.
Initially I thought this should be easy, after all it seems like I am stuck...
I just wanted to check all magic flasks for the seething affix.
At first (working) just pick up all magic flasks.
Next step is to identify the magic flasks (working).
But the hard part for me is how do I check for "Local Flask Recovers Instantly"?
I tried
which seems to be ok for the parser, but definatly doesn't keep all seething flasks.
I also tried
but the parser won't accept this.
So where do I find a list of all affixes and what am I doing wrong?
Thanks in advance.
sorry, I wanted to post in the support thread, but as I am not allowed to, I have to post elsewhere.
Initially I thought this should be easy, after all it seems like I am stuck...
I just wanted to check all magic flasks for the seething affix.
At first (working) just pick up all magic flasks.
Next step is to identify the magic flasks (working).
But the hard part for me is how do I check for "Local Flask Recovers Instantly"?
I tried
Code:
TotalStat LocalFlaskRecoversInstantly Required
which seems to be ok for the parser, but definatly doesn't keep all seething flasks.
I also tried
Code:
TotalStat LocalFlaskRecoversInstantly == 1
but the parser won't accept this.
So where do I find a list of all affixes and what am I doing wrong?
Thanks in advance.