What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

### A few questions from a new fellow-botter ###

cyphex

New Member
Joined
Oct 18, 2012
Messages
4
Reaction score
0
Hey guys,

I got a few short questions.

I was checking the pickit, some lines only uses > and others uses >=, is it an error or am I just being fooled?

example from trinity soft pickit:

[QUALITY] == "Rare" && [BASETYPE] == "Weapon" && [ONEHAND] == true # [DPS] > 700 && [CRITDMG%] >= 50 && [SOCKETS] > 0 && ([LOH] >= 700 || [LS%] > 0)

Also in the legendary file, I just put this, will it keep all items unid (both sets and legendaries, or is this for legs only)?
[QUALITY] == "Legendary" && [BASETYPE] == "Weapon"
[QUALITY] == "Legendary" && [BASETYPE] == "Armor"
[QUALITY] == "Legendary" && [BASETYPE] == "Jewelry"

if it's not for sets, should I just add below?

[QUALITY] == "Set" && [BASETYPE] == "Weapon"
[QUALITY] == "Set" && [BASETYPE] == "Armor"
[QUALITY] == "Set" && [BASETYPE] == "Jewelry"
 
I wanna know that about the leg/set items aswell because I rather have them unid
 
=equal to
<=less than or equal to
>=greater than or equal to
 
Thanks for answer. Many of the pickit lines in the standard bot, uses only > no = etc. so they are full of errors? (refering to the 1 pickit line I posted)
 
Here some lines from gnillers too, they are also wrong?? :o

[QUALITY] == "Rare" && [TYPE] == "Wand" # [@GNILLERWEPWIZ] > 1800
[QUALITY] == "Rare" && [TYPE] == "CeremonialDagger" # [@GNILLERWEPWIZ] > 1800

should be >= or > is ok?
 
> = ok,
[QUALITY] == "Rare" && [TYPE] == "Wand" # [@GNILLERWEPWIZ] > 1800

> 1800 = Greater than 1800
 
Can anyone tell me where i paste this code so it wont ID the legy's?
 
I'm using Trinity can i do it in that or I'll have to use a custom item loot rule?
 
Back
Top