Benio 0 Report post Posted January 24, 2014 What to do to bot again collected Blacksmith's Whetstone, Armourer's Scrap and Glassblower's Bauble? Share this post Link to post Share on other sites
stef 30 Report post Posted January 24, 2014 [Type] == "Blacksmith's Whetstone" # [stashItem] == "true" // Take Blacksmith's Whetstone[Type] == "Armourer's Scrap" # [stashItem] == "true" // Take Armourer's Scrap[Type] == "Glassblower's Bauble" # [stashItem] == "true" // Take Glassblower's Bauble Share this post Link to post Share on other sites
Benio 0 Report post Posted January 24, 2014 What file do I add? Share this post Link to post Share on other sites
stef 30 Report post Posted January 24, 2014 What file do I add? assuming you use smart pickit default.ipd in the "Pickit" folder Share this post Link to post Share on other sites
Benio 0 Report post Posted January 24, 2014 stef - Thank you for your response. Unfortunately, I'm too weak to solve the problem yourself (now I can not edit the file default.ipd. Could you edit this file and insert it as an attachment? thank you Share this post Link to post Share on other sites
stef 30 Report post Posted January 24, 2014 stef - Thank you for your response. Unfortunately, I'm too weak to solve the problem yourself (now I can not edit the file default.ipd. Could you edit this file and insert it as an attachment? thank you use the editor/notepad (windows) to open it it seems complicated. but in the end its basically a text file, which you have to edit. Share this post Link to post Share on other sites
drmaboul 3 Report post Posted January 24, 2014 (edited) edit default.ipd with notepad . (BOT_FOLER\Configuration\default\Pickit\default.ipd) and make theese line [Type] == "Blacksmith's Whetstone" # [StashItem] == "true" // Take Blacksmith's Whetstone [Type] == "Armourer's Scrap" # [StashItem] == "true" // Take Armourer's Scrap [Type] == "Glassblower's Bauble" # [StashItem] == "true" // Take Glassblower's Bauble look like this if you only want Bauble : // [Type] == "Blacksmith's Whetstone" # [StashItem] == "true" // Take Blacksmith's Whetstone // [Type] == "Armourer's Scrap" # [StashItem] == "true" // Take Armourer's Scrap [Type] == "Glassblower's Bauble" # [StashItem] == "true" // Take Glassblower's Bauble Like this if you dont want any Blacksmith's Whetstone,Armourer's Scrap or Glassblower's Bauble : // [Type] == "Blacksmith's Whetstone" # [StashItem] == "true" // Take Blacksmith's Whetstone // [Type] == "Armourer's Scrap" # [StashItem] == "true" // Take Armourer's Scrap // [Type] == "Glassblower's Bauble" # [StashItem] == "true" // Take Glassblower's Bauble If your problem is ths bot doesn't pickup Blacksmith's Whetstone anymore, you need to download the lastest version of the bot, and take this file : BOT_FOLER\Configuration\default\Pickit\default.ipd (from fresh downloaded bot) and overwrite your actual file with this new one. Restart Bot, all must be good after Edited January 24, 2014 by drmaboul Share this post Link to post Share on other sites
rumpis 1 Report post Posted January 24, 2014 Hey! not the same subject but almost, if i want to add scroll of wisdom / portal scroll how do i type it then for the bot to collect these? (: Share this post Link to post Share on other sites
stef 30 Report post Posted January 24, 2014 Hey! not the same subject but almost, if i want to add scroll of wisdom / portal scroll how do i type it then for the bot to collect these? (: [Type] == "Scroll of Wisdom" # [stashItem] == "true" [Type] == "Portal Scroll" # [stashItem] == "true" Share this post Link to post Share on other sites
Benio 0 Report post Posted January 25, 2014 Thank you friend for help. Everything works the way I wanted Share this post Link to post Share on other sites
Mirham 0 Report post Posted March 26, 2014 Just gonna bump this, is there any way to make bot loot these? Its in the pickit file but it wont loot any, and i would like it to :> Share this post Link to post Share on other sites