02-10-2011, 02:45 AM
the not getting your bot to ident idea is actually a really cool idea but i wouldnt know how to do that..
and the last part about going into the config file and manually changing the stats is kind of what im trying to avoid doing. mainly because i dont know d2 well enough to know items and it would be veryyyy time consuming. More or less im asking for somone who knows the game and items to maybe pastebin there config ?
for example this is the config i started with.
[Type] == amulet && [Quality] == magic # [ItemAddSkillTab] >= 2 && ([FCR] >= 10 || [Strength] >= 30)
[Type] == amulet && [Quality] == magic # ([ItemAddClassSkills] >= 2 || [ItemAddSkillTab] >= 3) && ([MaxHP] >= 100 || [Dexterity] >= 30)
[Type] == amulet && [Quality] == rare # [ItemAddClassSkills] >= 2 && [FCR] >= 10 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 50 && [MaxMana] >= 50 && [Strength]+[Dexterity] >= 30
[Type] == amulet && [Quality] == rare # [ItemAddClassSkills] >= 2 && [FCR] >= 10 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 50 && [MaxMana] >= 50 && [MaxHP] >= 50 && ([Strength] >= 20 || [Dexterity] >= 15)
[Type] == amulet && [Quality] == rare # [ItemAddClassSkills] >= 2 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 70 && ([LifeLeech]+[ManaLeech] >= 13 || [Strength]+[Dexterity] >= 40)
[Type] == amulet && [Quality] == rare # [ItemAddClassSkills] >= 2 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 70 && ([LifeLeech] >= 6 || [ManaLeech] >= 8) && ([Strength] >= 25 || [Dexterity] >= 15)
and this is what i found to add into my config
[Type] == Amulet && [Quality] == rare # [ItemAddClassSkills] == 2 && [FCR] == 10
[Type] == Amulet && [Quality] == rare # [ItemAddClassSkills] == 2 && [Strength]+[Dexterity] >= 30
[Type] == Amulet && [Quality] == rare # [ItemAddClassSkills] == 2 && [Strength] >= 21 && ([LifeLeech] >=7 || [ManaLeech] >= 7 || [MaxHp] >= 40)
[Type] == Amulet && [Quality] == rare # [ItemAddClassSkills] == 2 && [Dexterity] >= 16 && ([LifeLeech] >=7 || [ManaLeech] >= 7 || [MaxHp] >= 40)
[Type] == Amulet && [Quality] == rare # [ItemAddClassSkills] == 2 && [LifeLeech] >= 5 && [ManaLeech] >= 5
[Type] == Amulet && [Quality] == rare # [ItemAddClassSkills] == 2 && [Strength]+[Dexterity] >= 20 && [ColdResist] >= 35
[Type] == Amulet && [Quality] == rare # [BarbarianSkills] == 2 && [ItemGoldBonus] >= 80 && [ItemMagicBonus] >= 25
[Type] == Amulet && [Quality] == Magic # [WarCriesSkillTab] == 3
[Type] == Amulet && [Quality] == Magic # [WarCriesSkillTab] == 3 && ([Strength] >= 30 || [Dexterity] >= 30 || [MaxHp] >= 100 || [FCR] == 10 || [ItemGoldBonus] >= 80)
[Type] == Amulet && [Quality] == Magic # ([LightningSkillTab] == 3 || [FireSkillTab] == 3 || [PaliCombatSkillTab] == 3 || [ElementalSkillTab] == 3 || [PoisonAndBoneSkillTab] == 3 || [TrapsSkillTab] == 3) && ([Strength] >= 30 || [Dexterity] >= 30 || [MaxHp] >= 100 || [FCR] == 10)
[Type] == Amulet && [Quality] == Magic # ([DruidSkills] == 2 || [PaladinSkills] == 2) && [MaxHp] >= 100
as you can see the second part added too the first part has alot more depth in terms of items to stash. If someone knows a config i can more or less copy and paste is kind of what im looking for.
and the last part about going into the config file and manually changing the stats is kind of what im trying to avoid doing. mainly because i dont know d2 well enough to know items and it would be veryyyy time consuming. More or less im asking for somone who knows the game and items to maybe pastebin there config ?
for example this is the config i started with.
[Type] == amulet && [Quality] == magic # [ItemAddSkillTab] >= 2 && ([FCR] >= 10 || [Strength] >= 30)
[Type] == amulet && [Quality] == magic # ([ItemAddClassSkills] >= 2 || [ItemAddSkillTab] >= 3) && ([MaxHP] >= 100 || [Dexterity] >= 30)
[Type] == amulet && [Quality] == rare # [ItemAddClassSkills] >= 2 && [FCR] >= 10 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 50 && [MaxMana] >= 50 && [Strength]+[Dexterity] >= 30
[Type] == amulet && [Quality] == rare # [ItemAddClassSkills] >= 2 && [FCR] >= 10 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 50 && [MaxMana] >= 50 && [MaxHP] >= 50 && ([Strength] >= 20 || [Dexterity] >= 15)
[Type] == amulet && [Quality] == rare # [ItemAddClassSkills] >= 2 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 70 && ([LifeLeech]+[ManaLeech] >= 13 || [Strength]+[Dexterity] >= 40)
[Type] == amulet && [Quality] == rare # [ItemAddClassSkills] >= 2 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 70 && ([LifeLeech] >= 6 || [ManaLeech] >= 8) && ([Strength] >= 25 || [Dexterity] >= 15)
and this is what i found to add into my config
[Type] == Amulet && [Quality] == rare # [ItemAddClassSkills] == 2 && [FCR] == 10
[Type] == Amulet && [Quality] == rare # [ItemAddClassSkills] == 2 && [Strength]+[Dexterity] >= 30
[Type] == Amulet && [Quality] == rare # [ItemAddClassSkills] == 2 && [Strength] >= 21 && ([LifeLeech] >=7 || [ManaLeech] >= 7 || [MaxHp] >= 40)
[Type] == Amulet && [Quality] == rare # [ItemAddClassSkills] == 2 && [Dexterity] >= 16 && ([LifeLeech] >=7 || [ManaLeech] >= 7 || [MaxHp] >= 40)
[Type] == Amulet && [Quality] == rare # [ItemAddClassSkills] == 2 && [LifeLeech] >= 5 && [ManaLeech] >= 5
[Type] == Amulet && [Quality] == rare # [ItemAddClassSkills] == 2 && [Strength]+[Dexterity] >= 20 && [ColdResist] >= 35
[Type] == Amulet && [Quality] == rare # [BarbarianSkills] == 2 && [ItemGoldBonus] >= 80 && [ItemMagicBonus] >= 25
[Type] == Amulet && [Quality] == Magic # [WarCriesSkillTab] == 3
[Type] == Amulet && [Quality] == Magic # [WarCriesSkillTab] == 3 && ([Strength] >= 30 || [Dexterity] >= 30 || [MaxHp] >= 100 || [FCR] == 10 || [ItemGoldBonus] >= 80)
[Type] == Amulet && [Quality] == Magic # ([LightningSkillTab] == 3 || [FireSkillTab] == 3 || [PaliCombatSkillTab] == 3 || [ElementalSkillTab] == 3 || [PoisonAndBoneSkillTab] == 3 || [TrapsSkillTab] == 3) && ([Strength] >= 30 || [Dexterity] >= 30 || [MaxHp] >= 100 || [FCR] == 10)
[Type] == Amulet && [Quality] == Magic # ([DruidSkills] == 2 || [PaladinSkills] == 2) && [MaxHp] >= 100
as you can see the second part added too the first part has alot more depth in terms of items to stash. If someone knows a config i can more or less copy and paste is kind of what im looking for.