Jump to content

Join our Slack

Talk to other users and have a great time
Slack Server

Welcome to our Community

Click here to get your Exiled Bot license
Donation Store
Sign in to follow this  
DiciannoveGaming

help about avoiding map mods

Recommended Posts

how do i avoid maps with this mod

player 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 modlist

T_T

Share this post


Link to post
Share on other sites

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

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

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
Sign in to follow this  

×
×
  • Create New...