Results 1 to 3 of 3
  1. #1
    Newcomer
    Join Date
    Jul 2012
    Battle Tag
    None
    Posts
    6

    Default elite polearm script

    Need a small help with elite polearm pickit scrip. My current pickit will pickup all type of elite polearms, even 1os elite polearm.
    I sort of want to allow it to pick up only ethereal thresher, 4os and 5os ethereal threshers and if possible superior ethereal thresher, i wonder how should i write the script.

    This is my polearm script
    [Type] == polearm && [Class] == elite && [Quality] <= superior # [Sockets] >= 4 // Variable Insight
    [Type] == polearm && [Class] == elite && [Quality] <= superior && [Flag] == ethereal # [Sockets] >= 0 // Variable Eth

  2. #2
    Newcomer
    Join Date
    Jul 2012
    Location
    NY
    Battle Tag
    KingNothin1
    Posts
    15

    Default

    where it says [Sockets] >= 4 i belive u have to change that number to 1. the >= means it only picks up insight if it has 4os which will never happen because insight is a made weapon and your bot will never pick one up. let me know how i did Comper :)

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

    Default

    Quote Originally Posted by wishyq View Post
    Need a small help with elite polearm pickit scrip. My current pickit will pickup all type of elite polearms, even 1os elite polearm.
    I sort of want to allow it to pick up only ethereal thresher, 4os and 5os ethereal threshers and if possible superior ethereal thresher, i wonder how should i write the script.

    This is my polearm script
    [Type] == polearm && [Class] == elite && [Quality] <= superior # [Sockets] >= 4 // Variable Insight
    [Type] == polearm && [Class] == elite && [Quality] <= superior && [Flag] == ethereal # [Sockets] >= 0 // Variable Eth
    if you are just wanting threasher then go with this line and // out the 2 lines you have here - if you don't want it picking up all the pole arms
    [Name] == Thresher && [Quality] <= superior && [Flag] == ethereal # ([Sockets] == 4 || [Sockets] == 5)
    and if you only want superior ones then change this - [Quality] <= superior to this [Quality] == superior
    hope this helps
    thanks

    - - - Updated - - -

    Quote Originally Posted by Joel Gonzalez View Post
    where it says [Sockets] >= 4 i belive u have to change that number to 1. the >= means it only picks up insight if it has 4os which will never happen because insight is a made weapon and your bot will never pick one up. let me know how i did Comper :)
    what that line was saying to pick up that item and it can be made into a insight - so you would want it to keep the 4 socks to make one
    and if you have this line - [Type] == Weapon && [Flag] == Runeword and someone happen or even you drop a weapon runeword the bot will pick it up
    so it is good to have these 3 lines in your pickit file
    [Type] == Weapon && [Flag] == Runeword
    [Type] == Armor && [Flag] == Runeword
    [Type] == Shield && [Flag] == Runeword
    thanks
    Please add to my Reputation if you find my post reasonable, beneficial, or helpful.
    Bottom left corner of the post.
    Thanks

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. ISO: Anyone have 4 socket polearm and/or Sol rune?
    By Meteorite777 in forum Freebies
    Replies: 1
    Last Post: 12-04-2007, 03:02 AM
  2. 4os polearm ft
    By afro_box in forum USEast Ladder
    Replies: 3
    Last Post: 07-28-2007, 07:14 AM
  3. [pc][e][sc][l] this polearm
    By Dynafrom in forum USEast Non-Ladder
    Replies: 2
    Last Post: 12-28-2004, 03:33 PM
  4. [ISO]UsEast sc ladder---eth 4os elite polearm
    By Silver Ice in forum USEast Non-Ladder
    Replies: 0
    Last Post: 12-11-2004, 06:34 PM
  5. I Need A Goooood Polearm
    By AngryIdiot in forum Diablo II Discussion
    Replies: 1
    Last Post: 08-24-2003, 02:53 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
  •