![]() |
D2nt Bot jewel pickit/godly item pickit - Printable Version +- Blizzard Sector (https://www.blizzsector.co) +-- Forum: Diablo II (https://www.blizzsector.co/forum-4.html) +--- Forum: Hacks Bots and Editors (https://www.blizzsector.co/forum-16.html) +--- Thread: D2nt Bot jewel pickit/godly item pickit (/thread-48041.html) |
D2nt Bot jewel pickit/godly item pickit - Nightwish - 06-22-2012 I have recently set my bot up and its working fine. However i was wondering if there was a script to pick up any jewels instead of selling them as i need them for crafting. In addition to this i was wondering if anyone has a godly item pickit for the bot that i could use, in addition to the ones that have been made sticky on this forum? D2nt Bot jewel pickit/godly item pickit - comper - 06-22-2012 Nightwish Wrote:I have recently set my bot up and its working fine. However i was wondering if there was a script to pick up any jewels instead of selling them as i need them for crafting. In addition to this i was wondering if anyone has a godly item pickit for the bot that i could use, in addition to the ones that have been made sticky on this forum? here you go [Type] == Jewel && ([Quality] == Rare || [Quality] == Magic) <- you can add this one line and it will keep both magic and rare - keep all of them [Type] == Jewel && [Quality] == Magic <- or add theses 2 lines in case you don't want to pick up say rares for a while - they will keep all jewels [Type] == Jewel && [Quality] == Rare after you add the lines you won't need to // out your other jewel line and the best thing for a pickit file is to start with one and then start adding and editing it to your liking ![]() thanks D2nt Bot jewel pickit/godly item pickit - Nightwish - 06-23-2012 thank you so much this is exactly what i need ![]() D2nt Bot jewel pickit/godly item pickit - comper - 06-23-2012 Nightwish Wrote:thank you so much this is exactly what i need yeap anytime |