Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
D2Nt scripting. DId I do it right?
#1
Code:
[Name] == PhaseBlade && [Quality] == superior # ([Sockets] == 5) && [EnhancedDamage] == 15
[Name] == PhaseBlade && [Quality] <= superior # ([Sockets] == 5)

Will this work for picking up 15ed 5os pbs and non 15ed 5os pbs, and no other pbs?
Reply
#2
Yes, technically you don't even need the first line. The second should pick up both since they both meet the criteria of a 5os phase blade.
Reply
#3
Is there a way to change the second line so it picks up only phase blades that are... well what's the quality called? not superior, but not broken/eth/crude ect. just plain 5os and 15ed 5os. not any 11ed or 14ed or any of that mess.
Reply
#4
A normal item with %ed is always superior, hence the ed%. A phase blade can't be eth, if you just remove the second line, the first line does what you're asking.
Reply
#5
I know. the first line picks up 15ed only. I want the second line to pick up non ed only. the first line will skip a 5os pb that has no ed, normal quality. I want it to pick those up. I just want it to leave superiors alone that are not 15ed.
Reply
#6
[Name] == PhaseBlade && [Quality] <= normal # ([Sockets] == 5)


This should do it, I'm almost positive, but you may need a different word, but I doubt it. (diff word for "normal")
[Image: nyyzok.gif]
Reply
#7
Blue Wrote:[Name] == PhaseBlade && [Quality] <= normal # ([Sockets] == 5)


This should do it, I'm almost positive, but you may need a different word, but I doubt it. (diff word for "normal")

Right, this is what I was talking about originally, what word for non superior lol. I guess normal would be it
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [D2NT Release] Druid Script skidude 20 17,266 08-25-2012, 01:20 AM
Last Post: comper
  D2NT BoT Gh0sT17 52 2,056 07-31-2012, 11:10 PM
Last Post: comper
  D2nt need help on some stuff wishyq 3 171 07-22-2012, 12:44 PM
Last Post: comper
  Little Help Please? (D2NT) pnsmcgraw 12 271 07-16-2012, 02:46 PM
Last Post: Mythosis
  MasivB's D2NT Simple Unique PickIt masivb 1 118 07-03-2012, 05:03 AM
Last Post: comper
  D2nt - how do i stay in game when sojs sell? brianwalter86 5 354 07-01-2012, 02:02 PM
Last Post: comper
  Nooby D2NT Questions Kieran Wilson 0 129 06-25-2012, 04:35 PM
Last Post: Kieran Wilson
  [D2NT Release]Item Logging with XML 3.0+ skidude 76 14,567 06-25-2012, 01:27 PM
Last Post: masivb
  D2nt Bot jewel pickit/godly item pickit Nightwish 3 233 06-23-2012, 04:18 AM
Last Post: comper
  someone please help my d2nt bot wont kill any bosses mcmullenp4 2 178 06-19-2012, 10:18 AM
Last Post: comper

Forum Jump:


Users browsing this thread: 1 Guest(s)