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
begerus

infinite loop with chanced items

Recommended Posts

I have set to identify "Siege Axe"

When The Bot is in town chance The item And Then start to identify The same item in an infinite loop failing every time

Share this post


Link to post
Share on other sites

same prob.

 

the problem is that once chanced and if it turns out to be a magic item, the bot will try to identify it endlessly, even thou it is already identified.

 

i tried to "fix" this by telling pickit to sell any magic item, but that didnt work out (all code below was uncommented when i tested) . . .

 

// [Type] == "Glorious Plate" # [ChanceItem] == "true" // Kaom's Heart
// [Type] == "Hubris Circlet" # [ChanceItem] == "true" // Crown of Eyes
// [Type] == "Gavel" # [ChanceItem] == "true" // Mjolnir
// [Type] == "Spine Bow" # [ChanceItem] == "true" // Voltaxic Rift
// [Type] == "Siege Axe" # [ChanceItem] == "true" // Soul Taker


// [Type] == "Champion Kite Shield" # [ChanceItem] == "true" // Aegis Aurora
// [Type] == "Karui Maul" # [ChanceItem] == "true" // Marohi Erqi
// [Type] == "Conjurer Boots" # [ChanceItem] == "true" // Rainbowstride
// [Type] == "Engraved Wand" # [ChanceItem] == "true" // Midnight Bargain
// [Type] == "Heavy Belt" # [ChanceItem] == "true" // Meginord's Girdle
// [Type] == "Spidersilk Robe" # [ChanceItem] == "true" // Soul Mantle


// [Rarity] == "Magic" && [SellItem] == "true"
// [Rarity] == "Magic" && [SellUnid] == "true"
Edited by IeUz

Share this post


Link to post
Share on other sites

×
×
  • Create New...