03-01-2019, 11:04 PM
it would be possible to make this macro work as follows:
she only uses magic in area without players on the screen, or else I would like to change to have exceptions for the players that I choose, and when those players appear on the screen she would drop the magic in the area, if possible configuring by name of the player that could appear on the screen
I use this macro below :
1000 {exori safe} Self.Mana>=150 Self.Attacking==01 Creatures.Beside>=2 Creatures.PlayersOnScreen==01 Self.Say(exori) {Safe Spellcast} Self.Mana>=120 Self.Attacking Creatures.Beside>=2 Creatures.PlayersOnScreen = 0 Self.Say(exori)
she only uses magic in area without players on the screen, or else I would like to change to have exceptions for the players that I choose, and when those players appear on the screen she would drop the magic in the area, if possible configuring by name of the player that could appear on the screen
I use this macro below :
1000 {exori safe} Self.Mana>=150 Self.Attacking==01 Creatures.Beside>=2 Creatures.PlayersOnScreen==01 Self.Say(exori) {Safe Spellcast} Self.Mana>=120 Self.Attacking Creatures.Beside>=2 Creatures.PlayersOnScreen = 0 Self.Say(exori)