Hyflex Posted April 7, 2007 Author Posted April 7, 2007 jees sry man just tryin to help.......You just helped me alot, i was just saying, thanks
Xand3r Posted April 7, 2007 Posted April 7, 2007 (edited) try _PathFull($relativepath) EX:(FROM HELP FILE!!!!) #include <file.au3> $TestPath = _PathFull(@ScriptDir & "..\..\test") MsgBox(0,"demo _PathFull",@ScriptDir & @lf & $TestPath) Edited April 7, 2007 by alexmadman Only two things are infinite, the universe and human stupidity, and i'm not sure about the former -Alber EinsteinPractice makes perfect! but nobody's perfect so why practice at all?http://forum.ambrozie.ro
Hyflex Posted April 7, 2007 Author Posted April 7, 2007 (edited) Helped alot thanks, now... another problem... How do i make the program when its exiting just before it exits for it to load up itself again... And how can i make, _MouseClickPlus("Diablo II", "left", 300, 300) see where it says diablo II how can i make that customizeable via the ini file if the i have this in there aswell.. $D2_Win = IniRead("config\config.ini" , "Settings" , "Diablo II Window Name" , "Diablo II") Edited April 7, 2007 by XxXGoD
Xand3r Posted April 7, 2007 Posted April 7, 2007 are u too lazy to read the help file?? Only two things are infinite, the universe and human stupidity, and i'm not sure about the former -Alber EinsteinPractice makes perfect! but nobody's perfect so why practice at all?http://forum.ambrozie.ro
Xand3r Posted April 7, 2007 Posted April 7, 2007 (edited) Opt("OnExitFunc" , "reload") Func reload() Run(@ScriptDir&"\"&@ScriptName) EndFunc but for this to work your file must be compiled Edited April 7, 2007 by alexmadman Only two things are infinite, the universe and human stupidity, and i'm not sure about the former -Alber EinsteinPractice makes perfect! but nobody's perfect so why practice at all?http://forum.ambrozie.ro
Xand3r Posted April 7, 2007 Posted April 7, 2007 by the way what are u tryin to do????? ooh yeah and if u realy have a countess sequence for mm.bot please share it with the rest of us Only two things are infinite, the universe and human stupidity, and i'm not sure about the former -Alber EinsteinPractice makes perfect! but nobody's perfect so why practice at all?http://forum.ambrozie.ro
Hyflex Posted April 7, 2007 Author Posted April 7, 2007 countress is hard one its every 25 runs it gets one right and atm im redoing it
Xand3r Posted April 7, 2007 Posted April 7, 2007 hey u got a yahoo messenger account??? it's easyer for both of us and i can help u faster that way Only two things are infinite, the universe and human stupidity, and i'm not sure about the former -Alber EinsteinPractice makes perfect! but nobody's perfect so why practice at all?http://forum.ambrozie.ro
Xand3r Posted April 7, 2007 Posted April 7, 2007 $D2_Win = IniRead("config\config.ini" , "Settings" , "Diablo II Window Name" , "Diablo II") _MouseClickPlus($D2_Win, "left", 300, 300) Only two things are infinite, the universe and human stupidity, and i'm not sure about the former -Alber EinsteinPractice makes perfect! but nobody's perfect so why practice at all?http://forum.ambrozie.ro
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