Jump to content

Join our Discord

Talk to other users and have a great time
Discord Server

Welcome to our Community

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

0.57d pickit syntax , double #

Recommended Posts

why is 2nd # usefull?

 

[Type] == "Harbinger Bow" && [Rarity] == "Magic" # [local_physical_damage_+%] >= "135" # [stashItem] == "true" 

 

Used to be just ANDed with &&.

 

Why this change?

Share this post


Link to post
Share on other sites

No clue, was carry-over from previous pickit, I think the second # should just be a &&.  I think the syntax still works.  

Edited by jps42

Share this post


Link to post
Share on other sites

This is garbage, no one should ever use multiple #. The # should solely be used to separate conditions that are checked after itentifying the item.

Already updated the pickit to : 

// [Type] == "Harbinger Bow" && [Rarity] == "Magic" # [local_maximum_added_physical_damage] >= "49" && [StashItem] == "true"   // Tempered&Flaring
// [Type] == "Harbinger Bow" && [Rarity] == "Magic" # [local_physical_damage_+%] >= "135" && [StashItem] == "true"          // Cruel&Tyrannical&Merciless   
// [Type] == "Maraketh Bow" && [Rarity] == "Magic" # ([local_socketed_gem_level_+] == "1" || [local_socketed_bow_gem_level_+] == "2") && [StashItem] == "true"   // +3 gem psn arrow craft

Share this post


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

×
×
  • Create New...