Jet Posted June 16, 2006 Posted June 16, 2006 Nice crafting macro for Dwarfs with ac tool :) Crafting macro This macro lets u to craft soulshots, spiritshots and etc. go to this forum: http://www.actool.net/ and download program named Ac tool 5.3.0 Install and open it. create new documents and write this script: //opne l2 before starting a macro //dont forget to set up hotkey //editor -> preferences-> Globalhotkeys /////////////////////////////////////////////////////////////////////// ////////////////////////////////configuration/////////////////////////// // you can change settings here // /////////////////////////////////////////////////////////////////////// Constants Recipe = {F1} Numtime = 10 // how much times you whant to craft Temp = 0 speed = 100 //time to wait till another craft //100 veryfast | 18000 slower for mana recovery End /////////////////////////////////////////////////////////////////////// ////////////////////dont change anything under this line////////////// setconst Temp = 0 While $Temp < $Numtime Keydown $Recipe $speed compute $Temp = $Temp + 1 MousePos 362, 330 LeftClick Delay 900 MousePos 293, 164 LeftMouseDown Delay 100 MousePos 293, 300 LeftMouseUp Delay 100 MousePos 149, 410 delay 100 LeftClick Delay 100 End Mhm.... do what is wrote in script after // And pres start on ac tool..... If have any problems or questions ask _________________
fligaros Posted July 11, 2007 Posted July 11, 2007 finaly how this works? i made new document in program ac tool i run it and then?? how to works in game?
Recommended Posts