Jump to content

Join our Slack

Talk to other users and have a great time
Slack Server

Welcome to our Community

Click here to get your Exiled Bot license
Donation Store
Sign in to follow this  
adremmelech

question about smart pickit

Recommended Posts

hey,

 

can someone explain the difference between things like local_physical_damage_+% and physical_damage_+% to me? for example:

[Type] == "Engraved Greatsword" && [Rarity] == "Rare" # [local_physical_damage_+%] >= "110" && [stashItem] == "true"

do i have to add an or statment for physical_damage_+% too? same goes with attackspeed elemental damage and other stuff. thanks.

Share this post


Link to post
Share on other sites

hey,

 

can someone explain the difference between things like local_physical_damage_+% and physical_damage_+% to me? for example:

[Type] == "Engraved Greatsword" && [Rarity] == "Rare" # [local_physical_damage_+%] >= "110" && [stashItem] == "true"

do i have to add an or statment for physical_damage_+% too? same goes with attackspeed elemental damage and other stuff. thanks.

local_physical_damage_+% would relay to the items total damage, while physical_damage_+% would relay to the property field.

Edited by Immortal.

Share this post


Link to post
Share on other sites
Sign in to follow this  

×
×
  • Create New...