Jump to content

IeUz

Elite+
  • Content Count

    64
  • Joined

  • Last visited

Posts posted by IeUz


  1. Deityslayer, can you explain how you fixed it please?

     

    I am also having a few problems when trying to tell EBot to loot white items with a specific range of implicit stats (mostly near perfect white rings/amulets).

    [Category] == "Ring" && [Rarity] == "Normal" && ([cold_and_lightning_damage_resistance_%] >= "14" || [fire_and_cold_damage_resistance_%] >= "14" || [fire_and_lightning_damage_resistance_%] >= "14" || [base_item_found_rarity_+%] >= "14" || [base_maximum_life] >= "28")
    
    [Category] == "Amulet" && [Rarity] == "Normal" && ([additional_all_attributes] >= "14" || [additional_dexterity_and_intelligence] >= "22" || [additional_strength_and_dexterity] >= "22" || [additional_strength_and_intelligence] >= "22" || [base_item_found_rarity_+%] >= "18")
    
    

    It works for a few of them, it will pickup and stash them: life/rarity ring and rarity/dex&int amulet . . .

     

    All others, will not pick them up at all . . .


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

  3. Immo, the coordinates are not being auto update in Act2, in Act1 everything worked fine, not sure about Act3.

     

    edit,

     

    Act3 is working.

     

    updated, working with the latest version of PoE (1.1.5b)

     

    I've just adopted caons idea & made a new working coord script...

    • You just need to extract the zip file and run the script (vendor.exe)
      • When starting for the first time you are prompted to enter your bots directory! Do so...
    • Now just bot like you normally would do, if any coordinates changes (due to queststate changing or whatever) the script detects the new coordinates and updates your bots (it chooses your last used profile) coordinates.ini!
    • If you wanna update your coordinates manually, you just need to visit any of the three vendors (clarissa, greust or nessa)
    • Also if your coords change you'll get a quick traytip notification!
    • Enjoy!

     

    ...hopefully this tiresome topic now disappears at last!


  4. Press F7 while bot is paused to dump your character's inventory in (/Log/Dump.log). If your item is not recognized by the pickit, send us it's type and ingame name. If your item has a mods that is not in the modslist, send us the mod's index and ingame name. (Thanks)

    Not working for me? Wont create any file at all . . .

    Two-Stone-Rings seems to be missing from item list . . .

×
×
  • Create New...