Pickit commands - Printable Version +- Bot Exploit (http://www.botexploit.com/en/forum) +-- Forum: Bot Exploit Forum (/Forum-Bot-Exploit-Forum) +--- Forum: General (/Forum-General) +--- Thread: Pickit commands (/Thread-Pickit-commands) |
Pickit commands - Baldey - 09-29-2013 02:27 AM I have a question about the keep rares guidelines. I am talking about for example this: [QUALITY] == "Rare" && [TYPE] == "Ring" # ([CRIT%] == 6 && [CRITDMG%] == 50) || ([CRIT%] == 6 && [AS%] == 9) || (([AS%] == 9 && [CRITDMG%] == 50) && [MAXSTAT] > 0) -> [KEEP] That line makes perfect sense to me. What i need to know, is if i wanted to ask for other stats on the ring, like say MF, or reduced level requirement? Or if i had a poison resist monk how would i specify to check for a specific resist? Is there a place we an see a complete list of the syntax used for all the different attributes? And if not can we got one? thanks! RE: Pickit commands - Titanium - 09-29-2013 02:52 PM hi, Thanks for the question. Here is the guide: http://www.botexploit.com/en/forum/showthread.php?tid=282 RE: Pickit commands - Baldey - 09-29-2013 07:35 PM Woot. |