Code: Select all
| Tinkering.mac
#turbo
#event CombineTrivial "You can no longer advance"
#event CombineSuccess "You have fashioned"
#event CombineFail "You lacked the skills"
#event CombineError "You cannot combine"
Sub Main
/call FindCombiner tinkering
/if $return==99 /endmacro
/varset v80 $return
/cleanup
/click right inv $return
:Make
/send down ctrl
/click right inv $v80
/finditem similar "Water Flask"
/delay 1
/click left pack $v80 0
/finditem similar "Gnomish"
/click left pack $v80 1
/delay 1
/send up ctrl
/return
:Combine
/click left pack $v80 combine
/if $cursor()==TRUE /goto :Drop
/if $cursor()==FALSE /goto :Make
:Drop
/click left auto
/goto :Make
/return
Sub FindCombiner
/varset p2 99
/for v99 0 to 7
/if "$pack($v99,combine)"=="$p0" /varset p2 $v99
/next v99
/return $p2
Sub event_CombineError
/endmacro
/returnCouldn't find a comparision operator in 'null /varset p2 2'
Couldn't find a comparision operator in 'null /varset p2 4'
Couldn't find a comparision operator in 'null /varset p2 5'
You no longer have a target.
You no longer have a target.
You no longer have a target.
You no longer have a target.
down is not online at this time.
Cleared the following: Timers Vars Arrays
The current macro has ended.


