Hello
If I want that when more than 3 wyrms do exori but if less than 3 normal attack
How do I have to do?
Hello
If I want that when more than 3 wyrms do exori but if less than 3 normal attack
How do I have to do?
on targeting you can put count +3 on new wyrm settings
if not just put a targeting 3+ to attack and nothing else and the following hotkey
PHP Code:
if ((paround(8, true) == 0 and maround(1, 'Wyrm') > 4)
then if cancast('exori')
then cast('exori')
end
end