Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
need help adding socket pickit code
#4
Bosx Wrote:How ever i ran into a new problem I am trying to get my bot to loot stave's so she can sell them i placed this code but it doesn't seem to be working i can not find a answer to this across the net so I am hoping you may be able to assist me

Code:
// ##### Staves ########################
[Type] == Stave && [Quality] >= exceptional # [ItemAllSkills] >= 4
[Name] == ElderStaff && [Quality] == elite # [ItemAllSkills] >= 4
[Name] == CedarStaff && [Quality] == exceptional # [ItemAllSkills] >= 4
[Name] == GothicStaff && [Quality] == exceptional # [ItemAllSkills] >= 4
[Name] == RuneStaff && [Quality] == exceptional # [ItemAllSkills] >= 4
[Name] == QuarterStaff && [Quality] == exceptional # [ItemAllSkills] >= 4
[Name] == JoStaff && [Quality] == exceptional # [ItemAllSkills] >= 4
[Name] == ArchonStaff && [Quality] == Elite # [ItemAllSkills] >= 4
[Name] == GarnledStaff && [Quality] == normal # [ItemAllSkills] >= 4
I basicly thinking this would make the bot loot any staves and sell them if they do not have a item skill of 4 or greater

also I can not for the life of me figure out how to get her to the do the same thing for orbs


if this is not the correct code could you show me where im going wrong.

thnx this site is extremely helpful hoping to learn as much as i can about this great program and macros.
the [ItemAllSkills] is for +skills like shako,Annihlus,maras ect . Unfortunately you have to use [ItemAddClassSkills] or more specifically [ItemAddSorceressSkills],
however either of those only work on magic and rare staves as white or socketed staves only have what Blizzard calls staff mods or in laymens terms up to +3 individual skillchoices
with up to +3 skills so say Blizzard, warmth, and Enchant, all possible +3.

Code:
[Name] == ElderStaff && ([quality] == Normal || [Quality] == Superior) # ([SkillBlizzard] >= 3 || [SkillThunderstorm] >= 3 || [SkillWarmth] >= 3)
that will pick up any white or grey (socketed or ethereal) elder staff with + 3 to any of the skills listed
Code:
[Name]== ElderStaff && [Quality] == Magic # [SorceressSkills] >= 3 && ([SkillBlizzard] >= 3 || [SkillThunderstorm] >= 3 || [SkillWarmth] >= 3)
this one will pick up any magic elderstaff with +3 sorc skills and +3 to any of the listed skills

you would do much the same thing for orbs

or you can use a generic [type] like
Code:
[Type] == SorceressItem && ([quality] == Normal || [Quality] == Superior) #  ([SkillBlizzard] >= 3 || [SkillThunderstorm] >= 3 || [SkillWarmth]  >= 3)
[Type] == SorceressItem && [Quality] == Magic # [SorceressSkills] >= 3 &&  ([SkillBlizzard] >= 3 || [SkillThunderstorm] >= 3 || [SkillWarmth]  >= 3)
the sorceressitem type will pick orbs and staffs

hope that helps
[SIGPIC][/SIGPIC]Well I’m not there all the time you know Some people, some people, some people, Call it insane, yeah they call it insane, (sugar) I play russian roulette everyday, a man’s sport, With a bullet called life, yeah called life,(sugar)
Reply


Messages In This Thread
need help adding socket pickit code - by Bosx - 02-04-2011, 09:12 PM
need help adding socket pickit code - by Jammer74 - 02-04-2011, 11:16 PM
need help adding socket pickit code - by Bosx - 02-08-2011, 12:09 AM
need help adding socket pickit code - by Jammer74 - 02-08-2011, 11:00 AM
need help adding socket pickit code - by Bosx - 02-12-2011, 06:39 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  can't find this piece of code Tacos 1 126 09-06-2012, 03:28 PM
Last Post: comper
  Sin claw pickit help! Sicks 4 184 07-28-2012, 09:51 PM
Last Post: Sicks
  MasivB's D2NT Simple Unique PickIt masivb 1 118 07-03-2012, 05:03 AM
Last Post: comper
  D2nt Bot jewel pickit/godly item pickit Nightwish 3 233 06-23-2012, 04:18 AM
Last Post: comper
  Normal/socketed item pickit list Jammer74 39 8,046 05-13-2012, 03:43 AM
Last Post: comper
  Complete Diablo 2 Unique Pickit script for D2Nt bot Jammer74 68 32,364 05-03-2012, 07:01 AM
Last Post: comper
  How to turn off pickit/snagit? OnaPalehorse 1 241 04-26-2012, 07:55 PM
Last Post: comper
  godly D2NT bot magic_rare pickit skidude 92 42,590 04-06-2012, 09:37 AM
Last Post: comper
  essences pickit problem M@trixXx 12 421 04-02-2012, 11:58 AM
Last Post: comper
  pickit without the bot part in D2NT stroo7 3 303 03-30-2012, 12:02 PM
Last Post: comper

Forum Jump:


Users browsing this thread: 1 Guest(s)