It is just a tossed together macro...was bord and thought i would dink around.
let me see a cheep way of making smithing skills incrss and ill show you a macro 8D.
[[Oi! Oi! you can't catch me! I'm the [ code]-adding man!]]
Code: Select all
| - smith.mac -
|
| Please be near a forge open before you start this macro.
|
#include routines.mac
#turbo
Sub Main
/filter skills increase
/itemtarget Forge
/face item
/click left item
:Makesmith
/sendkey down ctrl
/finditem "smithy hammer"
/if $find()==FALSE /goto :Done
/click left enviro 0
/finditem "water flask"
/if $find()==FALSE /goto :Done
/click left enviro 1
/finditem "small kite shield mold"
/if $find()==FALSE /goto :Done
/click left enviro 2
/finditem "medium quality sheet metal"
/if $find()==FALSE /goto :Done
/click left enviro 3
/finditem "medium quality sheet metal"
/if $find()==FALSE /goto :Done
/click left enviro 4
/sendkey up ctrl
/click left enviro combine
| Either small kite shield or smithy hammer comes back, so we always get 1 item
:WaitCombine
/delay 0
/if "$cursor()"=="TRUE" /goto :AutoDropkiteshield
/for v1 1 to 5
/delay 2
/if "$cursor()"=="TRUE" /goto :AutoDropsmithyhammer
/next v1
/if "$cursor()"=="FALSE" /goto :WaitCombine
/click left auto
/goto :makesmith
:AutoDropsmithyhammer
/click left auto
:Autodropkiteshield
/click left auto
/goto :makesmith
:Done
/sendkey up ctrl
/click left enviro done
/return
/return
IO IO SO OFF TO BREWING I GO >>>lal al al alalalalal ala IO IO IO !!!!!

