-
Notifications
You must be signed in to change notification settings - Fork 2
Camping
PEDROH86 edited this page Apr 17, 2018
·
3 revisions
- Habilidade usada para logout mais ágil.
- O tempo de logout varia entre 60s até 30s para GM na skill.
- O macro anda 80 tiles em linha reta sentido norte sul, acendendo fogueiras.
if skill 'camping' < 100.1
for 80
if counttype '0xde1' '0' 'backpack' > 0
movetypeoffset '0xde1' 'backpack' 'ground' 0 0 0 '0' '1'
pause 1000
while @findtype '0xde1' '0' 'ground' 1 2
usetype! '0xde1' 'any' 'ground' 2
pause 1500
endwhile
walk 'north'
pause 200
endfor
for 2
walk 'east'
endfor
else
headmsg 'Acabou o kindling!'
pause 1000
stop
endif
for 80
if counttype '0xde1' '0' 'backpack' > 0
movetypeoffset '0xde1' 'backpack' 'ground' 0 0 0 '0' '1'
pause 1000
while @findtype '0xde1' '0' 'ground' 1 2
usetype! '0xde1' 'any' 'ground' 2
pause 1500
endwhile
walk 'south'
pause 200
endfor
for 2
walk 'west'
endfor
else
headmsg 'Acabou o kindling!'
pause 3000
stop
endif
else
headmsg 'Skill Completa!'
pause 3000
stop
endif