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  
claustro

Loot all rare 5L 6L gem, ecc AND all wand help needed

Recommended Posts

[Type] == "Prophecy Wand" && [Rarity] == "rare"

[Type] == "Prophecy Wand" && [Rarity] == "magic"

 

or  [Type] == "Prophecy Wand"         <--  for all rarities

 

the bot would pick all prophecy wands .

when u want other wands u have to check path of exile site for the wand names and make this rule for every single wand (depending on what lvl area u farm in)

 

 

u can also use something like 

 

[Category] == "1Handed" && [Rarity] == "Rare" # [spell_damage_+%] >= "15" 

[Category] == "1Handed" && [Rarity] == "Magic" # [spell_damage_+%] >= "15" 

 

then u would pick all one handed weapons with spelldmg 15+ ( but daggers too)

 

 

not sure if [Category] == "1Handed" && [Rarity] == "Rare" && [spell_damage_+%] >= "1"  works  :mrgreen:

 

maybe it could pick up all 1 handed weapons who have alrdy spelldmg unidentified (that would be wands)

 

but i dont have time to try it out ^^

 

 

ps: i dont know if everything works as intended , its just what i would try out !

Edited by Delamonica

Share this post


Link to post
Share on other sites

Afaik this is what you want to pick up all one handed items which have spell damage implicit mod (add rarity as needed):

 

[Category] == "1Handed" && [spell_damage_+%] >= "1"

 

Edit: nvm, I must have misread what Delamonica had written, its the same thing basically.

Edited by bbones

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...