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  
Daxus

[Socket Color Key] Smart Pickit rules based on socket color

Recommended Posts

I'd like to request that [RedSocket], [bluesocket] and [GreenSocket] be implemented as Keys for Smart Pickit.

Example Usage: This rule would pick up and sell whites for the linked red, green, and blue socketed items Chromatic Orb recipe.

[Sockets] == "3"  && [RedSocket] == "1" && [BlueSocket] == "1" && [GreenSocket] == "1" [Linked] == "3" # [SellUnid] == "true"

Share this post


Link to post
Share on other sites

[Sockets] == "3" && [RedSocket] == "1" && [BlueSocket] == "1" && [GreenSocket] == "1" [Linked] == "3" # [sellUnid] == "true"

Need this feature for limite don't pickup large slot chromotic item vendor
Anyone can confirm this
code is work ?

Share this post


Link to post
Share on other sites

Pls make smart chrome vendor don't loot large item

[Category] == "Glove" [sockets] == "3"  && [RedSocket] == "1" && [blueSocket] == "1" && [GreenSocket] == "1" [Linked] == "3" # [sellUnid] == "true"
[Category] == "Boot" [sockets] == "3"  && [RedSocket] == "1" && [blueSocket] == "1" && [GreenSocket] == "1" [Linked] == "3" # [sellUnid] == "true"
[Category] == "Helm" [sockets] == "3"  && [RedSocket] == "1" && [blueSocket] == "1" && [GreenSocket] == "1" [Linked] == "3" # [sellUnid] == "true"
[Type] == "Sai" [sockets] == "3"  && [RedSocket] == "1" && [blueSocket] == "1" && [GreenSocket] == "1" [Linked] == "3" # [sellUnid] == "true"
[Type] == "Profane Wand" [sockets] == "3"  && [RedSocket] == "1" && [blueSocket] == "1" && [GreenSocket] == "1" [Linked] == "3" # [sellUnid] == "true"
[Type] == "Tenderizer" [sockets] == "3"  && [RedSocket] == "1" && [blueSocket] == "1" && [GreenSocket] == "1" [Linked] == "3" # [sellUnid] == "true"
[Type] == "Gemini Claw" [sockets] == "3"  && [RedSocket] == "1" && [blueSocket] == "1" && [GreenSocket] == "1" [Linked] == "3" # [sellUnid] == "true"
[Type] == "Corsair Sword" [sockets] == "3"  && [RedSocket] == "1" && [blueSocket] == "1" && [GreenSocket] == "1" [Linked] == "3" # [sellUnid] == "true"

Share this post


Link to post
Share on other sites
 

[sockets] == "3" && [RedSocket] == "1" && [blueSocket] == "1" && [GreenSocket] == "1" [Linked] == "3" # [sellUnid] == "true"

Need this feature for limite don't pickup large slot chromotic item vendor
Anyone can confirm this code is work ?
For Smart pickup chromotic orb vendor

REFER : https://exiled-bot.net/community/index.php/topic/1063-socket-color-key-smart-pickit-rules-based-on-socket-color/
 

 

It's not working neither more complex [mods] I've tried (as you can see in the 0.2 version of my pickit) because chromatic pick up is done by regex not the by smart pickit.

But we are aware of this and told alk months ago to modify it, he simply has more important stuff to do at the moment.

But it will come eventually.

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