-
Notifications
You must be signed in to change notification settings - Fork 2
Animal Taming
PEDROH86 edited this page Jun 22, 2018
·
9 revisions
- Esta Skill é necessária para domar animais tamáveis no mundo;
- É preciso utilizar uma Tame Harp;
- Confira no site a Tabela Taming com os animais e a habilidade necessária;
- Há um limite máximo de tentativas para que o player consiga tamar o animal (além de um tempo máximo também);
- Tanto o tempo máximo quanto o limite máximo serão menores para quem tenha maior skill de Taming;
- Quem é GM em Animal Taming tem 2x mais chances de taming para qualquer bicho;
- A fome e a Skill Animal Lore influenciam no Animal Taming;
- O percentual da skill sobe independentemente do tipo de animal utilizado no macro, a skill sobe tanto no erro quanto no acerto.
- Animal Taming é uma Worker Skill, ou seja, sobe até 70.1 com macro, até 95.1 com Power Scrolls e até 100.1 com Recipe Scrolls.
if not @findobject 'comida'
headmsg 'Selecione uma comida'
promptalias 'comida'
endif
if skill 'animal taming' < 70.1
if @injournal 'aceita voce' 'system'
pause 500
msg 'all release'
pause 500
useobject 'comida'
pause 200
@clearjournal
else
warmode 'off'
usetype! '0xeb2' '389' 'backpack' //tame harp
waitfortarget 15000
target! 'last'
pause 6000
endif
else
headmsg 'Utilize Power Scrolls!'
stop
endif
if @injournal 'aceita voce' 'system'
pause 200
usetype! '0x0F0E' '118' 'backpack' //shrink potion
waitfortarget 15000
target! 'last'
pause 400
@clearjournal
stop
else
warmode 'off'
usetype! '0xeb2' '389' 'backpack' //tame harp
waitfortarget 15000
target! 'last'
pause 5500
endif