-
Notifications
You must be signed in to change notification settings - Fork 2
Arms Lore
PEDROH86 edited this page Jan 13, 2018
·
4 revisions
- Influência na qualidade de armas craftadas;
- Reduz a chance de dano em armas equipadas ao bater.
if not @findobject 'arma-arms-lore'
headmsg 'Selecione uma arma'
promptalias 'arma-arms-lore'
endif
while not dead
if skill 'arms lore' < 100.1
warmode 'off'
msg 'guards'
autotargetobject 'arma-arms-lore'
useskill 'Arms Lore'
clearjournal
for 30
if @injournal 'certo' or @injournal 'repair'
break
endif
pause 100
endfor
else
headmsg 'Macro concluido!'
stop
endif
endwhile