Advertisement
rivenslayer

Dual Strike Wings of Entropy Maps Config

Sep 7th, 2014
328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. // Welcome to the map runner configuration file. Syntax is the same as in Pickit/default.ipd.
  2. // Keys available: [RunMap], [IgnoreMap], [MapLevel], [UpgradeQuality], [UpgradeToMagic], [UpgradeToRare], [RerollMods].
  3. // Map upgrading will only be made on a map that has been selected by the bot to farm.
  4. // All the map mods can be found in ModsList.html file.
  5.  
  6. // Example: Run rare maps level less than 69
  7. // [MapLevel] < "69" && [Rarity] == "Rare" # [RunMap] == "true"
  8.  
  9. // Run any map between level 66 and 69
  10. [MapLevel] >= "66" && [MapLevel] < "69" # [RunMap] == "true"
  11.  
  12. // If you want to enable automatic quality upgrading
  13. // [MapLevel] >= "70" && [Quality] <= "16" && [Rarity] == "Normal" # [UpgradeQuality] == "true"
  14.  
  15. // If you want to transmut maps before running them
  16. [Rarity] == "Normal" # [UpgradeToMagic] == "true"
  17.  
  18. [Rarity] == "Unique" # [IgnoreMap] == "true"
  19.  
  20. // If you wanna run Sacrifice at dusk, just uncomment following line (they will be considered as lvl 66 maps)
  21. // [Type] == "Sacrifice at Dusk" # [RunMap] == "true"
  22.  
  23. /////////////////////////////////////////////////////////////////////////////////////
  24. // //
  25. // NASTY MODS //
  26. // //
  27. /////////////////////////////////////////////////////////////////////////////////////
  28.  
  29. // If you want to reroll map in case of bad mods detected (thanks to immo, zeMagic and the community for the list)
  30. // [map_monsters_reflect_%_physical_damage] >= "1" && [Rarity] == "Magic" # [RerollMods] == "true"
  31. // [map_player_has_blood_magic_keystone] >= "1" && [Rarity] == "Magic" # [RerollMods] == "true"
  32. // [map_player_status_recovery_speed_+%] < "0" && [Rarity] == "Magic" # [RerollMods] == "true"
  33. // [no_mana_regeneration] >= "1" && [Rarity] == "Magic" # [RerollMods] == "true"
  34. // [no_life_regeneration] >= "1" && [Rarity] == "Magic" # [RerollMods] == "true"
  35. // [map_player_has_level_X_temporal_chains] >= "1" && [Rarity] == "Magic" # [RerollMods] == "true"
  36. // [map_spawn_two_bosses] >= "1" && [Rarity] == "Magic" # [RerollMods] == "true"
  37.  
  38. //rogue Exile
  39. [2304] > "0" && [Rarity] == "Magic" # [RerollMods] == "true"
  40.  
  41. /////////////////////////////////////////////////////////////////////////////////////
  42. // //
  43. // NASTY MAPS //
  44. // //
  45. /////////////////////////////////////////////////////////////////////////////////////
  46.  
  47. // Thanks to DiciannoveGaming, immo, ExVault, the community
  48.  
  49. // hard boss dumb pathing too
  50. [Type] == "Orchard Map" # [IgnoreMap] == "true" //
  51. // doors, stuck, projectile death
  52. [Type] == "Dungeon Map" # [IgnoreMap] == "true" //
  53.  
  54. // SPELL BLOCK NEEDED
  55. [Type] == "Temple Map" # [IgnoreMap] == "true" //remove if your build has spell block.
  56. [Type] == "Crematorium Map" # [IgnoreMap] == "true" //remove if your build has spell block.
  57. [Type] == "Shipyard Map" # [IgnoreMap] == "true" //remove if your build has spell block.
  58. [Type] == "Courtyard Map" # [IgnoreMap] == "true" //remove if your build has spell block.
  59.  
  60. // INFERNAL BLOW NEEDED
  61. // [Type] == "Labyrinth Map" # [IgnoreMap] == "true" //remove if your build is infernal blow.
  62.  
  63. // MOM + ARCTIC ARMOUR to survive
  64. // [Type] == "Jungle Valley Map" # [IgnoreMap] == "true"// endless stream of small spiders, takes forever to kill.
  65. // [Type] == "Maze Map" # [IgnoreMap] == "true"// remove if your build has MOM + arctic armour
  66.  
  67. //RETARD BOSS
  68. // [Type] == "Residence Map" # [IgnoreMap] == "true"
  69. // [Type] == "Palace Map" # [IgnoreMap] == "true"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement