Tommy_ti 0 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 Share this post Link to post Share on other sites
Marc 36 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... It's my job to comfort the disturbed and to disturb the comfortable. My Projects: Profiler, MakeSFX, UserInfo, Simple Robocopy Progressbar Share this post Link to post Share on other sites
Tommy_ti 0 Posted April 24, 2004 Ah! Thx Dont think i ever saw that post, long time since i have been here.. Share this post Link to post Share on other sites
Tommy_ti 0 Posted April 24, 2004 Is this something i must put in .ini file? The script get a error message on that. MouseMove ($x, $y) Share this post Link to post Share on other sites
Marc 36 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. It's my job to comfort the disturbed and to disturb the comfortable. My Projects: Profiler, MakeSFX, UserInfo, Simple Robocopy Progressbar Share this post Link to post Share on other sites