Jump to content

hongthai

Elite+
  • Content Count

    85
  • Joined

  • Last visited

Posts posted by hongthai


  1. what is the categories for quiver? pickit doesnt have a general one, only Conductive Quiver, Light Quiver, Heavy Quiver.

    There are so many other types of quiver, cant we just have [Type] == "Quiver", instead of [Type] == "Heavy Quiver", [Type] == "Light Quiver", [Type] == "Conductive Quiver" ?

     

    Also "Index of mod "Base_Maximum_Life" not found!!"  , this is why my bot cant pickup any good HP items. Probably need to get a new mod index.

    However when I check the dump file, its all 4 digits number for mod indexes, would it be okay if I replace Base_Maximum_Life with that 4 digits ?

    Please help me out :)

    thanks!


  2. having a single target DPS and an AOE skill for great clear speed is a very good implementation however, blue monsters always spawn in large packs, they are not much tougher than a regular pack also, so using just a AOE skill for blue mobs would be more beneficial. 

    So my suggestion is change the Special Target setting of the bot to only rare and unique, remove blue mobs or give us the option for target selection.

    Alkpone please make it happen! :)


  3. Greeting guys!

    As above, [RerollMods] is definitely not working in the latest version which cause a lot of deaths and chickens to my bots. It used to work really well when I was botting in standard league with older version so am not certain that the problem occurs only in rampage league or its the new version of exilebot. Anyway here's my setting

     

     
     
    // Run any map between level 66 and 71
    [MapLevel] >= "66" && [MapLevel] < "72" # [RunMap] == "true"
     
    // If you want to enable automatic quality upgrading
    // [MapLevel] >= "70" && [Quality] <= "16" && [Rarity] == "Normal" # [upgradeQuality] == "true"
     
    // If you want to transmut maps before running them
     
    [Rarity] == "Normal" # [upgradeToMagic] == "true"
     
    [Rarity] == "Unique" # [ignoreMap] == "true"
     
    // If you wanna run Sacrifice at dusk, just uncomment following line (they will be considered as lvl 66 maps)
    // [Type] == "Sacrifice at Dusk" # [RunMap] == "true"
     
     
    // If you want to reroll map in case of bad mods detected (thanks to immo, zeMagic and the community for the list)
    [map_monsters_reflect_%_physical_damage] >= "1" && [Rarity] == "Magic" # [RerollMods] == "true"
    [map_player_has_blood_magic_keystone] >= "1" && [Rarity] == "Magic" # [RerollMods] == "true"
    // [map_player_status_recovery_speed_+%] < "0" && [Rarity] == "Magic" # [RerollMods] == "true"
    // [no_mana_regeneration] >= "1" && [Rarity] == "Magic" # [RerollMods] == "true"
    // [no_life_regeneration] >= "1" && [Rarity] == "Magic" # [RerollMods] == "true"
    [map_player_has_level_X_temporal_chains] >= "1" && [Rarity] == "Magic" # [RerollMods] == "true"
    // [map_spawn_two_bosses] >= "1" && [Rarity] == "Magic" # [RerollMods] == "true"
     
    //rogue Exile
    //[2304] > "0" && [Rarity] == "Magic" # [RerollMods] == "true"
     
    Please help me to figure it out.
    Thanks!

  4. the 

     

    After last EB version released today (0.20e) EB-Tools stops using some of Enhancements option like Auto vendor cords and Force instant gem leveling. Also Stop using Jades and Quicksilver flasks. Before patch this issues appears only when you restart script/bot/client multiple times without reboot your PC.

    Just to confirm - i used fully clear launch (rebooted PC) and start EB and PoE client only via EB-Tools. Any suggestions here?

    The developers are working on this problems ATM. 


  5. Hi guys I've been botting as a blender for a while and its super effective however I wanna try something new so I'm rerolling a ranger. However I encounter some problem with exile bot like the kind of mobs that only vulnerable when you are close enough to it: like those golems or those bugs thing, the skeletons in Library. So is there a way to make bot move to them instead of attack them?

×
×
  • Create New...