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  
sugire

How to store only the amulets and rings unidentified using pickit

Recommended Posts

(First of all sorry if there is a topic or somewere that shows the answer for this, but ive searched a lot and couldnt find)

Im using the jpick_forcesell pickit that comes with exiled bot with a few chages that i made, all working pretty well except that i cant do by any means stash rings and amulets unidentified, ive tryed so many things but i cant realy figure this out, can someone plz tell me what i could change to solve this, i believe it probably is something realy simple.

 

thank you.

Share this post


Link to post
Share on other sites

// Jewelry
[Category] == "Belt" && [Rarity] == "Rare" && [itemLevel] >= "60" # [stashUnid] == "true"
[Category] == "Ring" && [Rarity] == "Rare" && [itemLevel] >= "60" # [stashUnid] == "true"
[Category] == "Amulet" && [Rarity] == "Rare" && [itemLevel] >= "60" # [stashUnid] == "true"
 

 

thats how my lines look to stash unid jewelry

Share this post


Link to post
Share on other sites

I check syntax by habit after any editing in the pickit or map IPD-file.

This nifty little function is included in the EB-editor and saved me some times now.

 

For editing, I use NPP, but still do the check before running with changed files in EB.

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...