Jump to content

jsk110

Beta Tester
  • Content Count

    27
  • Joined

  • Last visited

Posts posted by jsk110


  1. I have a simple config for running maps but it doesn't seem to work properly

    It doesn't ignore maps or upgrade to magic and sometimes run normal maps.

     

    I can't find any syntax errors, please help me.

    [MapLevel] >= "66" && [MapLevel] < "72" # [RunMap] == "true"
    [MapLevel] >= "70" && [Quality] <= "16" && [Rarity] == "Normal" # [UpgradeQuality] == "true"
    [Rarity] == "Normal" # [UpgradeToMagic] == "true"
     
    [Rarity] == "Unique" # [IgnoreMap] == "true"
    [Rarity] == "Rare" # [IgnoreMap] == "true"
    
    // [Type] == "Sacrifice at Dusk" # [RunMap] == "true"
    [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"
    [1064] = > "0" && [Rarity] == "Magic" # [RerollMods] == "true"
     
    [Type] == "Orchard Map" # [IgnoreMap] == "true"
    [Type] == "Dungeon Map" # [IgnoreMap] == "true"
    [Type] == "Sewer" # [IgnoreMap] == "true"
    [Type] == "Vaal Pyramid" # [IgnoreMap] == "true"
    // You need Spellblock
    [Type] == "Temple Map" # [IgnoreMap] == "true"
    [Type] == "Crematorium Map" # [IgnoreMap] == "true"
    [Type] == "Shipyard Map" # [IgnoreMap] == "true"
    [Type] == "Courtyard Map" # [IgnoreMap] == "true"
     
    

  2. 2015-05-06 16:59:36 [info] -> Moving to position(1592.391235, 1896.739136). State Priority: 4

    2015-05-06 16:59:37 [info] -> Moving to position(1592.391235, 1896.739136). State Priority: 4

    2015-05-06 16:59:38 [info] -> Moving to position(1592.391235, 1896.739136). State Priority: 4

    2015-05-06 16:59:39 [info] -> Moving to position(1592.391235, 1896.739136). State Priority: 4

    2015-05-06 16:59:39 [info] -> Idling...

     

    7 out of 10 times bot crashed.

     

    EDIT

    Want to correct the version, this only happens with 0.30e

×
×
  • Create New...