Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
godly D2NT bot magic_rare pickit
#21
I opened up my Magic_Rare.nip file, selected all, deleted everything. Then i copied over your code box and put it in the file. I have normal nip files selected to be used in my char config for my pally but i am getting this when i click "+" on the num pad while the bot it running. It is also not picking up any magic or rare items.
[Image: 2wg5b3r.jpg]

I cannot figure this out for the life of me.

Any help would be great,
Thanks,
Daugusta.
Reply
#22
in the Small Charm section for faster run/walk
greatest value you can have is 3 not 5
Reply
#23
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.
Reply
#24
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
Reply
#25
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...)
Reply
#26
To answer my own question, I did a little research and found out that ethereal items can indeed be ethereal. They don't have to be but they can. Smile
Reply
#27
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.
Reply
#28
Meant to say that ethereal items can be superior in post 26 lol...

Edit not working Smile
Reply
#29
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
Reply
#30
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?
Reply
#31
Is there any way you could post a line for +6 skill javs with 30+ias?
Reply
#32
muert0 Wrote:Is there any way you could post a line for +6 skill javs with 30+ias?

Its in there:
([Name] == MaidenJavelin || [Name] == CeremonialJavelin || [Name] == MatriarchalJavelin) && [Quality] <= Rare # [IAS] >= 30 && [AmazonSkills]+[JavelinAndSpearSkillTab] >= 4
([Name] == MaidenJavelin || [Name] == CeremonialJavelin || [Name] == MatriarchalJavelin) && [Quality] <= Rare # [IAS] >= 30 && [JavelinAndSpearSkillTab] >= 4

just change the 4 at the end into 6.

Also, can someone help me write a code for the bot to pickup trap claws?
Thanks in advance.
Reply
#33
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
Reply
#34
[Image: y2tlt.jpg]

Can someone please tell me why this happens?
I checked line 60 of NTItemParser.ntl and this is what it says: "if(eval(_NTIP_CheckList[i][0]))"
What's wrong about it?
Reply
#35
Did you check the line for a reference? also it might be a reference from a different file of the bot.[COLOR="Silver"]

---------- Post added at 01:42 PM ---------- Previous post was at 01:35 PM ----------

[/COLOR]
Fortescue Wrote: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?

You might have accidentally deleted one of the ID lines. Check your file again, or download the original file and then add (carefully) the pickits you want.
Reply
#36
bugme143 Wrote:Did you check the line for a reference? also it might be a reference from a different file of the bot.[COLOR="Silver"]

---------- Post added at 01:42 PM ---------- Previous post was at 01:35 PM ----------

[/COLOR]

You might have accidentally deleted one of the ID lines. Check your file again, or download the original file and then add (carefully) the pickits you want.

what are you talking about checking it for a reference? that IS the reference...
Reply
#37
I mean checking the line for it referencing the outside file, like the code might have been changed just a little
Reply
#38
bugme143 Wrote:I mean checking the line for it referencing the outside file, like the code might have been changed just a little

I don't see how it could have since he did 9 runs then just randomly stopped.
Reply
#39
wacky:
my bad.
Only thing i can think of is a hiccup in the connection between you and Battle.net
Reply
#40
bugme143 Wrote:wacky:
my bad.
Only thing i can think of is a hiccup in the connection between you and Battle.net

Well I just tried removing line 60...he still runs and everything, but he picks up every magic and rare item, including whites, and doesn't sell anything >.> doesn't even id them.. can anyone help?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [D2NT Release] Druid Script skidude 20 17,262 08-25-2012, 01:20 AM
Last Post: comper
  D2NT BoT Gh0sT17 52 2,037 07-31-2012, 11:10 PM
Last Post: comper
  Sin claw pickit help! Sicks 4 181 07-28-2012, 09:51 PM
Last Post: Sicks
  D2nt need help on some stuff wishyq 3 167 07-22-2012, 12:44 PM
Last Post: comper
  Little Help Please? (D2NT) pnsmcgraw 12 267 07-16-2012, 02:46 PM
Last Post: Mythosis
  MasivB's D2NT Simple Unique PickIt masivb 1 116 07-03-2012, 05:03 AM
Last Post: comper
  D2nt - how do i stay in game when sojs sell? brianwalter86 5 349 07-01-2012, 02:02 PM
Last Post: comper
  Nooby D2NT Questions Kieran Wilson 0 128 06-25-2012, 04:35 PM
Last Post: Kieran Wilson
  [D2NT Release]Item Logging with XML 3.0+ skidude 76 14,541 06-25-2012, 01:27 PM
Last Post: masivb
  D2nt Bot jewel pickit/godly item pickit Nightwish 3 231 06-23-2012, 04:18 AM
Last Post: comper

Forum Jump:


Users browsing this thread: 1 Guest(s)