Discussion in   Tutorials   started     10 years ago   March 26, 2014, 07:29:19 PM   by   Oslin

Smelt ore looted macro

Oslin
Offline
4 Posts
Topic :   Smelt ore looted macro
10 years ago  March 26, 2014, 07:29:19 PM

ok this one you need to add what ever ore you want to to loot bag.... use caution you can go over weight really fast,  so watch out for this.


you need a portable forge like the Orc forge   and the Ingot keys ( from the storage vendor stone in Trinsic


after you say grab hit the play button of set a hot key   this macro  will smelt your ore and place it into your keys   so you will now be able to get the ore from the some of the spawns   if you get ingots   it will add those too to the keys   


Hope you like this one     


(copy paste into steam after hitting the new macro button )




// Oslins loot ore
if not @findalias 'mobile forge'
  promptalias 'mobile forge'
endif
for 3
  @usetype 0x19b9
  waitfortarget 750
  target! 'mobile forge'
  @usetype 0x19b8
  waitfortarget 750
  target! 'mobile forge'
  @usetype 0x19b7
  waitfortarget 750
  target! 'mobile forge'
  @usetype 0x19ba
  waitfortarget 750
  target! 'mobile forge'
endfor
usetype 0x1be8
waitforgump 0x6abce12 1000
replygump 0x6abce12 31
waitforgump 0x6abce12 1000
replygump 0x6abce12 0
headmsg 'No more ore here. Grab More!!!!'
stop
endif
endwhile
for 3
@usetype 0x19b9
waitfortarget 750
target!

Rael
Offline
4 Posts
#1 Re :   Smelt ore looted macro
10 years ago  March 27, 2014, 08:29:54 AM

Thanks Oslin! Once I get the basics of the grab bag figured out I am going to add this. BTW... Loving the other ore macro you wrote. So useful!!!!