Page 5 of 5 FirstFirst ... 345
Results 81 to 93 of 93
  1. #81

    Default

    if you're using the default cd key, you can leave that box blank

  2. #82

    Default

    sorry ignore this post was a pic
    Last edited by simisker1; 01-26-2012 at 11:01 AM. Reason: wrong place

  3. #83
    Elite Moderator comper's Avatar
    Join Date
    Dec 2011
    Location
    USA
    Battle Tag
    comper
    Posts
    955

    Default

    can you c/p your char config file into pastebin.com for me so I can look at it
    thanks

  4. #84

    Default

    Quote Originally Posted by comper View Post
    can you c/p your char config file into pastebin.com for me so I can look at it
    thanks
    i have pmed u

  5. #85
    Elite Moderator comper's Avatar
    Join Date
    Dec 2011
    Location
    USA
    Battle Tag
    comper
    Posts
    955

    Default

    Quote Originally Posted by simisker1 View Post
    i have pmed u
    thanks was slow getting it and found your error in your pm

  6. #86

    Default

    Hi! I need help,
    i got this error message whenever my bot's gonna pick up a rare ring;


    script;
    // ##### Rings #########################
    //[Type] == ring && [Quality] == magic # ([FCR] >= 10 || [ItemMagicBonus] >= 15) && (([FireResist] >= 14 && [LightResist] >= 14) || [MaxMana] >= 110)
    [Type] == ring && [Quality] == rare # [FCR] >= 10 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 20 && [MaxMana] >= 40 && [Strength]+[Dexterity] >= 16
    [Type] == ring && [Quality] == rare # [FCR] >= 10 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 20 && ([MaxMana] >= 30 || [MaxHP] >= 30) && ([Dexterity] >= 10 || [Strength] >= 10)
    [Type] == ring && [Quality] == rare # [FCR] >= 10 && [ToHit] >= 100 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 10 && ([Strength] <= 5 || [Dexterity] <= 5) && ([MaxHP <= 10 || [MaxMana] <= 10)
    [Type] == ring && [Quality] == rare # [FCR] >= 10 && [ToHit] >= 100 && ([FireResist] >= 9 || [LightResist] >= 9 || [ColdResist] >= 9 || [PoisonResist] >= 9) && [HPRegen] <= 7 && ([Strength] <= 9 || [Dexterity] <= 9)
    [Type] == ring && [Quality] == rare # [FCR] >= 10 && [ToHit] >= 100 && ([FireResist] >= 9 || [LightResist] >= 9 || [ColdResist] >= 9 || [PoisonResist] >= 9) && ([MaxMana] <= 60 || [MaxHP] <= 60) && ([Dexterity] <= 27 || [Strength] <= 27)
    [Type] == ring && [Quality] == rare # [FCR] >= 10 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 20 && [MaxMana] >= 30 && [MaxHP] >= 30 && ([Strength] >= 10 || [Dexterity] >= 5)
    [Type] == ring && [Quality] == rare # [ToHit] >= 90 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 20 && [LifeLeech]+[ManaLeech] >= 11
    [Type] == ring && [Quality] == rare # [ToHit] >= 90 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 20 && ([LifeLeech] >= 7 || [ManaLeech] >= 5) && ([Strength] >= 10 || [Dexterity] >= 5)
    [Type] == ring && [Quality] == magic # [ItemMagicBonus] == 40

    if there's anything unusual please tell me, thanks

  7. #87
    Elite Moderator comper's Avatar
    Join Date
    Dec 2011
    Location
    USA
    Battle Tag
    comper
    Posts
    955

    Default

    Quote Originally Posted by Taquitos View Post
    Hi! I need help,
    i got this error message whenever my bot's gonna pick up a rare ring;


    script;
    // ##### Rings #########################
    //[Type] == ring && [Quality] == magic # ([FCR] >= 10 || [ItemMagicBonus] >= 15) && (([FireResist] >= 14 && [LightResist] >= 14) || [MaxMana] >= 110)
    [Type] == ring && [Quality] == rare # [FCR] >= 10 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 20 && [MaxMana] >= 40 && [Strength]+[Dexterity] >= 16
    [Type] == ring && [Quality] == rare # [FCR] >= 10 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 20 && ([MaxMana] >= 30 || [MaxHP] >= 30) && ([Dexterity] >= 10 || [Strength] >= 10)
    [Type] == ring && [Quality] == rare # [FCR] >= 10 && [ToHit] >= 100 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 10 && ([Strength] <= 5 || [Dexterity] <= 5) && ([MaxHP <= 10 || [MaxMana] <= 10)
    [Type] == ring && [Quality] == rare # [FCR] >= 10 && [ToHit] >= 100 && ([FireResist] >= 9 || [LightResist] >= 9 || [ColdResist] >= 9 || [PoisonResist] >= 9) && [HPRegen] <= 7 && ([Strength] <= 9 || [Dexterity] <= 9)
    [Type] == ring && [Quality] == rare # [FCR] >= 10 && [ToHit] >= 100 && ([FireResist] >= 9 || [LightResist] >= 9 || [ColdResist] >= 9 || [PoisonResist] >= 9) && ([MaxMana] <= 60 || [MaxHP] <= 60) && ([Dexterity] <= 27 || [Strength] <= 27)
    [Type] == ring && [Quality] == rare # [FCR] >= 10 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 20 && [MaxMana] >= 30 && [MaxHP] >= 30 && ([Strength] >= 10 || [Dexterity] >= 5)
    [Type] == ring && [Quality] == rare # [ToHit] >= 90 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 20 && [LifeLeech]+[ManaLeech] >= 11
    [Type] == ring && [Quality] == rare # [ToHit] >= 90 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 20 && ([LifeLeech] >= 7 || [ManaLeech] >= 5) && ([Strength] >= 10 || [Dexterity] >= 5)
    [Type] == ring && [Quality] == magic # [ItemMagicBonus] == 40

    if there's anything unusual please tell me, thanks
    this line - [Type] == ring && [Quality] == rare # [FCR] >= 10 && [ToHit] >= 100 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 10 && ([Strength] <= 5 || [Dexterity] <= 5) && ([MaxHP <= 10 || [MaxMana] <= 10)
    you are missing a ] from [maxhp <= 10 need to be [maxhp] <= 10 do a search for this - ([MaxHP <= 10
    Please add to my Reputation if you find my post reasonable, beneficial, or helpful.
    Bottom left corner of the post.
    Thanks

  8. #88

    Default

    +rep for you man
    thanks a LOT!
    My eyeballs almost went out last night looking for that one,
    maybe I was just tired from work ^^,
    anyway thanks again..
    keep it up

  9. #89
    Elite Moderator comper's Avatar
    Join Date
    Dec 2011
    Location
    USA
    Battle Tag
    comper
    Posts
    955

    Default

    Quote Originally Posted by Taquitos View Post
    +rep for you man
    thanks a LOT!
    My eyeballs almost went out last night looking for that one,
    maybe I was just tired from work ^^,
    anyway thanks again..
    keep it up
    it took me a couple tries to before I found it lol
    and Thank You
    Please add to my Reputation if you find my post reasonable, beneficial, or helpful.
    Bottom left corner of the post.
    Thanks

  10. #90

    Default

    Ok If I want my bot to pick certain stats would this work:

    [Name] == Eldritch Orb && [Quality] == unique && [Flag] != identified # [SorceressSkills] >= 2

    That would take Eschuta's and ID only keep if 2+ sorc skills correct? (just an example)

  11. #91
    Elite Moderator comper's Avatar
    Join Date
    Dec 2011
    Location
    USA
    Battle Tag
    comper
    Posts
    955

    Default

    Quote Originally Posted by Batinkz View Post
    Ok If I want my bot to pick certain stats would this work:

    [Name] == Eldritch Orb && [Quality] == unique && [Flag] != identified # [SorceressSkills] >= 2

    That would take Eschuta's and ID only keep if 2+ sorc skills correct? (just an example)
    in that line you can do away with the - [Flag] != identified because it will have to id it to check if it has the - [SorceressSkills] >= 2 so for lines with stats you won't the id part
    your line can look like this - [Name] == EldritchOrb && [Quality] == unique # [SorceressSkills] >= 2 or if you want to bot to pick up more of a prefect one here are 2 other lines you can use
    [Name] == EldritchOrb && [Quality] == Unique # [SorceressSkills] >= 3 && [Energy] >= 20 && ([PassiveFireMastery] >= 20 || [PassiveLtngMastery] >= 20)
    [Name] == EldritchOrb && [Quality] == Unique # [SorceressSkills] >= 3 && (([Energy] >= 25 && [PassiveFireMastery] >= 20) || ([Energy] >= 25 && [PassiveLtngMastery] >= 20))

    thanks
    Please add to my Reputation if you find my post reasonable, beneficial, or helpful.
    Bottom left corner of the post.
    Thanks

  12. #92

    Default

    I am having an issue with one of two codes for D2NT, but not sure exactly what I am doing wrong. Here is my codes

    [Type] == amulet && [Quality] == magic # [ItemMagicBonus] >= 35 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 30
    or this one
    [Type] == ring && [Quality] == magic # ([FCR] >= 10 || [ItemMagicBonus] >= 15) && ([FireResist] >= 15 && [LightResist] >= 15) || [MaxMana] >= 120

    Not sure which is causing the problem but about to see...

    ---------- Post added at 07:00 PM ---------- Previous post was at 06:47 PM ----------

    Quote Originally Posted by DragonSpirited View Post
    I am having an issue with one of two codes for D2NT, but not sure exactly what I am doing wrong. Here is my codes

    [Type] == amulet && [Quality] == magic # [ItemMagicBonus] >= 35 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 30
    This is the one giving me an issue, anyone know how to fix this?

  13. #93
    Elite Moderator comper's Avatar
    Join Date
    Dec 2011
    Location
    USA
    Battle Tag
    comper
    Posts
    955

    Default

    Quote Originally Posted by DragonSpirited View Post
    I am having an issue with one of two codes for D2NT, but not sure exactly what I am doing wrong. Here is my codes

    [Type] == amulet && [Quality] == magic # [ItemMagicBonus] >= 35 && [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 30
    or this one
    [Type] == ring && [Quality] == magic # ([FCR] >= 10 || [ItemMagicBonus] >= 15) && ([FireResist] >= 15 && [LightResist] >= 15) || [MaxMana] >= 120

    Not sure which is causing the problem but about to see...

    ---------- Post added at 07:00 PM ---------- Previous post was at 06:47 PM ----------


    This is the one giving me an issue, anyone know how to fix this?
    what problems are you having with it?
    Last edited by comper; 04-06-2012 at 09:09 AM.
    Please add to my Reputation if you find my post reasonable, beneficial, or helpful.
    Bottom left corner of the post.
    Thanks

Page 5 of 5 FirstFirst ... 345

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. D2NT Question About pickit
    By Blue in forum Hacks Bots and Editors
    Replies: 3
    Last Post: 05-16-2010, 02:22 PM
  2. D2nt 3.0 pickit problem
    By losttyp in forum Hacks Bots and Editors
    Replies: 1
    Last Post: 05-07-2010, 06:32 PM
  3. D2NT 3.0 pickit in 1.12a single player
    By wetmatches16 in forum Hacks Bots and Editors
    Replies: 5
    Last Post: 04-30-2010, 05:21 PM
  4. [[d2nt]]Regarding settingup my pickit
    By MyFirstKiss in forum Help and Suggestions!
    Replies: 4
    Last Post: 07-17-2009, 12:14 PM
  5. D2NT pickit system & time between games
    By tigui615 in forum Hacks Bots and Editors
    Replies: 1
    Last Post: 06-15-2009, 11:38 AM

Tags for this Thread

Posting Permissions

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