Jump to content

Deityslayer

Beta Tester
  • Content Count

    67
  • Joined

  • Last visited

Posts posted by Deityslayer


  1. http://puu.sh/9TKHX/9a22eb8543.png

     

    Even with shift disabled, it seems to mouse over a monster and just move around it, unless it switches targets, it finally acquires a target's name at the top of the screen for a brief moment. I'm mapping and this is happening occasionally now, it hasn't been happening before. How can I solve this?

     

    Edit: Changed other min/maxes to 0, still have this issue

     

    Edit: actually... Might be what's on left click. So, instead I just put the skill on left click.


  2. // If you want to reroll map if bad mods detected (thanks to immo)

    [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"

     

    //rogue Exile

    [2304] > "0" && [Rarity] == "Magic" # [RerollMods] == "true"

     

     

    [map_player_has_blood_magic_keystone] >= "1" # [ignoreMap] == "true"

    [map_player_status_recovery_speed_+%] < "0" # [ignoreMap] == "true"

    [no_mana_regeneration] >= "1"  # [ignoreMap] == "true"

    [no_life_regeneration] >= "1"  # [ignoreMap] == "true"

    [map_player_has_level_X_temporal_chains] >= "1" # [ignoreMap] == "true"

     

    //rogue Exile

    [2304] > "0" # [ignoreMap] == "true"

     

     

    You need ignoremap so that the unid maps (the dropped ones) will process a logout whenever the mod is detected once it enters a portal


  3. Bot tries to transmute mirrored maps .. it doesn't work. It gets stuck trying to transmute it forever.

    Strongboxes are opened even with it unticked. Switched to aero, we'll see how it works out.

     

    Also it sat on a map at 100% completion and just stayed there.

     

    Does the setting for zone run time affect map time?

    Aswell as the idle time and max explore %?

    Thanks

     

    edit:

    Pathing bug with the bot in general..

    http://puu.sh/9iFbf/e6716109f9.jpg

     

     

    edit2:

    New bug, bot doesn't identify already magic/rare maps

×
×
  • Create New...