Tommy_ti Posted April 24, 2004 Posted April 24, 2004 I need help on making a script that runs Diablo, and logs on battle.net, selects a char and make a game. Whit this, i also need a .ini file and need help on how to create it. This is something of what my .ini file is holding: [GLOBAL] Account=***** Password=***** CharLoc=1-8 GameName=Random GamePass=Random AwayReason=/dnd "put a away reason here (whitout the " ) [SETTINGS] D2Path=C:/Program Files/Diablo II D2Exe=Diablo II.exe D2Parameters= -ns -w -res800 -title "Diablo II" I still need help on making the AutoIt script itself ~Tommy
Marc Posted April 24, 2004 Posted April 24, 2004 May I send you to your own request and the script I posted for that? ThreadThis script uses an ini file, starts D2, logs into BNet, selects character, creates a game... Any of my own codes posted on the forum are free for use by others without any restriction of any kind. (WTFPL)
Tommy_ti Posted April 24, 2004 Author Posted April 24, 2004 Ah! Thx Dont think i ever saw that post, long time since i have been here..
Tommy_ti Posted April 24, 2004 Author Posted April 24, 2004 Is this something i must put in .ini file? The script get a error message on that. MouseMove ($x, $y)
Marc Posted April 25, 2004 Posted April 25, 2004 Did you get the ini file from the original zip from the authors page?I suppose the mousemove ($x, $y) fails because the parameters in the ini are missing, so the two variables $x and $y are not defined.Zipfileusing this ini file (after configuring it, of course) should work. Any of my own codes posted on the forum are free for use by others without any restriction of any kind. (WTFPL)
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