Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
elite polearm script
#1
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
Reply
#2
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 Smile
Reply
#3
wishyq Wrote: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 - - -

Joel Gonzalez Wrote: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 Smile

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.
Wink Thanks Wink
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [D2NT Release] Druid Script skidude 20 17,246 08-25-2012, 01:20 AM
Last Post: comper
  Etal Script for Hdin please? Joel Gonzalez 19 431 08-17-2012, 07:15 AM
Last Post: comper
  help with script plz kaosme69 18 270 07-26-2012, 10:02 AM
Last Post: comper
  ISO : WW Assassin script ww/ls devonfym 3 152 07-21-2012, 02:56 AM
Last Post: comper
  Kolton script wakka help 48Inches 1 130 07-09-2012, 04:44 AM
Last Post: comper
  [D2NT Release] Amazon Jav/Bow Script v1.6 skidude 25 13,055 06-19-2012, 07:05 AM
Last Post: comper
  Skele Nec script? sly- 11 291 06-10-2012, 03:48 AM
Last Post: comper
  Complete Diablo 2 Unique Pickit script for D2Nt bot Jammer74 68 32,275 05-03-2012, 07:01 AM
Last Post: comper
  Bot script help DragonSpirited 1 187 04-06-2012, 09:42 AM
Last Post: comper
  Problems with charms pick it script tHende 1 259 03-16-2012, 09:01 AM
Last Post: comper

Forum Jump:


Users browsing this thread: 1 Guest(s)