MACRO Requests

nice.... thanks working pretty good just a couple of tweaks... only thing is I cant figure out how to automatically make a smithy hammer.... but ill tinker around with it. thanks again. :)
 

drinn

Grandmaster
nice.... thanks working pretty good just a couple of tweaks... only thing is I cant figure out how to automatically make a smithy hammer.... but ill tinker around with it. thanks again. :)

Get hiding and go to Orc caves. Put the orc mask on.

Code:
@usetype 0xfbb 0x0 'backpack'
waitforgump 0x38920abd 15000
replygump 0x38920abd 21
pause 2000
if @findtype 0x1403 0x0 'backpack'
  @usetype 0xfbb 0x0 'backpack'
  waitforgump 0x38920abd 15000
  replygump 0x38920abd 14
  waitfortarget 5000
  @target! 'found'
  pause 1000
endif

Have like 1k per iron per run and make yourself GM bs. You will need like 10-15k iron to get to 100%.

Hide before you set this macro on.
 
Top