qwee Posted June 15, 2009 Posted June 15, 2009 (edited) Hey!Gonna re-code a bot so it works totally minimized. Just got one question, I've downloaded this source code: http://www.autoitscript.com/forum/index.php?showtopic=7112If you press the link and scroll down you'll see this:EDIT: To get D2 offsets use this code:$winsize = WinGetPos("Diablo II") $borderwidth = ($winsize[2] - 800) / 2 $titleheight = $winsize[3] - 600 - (2 * $borderwidth) msgbox("", "", $borderwidth & " " & $titleheight)And my question is, should I write that in the minimize.au3 or the bot.au3?Thanks in advance! Edited June 15, 2009 by qwee
oMBRa Posted June 15, 2009 Posted June 15, 2009 lol what a question, you are free to put it anywhere, however you could put it in your bot script and just include that UDF
qwee Posted June 15, 2009 Author Posted June 15, 2009 lol what a question, you are free to put it anywhere, however you could put it in your bot script and just include that UDFOkay, ty
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now