Jump to content

Recommended Posts

Posted (edited)

try _PathFull($relativepath)

EX:(FROM HELP FILE!!!!)

#include <file.au3>
$TestPath = _PathFull(@ScriptDir & "..\..\test")
MsgBox(0,"demo _PathFull",@ScriptDir & @lf & $TestPath)
Edited 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

Posted (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 by XxXGoD
Posted

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

Posted (edited)

Opt("OnExitFunc" , "reload")
Func reload()
    Run(@ScriptDir&"\"&@ScriptName)
EndFunc

but for this to work your file must be compiled

Edited 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

Posted

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 :shocked:

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

Posted

hey u got a yahoo messenger account??? it's easyer for both of us :shocked: 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

Posted

$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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...