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  
tortose

Item's

Recommended Posts

Is there anyone that has a pickit list that will pick up Gavel's / other chance item's?? I always have to stop the bot so I can go pick up a Gavel or amulet or such.

Share this post


Link to post
Share on other sites

This is my first attempt at making loot lines but here goes nothin

 

[type] == "Agate Amulet" && [Rarity] == "Normal" // Agate Amulet

[type] == "Gavel" && [Rarity] == "Normal" // Gavel

 

probably messed up but i think this is how it should look

 

Here is a line to Chance the Gavel automatically i think

 

[Type] == "Gavel" # [ChanceItem] == "true" // Mjolnir

Share this post


Link to post
Share on other sites

Chancing

// [type] == "Glorious plate" # [ChanceItem] == "true" // Kaom's Heart

 

ect ect is in the pickit list, why isn't it working??? or even picking up those items???

Share this post


Link to post
Share on other sites

in coding term, that is a comment.

 

In lay-mans term, thats turning it off. To enable, remove those // and restart the bot.

Share this post


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

×
×
  • Create New...