-
Notifications
You must be signed in to change notification settings - Fork 2
Resisting Spells
PEDROH86 edited this page Jun 6, 2018
·
2 revisions
- Esta Skill te da chance de resistir a magias;
- Ligue este macro em um char secundário. Quem sobe skill é quem recebe a magia.
if mana < 40
@clearjournal
pause 200
@usetype! '0xf82' '1330'
useskill 'meditation'
pause 4000
if @injournal 'Voce perdeu sua' 'system'
replay
endif
while not mana >= maxmana
pause 1000
endwhile
else
cast "Mana Drain"
waitfortarget 15000
target! 'last'
pause 3500
endif