| Author |
Message |
Topic: read API |
tiberiu_m1
Replies: 3
Views: 455
|
Forum: Ask for Help Posted: Wed Jan 27, 2010 2:17 am Subject: read API |
MsgBox % "Online players: " . GetEvePlayers()
GetEvePlayers() {
URLDownloadToFile, http://api.eve-online.com/server/ServerStatus.xml.aspx, online.xml
Fi ... |
Topic: Close all other ahk scripts? |
tiberiu_m1
Replies: 5
Views: 811
|
Forum: Ask for Help Posted: Wed Jan 27, 2010 1:42 am Subject: Close all other ahk scripts? |
Process, Close, ProcessYouWantToCloseA.exe ; <-- replace ProcessYouWantToCloseA.exe
|
Topic: read API |
tiberiu_m1
Replies: 3
Views: 455
|
Forum: Ask for Help Posted: Wed Jan 27, 2010 1:29 am Subject: read API |
Hello again guys.
Yes as many of you guessed it is about EveOnline
ok. the guys from eveonline made available a public server status API key here <onlinePlayers>34225</onlinePlayers ... |
Topic: Scalable Issue |
tiberiu_m1
Replies: 2
Views: 1244
|
Forum: Ask for Help Posted: Wed Jan 27, 2010 12:55 am Subject: Scalable Issue |
Hello
I play eveonline at work to but i dont use a macro , instead i use this program called Desktops :
http://image.wareseeker.com/software/wii/abc/details_36f92161b-cc817881.desktops2(en-us,MSDN ... |
Topic: RuneScape All-in-One Macro |
tiberiu_m1
Replies: 33
Views: 20788
|
Forum: Scripts & Functions Posted: Wed Jan 27, 2010 12:32 am Subject: RuneScape All-in-One Macro |
i use this function in my Eveonline macro to move the mouse around my screen in between specified coords and during xx seconds.
SetKeyDelay, 200
SetDefaultMouseSpeed, 15
InteliSleep(sec ... |
Topic: check the time and do action |
tiberiu_m1
Replies: 7
Views: 485
|
Forum: Ask for Help Posted: Tue Jan 26, 2010 11:34 pm Subject: check the time and do action |
Hello Michael@oz
you were right about the sec parameter in the intelisleep function.
Therefore i decided to run this TimeWatcher separately and not included in the main program.
Loop
{
... |
Topic: check the time and do action |
tiberiu_m1
Replies: 7
Views: 485
|
Forum: Ask for Help Posted: Mon Jan 25, 2010 11:32 am Subject: check the time and do action |
I tried to convert the code you guys suggested and came up with this but its not what i really wanted.
The time checking section is going to be included in a function that is running while the mac ... |
Topic: check the time and do action |
tiberiu_m1
Replies: 7
Views: 485
|
Forum: Ask for Help Posted: Mon Jan 25, 2010 12:59 am Subject: check the time and do action |
thanks guys, this helped me alot ..
Cheers! but... |
Topic: check the time and do action |
tiberiu_m1
Replies: 7
Views: 485
|
Forum: Ask for Help Posted: Sat Jan 23, 2010 9:50 am Subject: check the time and do action |
Hello guys
Sorry to bring this tread up but this is the only one i found about time functions.
I need help from you guys ,
I made a macro that is running my Eveonline game miners.
All i wa ... |
Topic: Multiple instances of the same program . . . |
tiberiu_m1
Replies: 3
Views: 509
|
Forum: Ask for Help Posted: Sat Jan 23, 2010 9:01 am Subject: Multiple instances of the same program . . . |
hi, just a hint, why don't u use ALT+TAB?
this is what im using to deal with my 4 chars  |
Topic: EVE Online Script |
tiberiu_m1
Replies: 10
Views: 10213
|
Forum: Ask for Help Posted: Mon Jul 30, 2007 10:35 pm Subject: EVE Online Script |
| engunneer are you an EVE player? do you have a few minutes to look at the code above , any help would be apreciated. ty. |
Topic: EVE Online Script |
tiberiu_m1
Replies: 10
Views: 10213
|
Forum: Ask for Help Posted: Mon Jul 23, 2007 11:50 am Subject: EVE Online Script |
Hello there EVE players
I've been checking around and I saw your code; I adopted it and modify it for myself, therefore I made some changes. Please check it and reply me if you can do some improve ... |
| |