DiciannoveGaming 1 Report post Posted June 14, 2014 how do i avoid maps with this modplayer recover life,mana,energyshield 50% slower this is not working [life_recovery_speed_+%_final_from_map] >= "1" && [Rarity] == "Magic" # [RerollMods] == "true" [mana_recovery_speed_+%_final_from_map] >= "1" && [Rarity] == "Magic" # [RerollMods] == "true" [energy_shield_recovery_speed_+%_final_from_map] >= "1" && [Rarity] == "Magic" # [RerollMods] == "true" [map_player_status_recovery_speed_+%] >= "1" && [Rarity] == "Magic" # [RerollMods] == "true"i cant find any mod related to that mod in the modlistT_T Share this post Link to post Share on other sites
bbones 3 Report post Posted June 14, 2014 You need to use the correct value too This certainly works: [map_player_status_recovery_speed_+%] < "0" # [RerollMods] == "true" Share this post Link to post Share on other sites
serj 1 Report post Posted June 14, 2014 try it, this is my map.ipd Works well [map_monsters_reflect_%_physical_damage] >= "1" && [Rarity] == "Rare" # [ignoreMap] == "true"[map_player_has_blood_magic_keystone] >= "1" && [Rarity] == "Rare" # [ignoreMap] == "true"[map_player_no_regeneration] >= "1" && [Rarity] == "Rare" # [ignoreMap] == "true"[map_player_status_recovery_speed_+%] < "0" && [Rarity] == "Rare" # [ignoreMap] == "true"[no_mana_regeneration] == "true" && [Rarity] == "Rare" # [ignoreMap] == "true"[no_life_regeneration] == "true"&& [Rarity] == "Rare" # [ignoreMap] == "true"[map_player_has_level_X_temporal_chains] >= "1" && [Rarity] == "Rare" # [ignoreMap] == "true"[map_spawn_two_bosses] >= "1" && [Rarity] == "Rare" # [ignoreMap] == "true"//rogue Exile[2304] > "0" && [Rarity] == "Rare" # [ignoreMap] == "true"[map_monsters_reflect_%_physical_damage] >= "1" && [Rarity] == "Magic" # [RerollMods] == "true"[map_player_has_blood_magic_keystone] >= "1" && [Rarity] == "Magic" # [RerollMods] == "true"[map_player_no_regeneration] >= "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" Share this post Link to post Share on other sites
ExVault 3 Report post Posted June 14, 2014 It will be nice if someone post id for Fracturing mod. Share this post Link to post Share on other sites
DiciannoveGaming 1 Report post Posted June 14, 2014 You need to use the correct value too This certainly works: [map_player_status_recovery_speed_+%] < "0" # [RerollMods] == "true" LOL!!!!!!!!!!! thanks i really need that. may MOM + arctic armour dies because of that lol! but can do all except the spell bosses hehe Share this post Link to post Share on other sites
DiciannoveGaming 1 Report post Posted June 14, 2014 @serji love two boss mod! hehe Share this post Link to post Share on other sites