cafer Wrote:Well, its not 1st time im botting. Im palladin, lvl 92, doing hell runs. Using, ofc d2nt 3.3 I've just changed the files, so i can pick runes i want and gold i need, but still bot doesnt want to pick some items, like dracula's gloves ( not sure about the name, cus my game is in polish) or mara. No idea if its coused by its stats, cus i dont still know the meaning of all those shortcuts ppl use while talking about items.
I don't know which group you have your bot set to look in for it items but I took the 2 lines you have there from the extreme folder and here is what they say -
[Name] == VampireboneGloves && [Quality] == unique && [Flag] != ethereal # [EnhancedDefense] >= 110 && [Strength] >= 15 && [LifeLeech] >= 10 // Dracul's Grasp
here is the stats for them gloves - and your line set it will keep non-eth, ed = 110+, str = 15+, and lifeleech = 10+ (Life Stolen Per Hit)
Dracul's Grasp
Vampirebone Gloves
Defense: 125-145 (varies)(Base Defense: 56-65)
Required Level: 76
Required Strength: 50
Durability: 14
+90-120% Enhanced Defense (varies) <- stats line - 110 so that is in the middle
+10-15 To Strength (varies) <- stats line 15 = max str
+5-10 Life After Each Kill (varies)
25% Chance of Open Wounds
7-10% Life Stolen Per Hit (varies) <- stats line 10 = max
5% Chance To Cast Level 10 Life Tap On Striking
so of thr stats has to be max or the bot will not keep it so you will need to lower them 2 or all stats to your liking
[Type] == amulet && [Quality] == unique # [Strength] == 5 && [ColdResist] >= 30 // Mara's Kaleidoscope
here is the stats for the amulet - your is saying the amulet has to have str - 5, and coldresist - 30 = since it is All Resistances only needed to all one resist
Mara's Kaleidoscope
Amulet - Required Level: 67
+2 To All Skills
All Resistances +20-30 (varies) = your stats line is 30 <- which is max - even if the resist was 29 it would not keep it
+5 To All Attributes = your line is say str = 5 the same here since it is All Attributes only needed to add one and was here to help id it as a Mara
I can give you some lines if you like to add them to your pickit file just let me know what you are looking for and I will make a few to help you understand the pickit files a little better
thanks