Jump to content

Delamonica

Elite+
  • Content Count

    86
  • Joined

  • Last visited

Posts posted by Delamonica


  1. i have no clue how a bot is created or how it works , i just played around with autoit in my past.

     

    might it be possible to  let the bot use an orb on an item  and if the item  doesnt change that the bot wont try it again ?

     

    but i guess that not possible  :mrgreen:


  2. [Type] == "Prophecy Wand" && [Rarity] == "rare"

    [Type] == "Prophecy Wand" && [Rarity] == "magic"

     

    or  [Type] == "Prophecy Wand"         <--  for all rarities

     

    the bot would pick all prophecy wands .

    when u want other wands u have to check path of exile site for the wand names and make this rule for every single wand (depending on what lvl area u farm in)

     

     

    u can also use something like 

     

    [Category] == "1Handed" && [Rarity] == "Rare" # [spell_damage_+%] >= "15" 

    [Category] == "1Handed" && [Rarity] == "Magic" # [spell_damage_+%] >= "15" 

     

    then u would pick all one handed weapons with spelldmg 15+ ( but daggers too)

     

     

    not sure if [Category] == "1Handed" && [Rarity] == "Rare" && [spell_damage_+%] >= "1"  works  :mrgreen:

     

    maybe it could pick up all 1 handed weapons who have alrdy spelldmg unidentified (that would be wands)

     

    but i dont have time to try it out ^^

     

     

    ps: i dont know if everything works as intended , its just what i would try out !


  3. not everyone is good as you and wins every game in arena .

     

    since only one player can win each fight 

     

     

    and in normal play u will win sooner or later just every second game  . 

     

    he stated that he needs like 12 hours for 100 gold and thats a half day every day . <--- thats no point ?

×
×
  • Create New...