tortose 0 Report post Posted June 22, 2015 Is there anyone that has a pickit list that will pick up Gavel's / other chance item's?? I always have to stop the bot so I can go pick up a Gavel or amulet or such. Share this post Link to post Share on other sites
MasterOfSilence 15 Report post Posted June 22, 2015 This is my first attempt at making loot lines but here goes nothin [type] == "Agate Amulet" && [Rarity] == "Normal" // Agate Amulet [type] == "Gavel" && [Rarity] == "Normal" // Gavel probably messed up but i think this is how it should look Here is a line to Chance the Gavel automatically i think [Type] == "Gavel" # [ChanceItem] == "true" // Mjolnir Share this post Link to post Share on other sites
tortose 0 Report post Posted June 22, 2015 Chancing// [type] == "Glorious plate" # [ChanceItem] == "true" // Kaom's Heart ect ect is in the pickit list, why isn't it working??? or even picking up those items??? Share this post Link to post Share on other sites
johnco00 0 Report post Posted June 23, 2015 did you remove the //? Share this post Link to post Share on other sites
tortose 0 Report post Posted June 23, 2015 No, that's the normal pickit list. I haven't messed with anything. (no clue what I'm doing) Share this post Link to post Share on other sites
johnco00 0 Report post Posted June 24, 2015 in coding term, that is a comment. In lay-mans term, thats turning it off. To enable, remove those // and restart the bot. Share this post Link to post Share on other sites