Results 1 to 2 of 2
  1. #1

    Default D2NT is gr8 but need help about what armors to pick up......

    Basicly i have a problem, i cant get the bot to pick up the armors i want it to pick up....
    I want to keep all 3socketed armors with def 500+ (if doable dusk--->archon, since i dont want the high str. armors).
    I would also like to keep all elite armors with 14-15ed (0, 3 or 4 sockets).
    Then all elite ethereal armors (0 sockets)with 750def+ for cubing.

    This is how the script for armors looks like right now....but he is picking up all sorts of elite armors - no sockets, with sockets, rare and magic(without identifying them).
    This is how the script looks right now.
    I have tried making small changes here and there without getting it right :/

    // ##### Armor #########################
    [Name] == MagePlate && [Quality] == superior // Enigma
    [Type] == armor && [Class] == elite && [Flag] != ethereal # [Sockets] == 0
    [Type] == armor && [Class] == elite && [Quality] <= superior # [Defense] >= 500
    [Name] == SacredArmor && [Quality] == normal # [Defense] >= 800 && [Sockets] == 0
    [Type] == armor && [Quality] == normal # [Defense] >= 1100 && [Sockets] >= 3 // Variable

    Also i am wondering how to write this - i want to pick up elite ethereal polearms with 0 or 4 sockets(if possible dont pick up Ogre Axe since it has max. 3 sockets).

    i am using d2nt3.1 and "item_configs advance if that matters)

    thx in advance guys :)

    ---------- Post added 07-22-2010 at 02:09 PM ---------- Previous post was 07-21-2010 at 04:58 PM ----------

    Ok, so i looked around in the "godly D2NT bot magic_rare pickit" that Skidude posted and managed to sort out my problems :)
    Woke up with some sweet ethereal polearms/armors this afternoon...
    So this is how it looks:

    // ##### Armor #########################
    [Name] == MagePlate && [Quality] == superior # ([Sockets] == 0 || [Sockets] == 4) && [EnhancedDefense] >= 15 // Enigma
    [Type] == armor && [Class] == elite && [Quality] <= superior && [Flag] == ethereal # [Sockets] == 0 && [Defense] >= 700
    //[Type] == armor && [Class] == elite && [Quality] <= superior # [Defense] >= 520 // Min egna
    //[Name] == SacredArmor && [Quality] == normal # [Defense] >= 800 && [Sockets] == 0 // Cubing
    //[Type] == armor && [Quality] == normal # [Defense] >= 1100 && [Sockets] >= 3 // Variable
    [Type] == armor && [Class] == elite && [Quality] == superior && [Flag] != ethereal # ([Sockets] == 0 || [Sockets] == 3 || [Sockets] == 4) && [EnhancedDefense] >= 10

    // ##### Polearms ######################
    [Type] == polearm && [Class] == elite && [Quality] <= superior && [Flag] == ethereal # ([Sockets] == 0 || [Sockets] == 4)

    incase someone else is wondering

  2. #2

    Default

    Thanks. Just edited my script!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Bot: D2NT pickit - pick up unique and normal items
    By jacobraccuia in forum Hacks Bots and Editors
    Replies: 2
    Last Post: 07-12-2010, 10:50 AM
  2. D2NT Bot, Pick up +5 Resist All SC
    By SlayerSR51 in forum Hacks Bots and Editors
    Replies: 1
    Last Post: 06-29-2010, 12:37 PM
  3. D2NT Nip Files - Deciding what to pick up????
    By Mabus in forum Hacks Bots and Editors
    Replies: 1
    Last Post: 01-27-2010, 03:10 PM
  4. d2nt pick it help
    By Dmoney in forum Hacks Bots and Editors
    Replies: 1
    Last Post: 06-15-2009, 11:43 AM
  5. is D2NT bot cfgd to pick up gz javalins ?
    By smileymav in forum Hacks Bots and Editors
    Replies: 0
    Last Post: 03-25-2009, 10:34 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •