Posts: 8
Threads: 4
Joined: May 2010
Reputation:
0
in the Small Charm section for faster run/walk
greatest value you can have is 3 not 5
Posts: 13
Threads: 0
Joined: Jul 2010
Reputation:
0
Quick question not relating to magic - rare pickit file but this seemed like a good place-
I've been running the bot for a few days now and it's working great. I've done quit a bit of custom configuration to all of my pickit file to get exactly what I want and need. It's working really great
My concern is that the bot isn't picking up ethereal/socketed items for runewords because i've never seen him pick on up. Are they just not meeting criteria?
For example -
I added: [Type] == armor && [Class] == elite && [Flag] != ethereal # [Sockets] >= 3
Under the armor section to pickup any 3 or more socketed armors for enigma and CoH. If I wanted to include ethereal for merc CoH I would remove the ethereal flag correct?
Also,
[Name] == ColossusBlade && [Quality] == superior && [Flag] == ethereal # ([Sockets] == 0 || [Sockets] == 6) && [EnhancedDamage] >= 10 // Breath of the Dying
For example. Is this a confirmed working string for pickit? Can ethereal items be of quality superior and have enhanced damage (I don't think they can)? Must they be set to superior?
And finally to my last question. What are the different quality levels for items and what do they relate to? Thanks much in advance for anything you guys provide me. This is the most brilliant program i've used and brings back alot of C++ memories.
Posts: 2
Threads: 0
Joined: Jul 2010
Reputation:
0
hey skidude tyvm for the file i was wondering why i haven't found any skill gc yet now my question is if i have both the fiollowing lines included
[Name] == GrandCharm && [Quality] == magic # [OffensiveAurasSkillTab] == 1 // offensive aura
[Name] == GrandCharm && [Quality] == magic # [OffensiveAurasSkillTab] == 1 && [MaxHp] >= 5 // offensive aura
and the gc comes up with like +4 hp will it get tossed. basically does something only need to match one or the other line, also just confirm please that the first line will keep any off aura gc whether it has other mods or not thanks again
Posts: 13
Threads: 0
Joined: Jul 2010
Reputation:
0
I can confirm that it only has to match one. I found 3-4 today that only had a +skill mod and nothing else (not offensive aura charms, but same thing...)
Posts: 13
Threads: 0
Joined: Jul 2010
Reputation:
0
Technically everything after -
[Name] == GrandCharm && [Quality] == magic # [OffensiveAurasSkillTab] == 1 // offensive aura
doesn't matter since all will be kept anyways because they meet the criteria. But it's nice to have them for customization so that you can choose what you wan't, and what you don't want.
Also, I'd suggest everyone might want to add -
[Name] == SmallCharm && [Quality] == magic # [MaxHP] == 20
Under the Small Charm section. 20 lifers aren't included in this pickit.
Posts: 1
Threads: 0
Joined: Jul 2010
Reputation:
0
07-15-2010, 01:40 AM
(This post was last modified: 07-15-2010, 01:57 AM by jagerbombs.)
any way to make the bot pick up gold. like a pile of 1000+ or something? i just keep running out of gold so i sometimes dont have a merc. it also seems like i dont pick up a lot of items to sell... anything i can turn on for that?
---------- Post added at 08:10 AM ---------- Previous post was at 07:51 AM ----------
i found out how to change the gold part. i pick up items but the bot doesnt sell them/identify them to sell them and they stay in my inventory until the next game then they get dropped... anything i can change to make the bot identify/sell them
Posts: 1
Threads: 0
Joined: Jul 2010
Reputation:
0
I switched to this pickit list, but now my bot is picking up a bunch of random crap and not even iding it. :/ It just puts it in the stash. Anyone know why?
Posts: 1
Threads: 0
Joined: Aug 2010
Reputation:
0
Is there any way you could post a line for +6 skill javs with 30+ias?
Posts: 385
Threads: 23
Joined: Aug 2010
Reputation:
0
Ok I copied a lot of that awesome piece of work that you posted. I've done some very minor modifications: mostly to lower stats so that I can get gold easier. I've noticed that it ignores a lot of "sell value: >=35000" stuff. Any way to fix that? or am i just dreaming?
p.s. sorry for double post
Posts: 385
Threads: 23
Joined: Aug 2010
Reputation:
0
I mean checking the line for it referencing the outside file, like the code might have been changed just a little
Posts: 385
Threads: 23
Joined: Aug 2010
Reputation:
0
wacky:
my bad.
Only thing i can think of is a hiccup in the connection between you and Battle.net