Jump to content

jeanpaim

Beta Tester
  • Content Count

    8
  • Joined

  • Last visited

Posts posted by jeanpaim


  1. i guyz. I want to get normal o magic gold ring or amulet to craft MF ring/amulet. I readed the programming commands and i thought in this syntax:

     

    [Type] == "Gold Ring" && ([Rarity] == "magic" || "white") && [stashItem] == "true"

     

    My question is: Can i make only one syntax to white and magic gold ring pick up and dont need to do it twice? like this:

     

    [Type] == "Gold Ring" && [Rarity] == "magic" && [stashItem] == "true"

     

    [Type] == "Gold Ring" && [Rarity] == "white" && [stashItem] == "true"

     

    Is this right? ([Rarity] == "magic" || "white")

     

    thx and sry for bad english.


  2. Path of Exile Resolution in windowed mode 800x600

    Windows Resolution 1280x800 / 1024x768

    With those settings you might be lucky and dont need to change any of the cordinates.

     

    If not:

     

    https://exiled-bot.net/community/index.php/topic/1870-npc-y-coordinates-coordinatesini/?hl=%2Bclarissa+%2Bsell#

     

    or install AHK and use this script to find the cordinates urself

     

    https://exiled-bot.net/community/index.php/topic/2105-vendor-y-coordinates-auto-and-mouseover-scripts/?hl=%2Bclarissa+%2Bsell

    Well, i gonna try to do a better explain. I running POE on window mode 800X600. I tried this others windows resolutions, but still the same. I think that my problem rite now isnt coordenate issues, but how to active the selling itens. My bot just pick up the rares, identify and stock in stash. It just ignore vendor NPC. Smart pickit box is checked and the another box are unchecked, how can u guyz see below. In the pickit file have this command: 

     

    [Category] == "Weapon" && [Rarity] == "Rare" # [sellItem] == "true"

    [Category] == "Chest" && [Rarity] == "Rare" # [sellItem] == "true"
    [Category] == "Shield" && [Rarity] == "Rare" # [sellItem] == "true"
    [Category] == "Helm" && [Rarity] == "Rare" # [sellItem] == "true"
    [Category] == "Gloves" && [Rarity] == "Rare" # [sellItem] == "true"
    [Category] == "Boots" && [Rarity] == "Rare" # [sellItem] == "true"
    //[Category] == "Belt" && [Rarity] == "Rare" # [sellItem] == "true"
    //[Category] == "Ring" && [Rarity] == "Rare" # [sellItem] == "true"
    //[Category] == "Amulet" && [Rarity] == "Rare" # [sellItem] == "true"

     
    Check it out my bot's pickit: 
     
    20r9q8z.jpg
     
    So... what i'm doing wrong? I dont know what to do! Im desparate!

  3. Guyz i really need help. I uncheck all the boxes and checked pickit box. The bot insist to change the loot to stash. If i uncheck "enable stashing" the bot keep the loot in invertory. It inst a coordenate issue cause the bot never talked with npc. I dont know what to do. Someone can help-me? 

×
×
  • Create New...