Here is a macro I have created that corresponds to my tier 2 fishing crafting tutorial. It works with all the tier 2 fishing resources and you always get either pristine craft or normal craft from my experience with the macro.
Code used in AcTool:
Code:
SetActiveWindow EverQuest II (Nov 24 2004 11:33:16) USER OPTIMIZED: SOEBuild=1535T
Loop 500
MousePos 778, 625 // Where the begin button is.
delay 100
Leftclick //
Keys 1//
MousePos 778, 625 // Where the begin button is.
delay 100
Leftclick //
delay 3000
Keys 2//
MousePos 778, 625 // Where the begin button is.
delay 100
Leftclick //
delay 3000
end
Explanation:
You'll need to use Autoit to find the position of the mouse where the begin buttons lies on your screen. The idea behind this macro is that after every use of your tradeskill the macro clicks where the begin button is. This is useful because it will click there every few seconds ensuring you are not looping keys 1 and 2 when the craft is already done, this saves alot of time. In keys 1 and 2 in the shortcut taskbar put Awareness and Constant Heat, both tier 1 tradeskills. You must change 'SetActiveWindow EverQuest II (Nov 24 2004 11:33:16) USER OPTIMIZED: SOEBuild=1535T' to your settings on top of your Everquest II program box or it won't work, also the game must be windowed. Modify it as you see fit.