12-30-2013, 06:04 PM
(12-30-2013, 05:55 PM)darkraito Wrote: Progress range field?
If you set both the "Progress <" and "Progress >=", that is a range already right?
as in
isCode:Progress < 12
Progress >= 0
Code:0 <= Progress < 12
EDIT:
and what's with the double post:
http://mmominion.com/Thread-Crafting-Ski...ss-and-etc
I tested it already
Code:
"Progress < 12" + "Progress >= 0"
is not
"0 <= Progress < 12"
The Bot routine will take "Progress < 12" and ignore "Progress >= 0"
That's why for
Code:
"Progress < 60" + "Progress >= 12",
"Progress >= 12" will be ignored, giving you "Progress < 60" which is not what I want.
is for developers.
http://mmominion.com/Thread-Crafting-Ski...lty-Crafts
is for users.