babata 0 Report post Posted February 4, 2018 Sorry can u help how to strop map with Monsters 18% Reflect Elemental Damage ? Share this post Link to post Share on other sites
MasterOfSilence 15 Report post Posted February 5, 2018 This can be done via the map .ipd [map_monsters_reflect_%_elemental_damage] >= "1" && [Rarity] == "Magic" # [RerollMods] == "true" // Mirrored -- Monsters Reflect % Elemental Damage To reroll Magic Versions [map_monsters_reflect_%_elemental_damage] >= "1" && [Rarity] == "Magic" # [IgnoreMap] == "true" // Mirrored -- Monsters Reflect % Elemental Damage [map_monsters_reflect_%_elemental_damage] >= "1" && [Rarity] == "Rare" # [IgnoreMap] == "true" // Mirrored -- Monsters Reflect % Elemental Damage To ignore them(will not reroll) add //(space) before the Magic one if you want them to be rerolled 2 Share this post Link to post Share on other sites
babata 0 Report post Posted February 5, 2018 thanks for the information I will try it later Share this post Link to post Share on other sites
babata 0 Report post Posted February 12, 2018 now it's all right thank you Share this post Link to post Share on other sites