Results 1 to 5 of 5

Hybrid View

  1. #1

    Default how do you script a level require on bots pickit?

    i use D2NT

    I like to know how to set a limit level require on a item so that my bots will keep, how do i do that?

    Example, if I want my bots to keep this kind of shield when the level require is lower then level 30 use. What do I have to edit the script?

    [Name] == ZakarumShield && [Quality] == rare # [Sockets] >= 2 && [FBR] >= 20

  2. #2
    Super hacker skidude's Avatar
    Join Date
    Aug 2004
    Location
    greece
    Posts
    5,160

    Default

    Quote Originally Posted by checkone View Post
    i use D2NT
    I like to know how to set a limit level require on a item so that my bots will keep, how do i do that?

    Example, if I want my bots to keep this kind of shield when the level require is lower then level 30 use. What do I have to edit the script?
    [Name] == ZakarumShield && [Quality] == rare # [Sockets] >= 2 && [FBR] >= 20
    add && [itemlevelreq] == 30 and it will only keep the item if its lvl30

  3. #3

    Default

    Quote Originally Posted by skidude View Post
    add && [itemlevelreq] == 30 and it will only keep the item if its lvl30
    where do i insert it? item config or char config, and if item which of the three

  4. #4

    Default

    is this synthax correct?

    [Name] == ZakarumShield && [Quality] == rare # [Sockets] >= 2 && [FBR] >= 20 && [itemlevelreq] <= 30

    is all my comparation are correct??

    A && B = A and B??

    [A + B + C + D] > X = true when A+B > X ; A+B+C >X ; B+D >X ; etc... ??

    A || B = A or B ???




    Quote Originally Posted by dekatorthorpe View Post
    where do i insert it? item config or char config, and if item which of the three
    you edit it in your item config. the char config is mostly for boss and all other setting not related with items pick list.
    Last edited by checkone; 11-27-2010 at 02:03 PM.

  5. #5
    Ancient Jammer74's Avatar
    Join Date
    Jun 2005
    Location
    Toronto,Ontario
    Posts
    452

    Default

    Quote Originally Posted by checkone View Post
    is this synthax correct?

    [Name] == ZakarumShield && [Quality] == rare # [Sockets] >= 2 && [FBR] >= 20 && [itemlevelreq] <= 30

    is all my comparation are correct??

    A && B = A and B??

    [A + B + C + D] > X = true when A+B > X ; A+B+C >X ; B+D >X ; etc... ??

    A || B = A or B ???
    essentially thats true , but with [A+B+C+D] >= X if any variable is greater than X it will pick up the item provided it meets all other picket requirements

    example
    [Type] == ring && [Quality] == rare # [FCR] == 10 && [ColdResist]+[LightResist]+[FireResist]+[PoisonResist] >= 40

    if any of the individual resists of this ring were greater than or equal to 40 and it was rare with 10% fcr, then the bot would snagit ,likewise if any combination of resists were greater than or equal to 40.
    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)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Complete Diablo 2 Unique Pickit script for D2Nt bot
    By Jammer74 in forum Hacks Bots and Editors
    Replies: 68
    Last Post: 05-03-2012, 06:31 AM
  2. Bot: D2NT Pickit Script: All Items
    By Juke in forum Hacks Bots and Editors
    Replies: 0
    Last Post: 07-28-2010, 01:17 PM
  3. Anyone have a Low Level Dueling Pickit?
    By EliMaxwell in forum Hacks Bots and Editors
    Replies: 0
    Last Post: 07-26-2010, 09:21 AM
  4. my brand new account with level 80 level 60 level 70 and 52 sorc iced.
    By lileric5040 in forum Diablo II Discussion
    Replies: 17
    Last Post: 12-11-2005, 09:45 AM
  5. Anyone know any other good sites to d/l mh, bots, pickit, etc from?
    By ChAnGbAnGwAnG in forum Hacks Bots and Editors
    Replies: 12
    Last Post: 03-31-2004, 12:10 PM

Posting Permissions

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