03-17-2012, 05:46 AM
(This post was last modified: 03-18-2012, 06:22 AM by bmxrider1279.)
Here they are
Diablo 2 LLD Pickit - Pastebin.com
It is very simple to adjust the quality of items you want to pick up, as well as change which stats are more or less important to you
([name] == mask || [name] == crown || [name] == bonehelm || [type] == circlet) && [quality] == rare && [class] == normal # ([enhanceddefence] * .5 + [fhr] * 10 + ([FireResist]+[LightResist]+[ColdResist]+[PoisonResist]) * 2 + ([sockets] - 1) * 100 + [itempoisonlengthresist] + [tohit] + [itemtohitpercentperlevel] * 100) >=350 && [itemlevelreq] <=18)
The Idea is to be able to make each stat equal to a certain value. And be able to control the quality of the item being found, simply by changing the total amount, or quota (350 in the above line of code). Increase the number to tighten the restrictions and vice versa.
You can also change the affect a certain stat has on whether the bot will pick it up or not. Lets say you dont want a helm without fhr. You would change "[fhr] * 10" to "[fhr] * 20"
and then increase the overall number mentioned above (350) by 100 to make up for the increase
Some of the quotas are still a little low and tend to pick up alot of unworthy items still.
I'll be updating it as I go, let me know if theres any important low level dueling stuff I am leaving out.
Good luck, let me know if it finds anything worth mentioning.
e/ Fixed weapons, had forgotten the [quality]
Diablo 2 LLD Pickit - Pastebin.com
It is very simple to adjust the quality of items you want to pick up, as well as change which stats are more or less important to you
([name] == mask || [name] == crown || [name] == bonehelm || [type] == circlet) && [quality] == rare && [class] == normal # ([enhanceddefence] * .5 + [fhr] * 10 + ([FireResist]+[LightResist]+[ColdResist]+[PoisonResist]) * 2 + ([sockets] - 1) * 100 + [itempoisonlengthresist] + [tohit] + [itemtohitpercentperlevel] * 100) >=350 && [itemlevelreq] <=18)
The Idea is to be able to make each stat equal to a certain value. And be able to control the quality of the item being found, simply by changing the total amount, or quota (350 in the above line of code). Increase the number to tighten the restrictions and vice versa.
You can also change the affect a certain stat has on whether the bot will pick it up or not. Lets say you dont want a helm without fhr. You would change "[fhr] * 10" to "[fhr] * 20"
and then increase the overall number mentioned above (350) by 100 to make up for the increase
Some of the quotas are still a little low and tend to pick up alot of unworthy items still.
I'll be updating it as I go, let me know if theres any important low level dueling stuff I am leaving out.
Good luck, let me know if it finds anything worth mentioning.
e/ Fixed weapons, had forgotten the [quality]