-
Notifications
You must be signed in to change notification settings - Fork 2
Magery
PEDROH86 edited this page Jan 16, 2018
·
1 revision
- Esta Skill é necessária para castar magias do Spell Book;
- Os reagente precisam estar na bag para castar magias;
- GM Magery não erra magias.
if counttype '0xf8c' '0' 'backpack' > 0
if mana <= 10
@clearjournal
pause 1000
useskill 'meditation'
pause 4000
if @injournal 'Voce perdeu sua' 'system'
replay
endif
while not mana == maxmana
endwhile
endif
if skill 'magery' < 100.1
cast "Magic Arrow"
waitfortarget 15000
target! 'self'
pause '2000'
else
headmsg 'Skill Completa!'
stop
endif
else
headmsg 'Acabou o reagente!'
stop
endif