CanadianGamer 0 Report post Posted March 27, 2014 If you're reading, thanks for taking the time to help. The following is a list of things i do not know how to do/if they exist. 1) set quality %....... [Quality] >= "10"?? 2)category of flasks..... [Category] == "Flask"?? 3)static mods, for examples; staunching, culling strike...... should i use [item_mod_here] == "true" ?? thanks if you have any tips! Share this post Link to post Share on other sites
hatshacker 32 Report post Posted March 27, 2014 1) set quality %....... [Quality] >= "10"?? 2)category of flasks..... [Category] == "Flask"?? 3)static mods, for examples; staunching, culling strike...... should i use [item_mod_here] == "true" ?? 1 - eg. [Type] == "Ice Spear" && [Quality] >= "15" 2 - eg. [Type] == "Quicksilver Flask" 3 - im not sure, check out the mod list in the bot folder Share this post Link to post Share on other sites