Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how do you script a level require on bots pickit?
#1
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
Reply
#2
checkone Wrote: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
[SIGPIC]http://yfrog.com/mhskidudecopyg[/SIGPIC]
Reply
#3
skidude Wrote: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
Reply
#4
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 ???




dekatorthorpe Wrote: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.
Reply
#5
checkone Wrote: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.
[SIGPIC][/SIGPIC]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)
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [D2NT Release] Druid Script skidude 20 17,261 08-25-2012, 01:20 AM
Last Post: comper
  Etal Script for Hdin please? Joel Gonzalez 19 440 08-17-2012, 07:15 AM
Last Post: comper
  elite polearm script wishyq 2 136 08-17-2012, 06:50 AM
Last Post: comper
  Sin claw pickit help! Sicks 4 180 07-28-2012, 09:51 PM
Last Post: Sicks
  help with script plz kaosme69 18 279 07-26-2012, 10:02 AM
Last Post: comper
  ISO : WW Assassin script ww/ls devonfym 3 158 07-21-2012, 02:56 AM
Last Post: comper
  Kolton script wakka help 48Inches 1 135 07-09-2012, 04:44 AM
Last Post: comper
  MasivB's D2NT Simple Unique PickIt masivb 1 115 07-03-2012, 05:03 AM
Last Post: comper
  D2nt Bot jewel pickit/godly item pickit Nightwish 3 228 06-23-2012, 04:18 AM
Last Post: comper
  [D2NT Release] Amazon Jav/Bow Script v1.6 skidude 25 13,071 06-19-2012, 07:05 AM
Last Post: comper

Forum Jump:


Users browsing this thread: 1 Guest(s)