MicroMacro 1.0 beta
Re: MicroMacro 1.0 beta
Wow, thanks a bunch, I understood it too ! Great idea!
- Administrator
- Site Admin
- Posts: 5316
- Joined: Sat Jan 05, 2008 4:21 pm
Re: MicroMacro 1.0 beta
1.0 beta 2 has just been uploaded and can be found in the first post in this thread. It corrects a few bugs; including, but not limited to, mouse input problems. The new changelog has also been attached that quickly outlines new features or changes.
- Administrator
- Site Admin
- Posts: 5316
- Joined: Sat Jan 05, 2008 4:21 pm
Re: MicroMacro 1.0 beta
This isn't a thread about the RoM bot. This is a thread about MicroMacro 1.0 beta.
Aside from that, a screenshot of the error is unnecessary; the text would be quite sufficient, and can be copy/pasted from the log. First, try reinstalling the latest update by running the patcher for that specific version (1811) in the RoM folder. Let me know what happens.
Aside from that, a screenshot of the error is unnecessary; the text would be quite sufficient, and can be copy/pasted from the log. First, try reinstalling the latest update by running the patcher for that specific version (1811) in the RoM folder. Let me know what happens.
Re: MicroMacro 1.0 beta
"Scanning for update adresses...
Finished."
nothing happened. same error like before.
*edit: oh, think i know wht was the problem. I´ve copyied the new rom folder into the micromacro folder not the scriptsfolder xD sry^^ but know works fine =) thank you for the great idea.
Finished."
nothing happened. same error like before.
*edit: oh, think i know wht was the problem. I´ve copyied the new rom folder into the micromacro folder not the scriptsfolder xD sry^^ but know works fine =) thank you for the great idea.
Re: MicroMacro 1.0 beta
getPixel working in 1.0+?
r,g,b = getPixel(hdc, 64, 137);
printf r outputs 16777215
g and b are both null
code works again after downgrading to 0.9.
r,g,b = getPixel(hdc, 64, 137);
printf r outputs 16777215
g and b are both null
code works again after downgrading to 0.9.
- Administrator
- Site Admin
- Posts: 5316
- Joined: Sat Jan 05, 2008 4:21 pm
Re: MicroMacro 1.0 beta
Great, thanks. It has already been fixed, and the updated attachment is in the first post of this thread. Part of the problem was with openDC(), and part of it with getPixel(). Both errors have been corrected, but could use some more testing to make sure.
Re: MicroMacro 1.0 beta
Yea, seems to be working perfectly now...Administrator wrote:Great, thanks. It has already been fixed, and the updated attachment is in the first post of this thread. Part of the problem was with openDC(), and part of it with getPixel(). Both errors have been corrected, but could use some more testing to make sure.
Thanks!
Re: MicroMacro 1.0 beta
still waiting for new update function
findWindowList() to accept a second parameter like findWindow(), a specific control within a window.
findWindowList() to accept a second parameter like findWindow(), a specific control within a window.
- Administrator
- Site Admin
- Posts: 5316
- Joined: Sat Jan 05, 2008 4:21 pm
Re: MicroMacro 1.0 beta
I believe the most recent copy attached to this thread already allows for that. I forgot to update the changelog in this thread at the time I uploaded it, so it probably will not be listed there. Try it and see if it works. If not, it'll definitely be in beta 5/release (whichever comes first).cokelat70 wrote:still waiting for new update function
findWindowList() to accept a second parameter like findWindow(), a specific control within a window.
Re: MicroMacro 1.0 beta
Aww, I'm waiting for long, I don't know if this already updated
will try asap, can't tested in real game right now, there's something I need to do.
But thanks.
EDIT : Confirmed, it's working fine, nice.
will try asap, can't tested in real game right now, there's something I need to do.
But thanks.
EDIT : Confirmed, it's working fine, nice.
- Administrator
- Site Admin
- Posts: 5316
- Joined: Sat Jan 05, 2008 4:21 pm
Re: MicroMacro 1.0 beta
MicroMacro 1.0 beta 5 has just been uploaded. It makes a number of important fixes; most notably, the two (known) bugs under Vista.
- 3cmSailorfuku
- Posts: 354
- Joined: Mon Jan 21, 2008 6:25 pm
Re: MicroMacro 1.0 beta
Were the optional arguments already included on attach() to target specific Window classes in games? Because most games don't work with keyinputs from the latest beta mm release.
- Administrator
- Site Admin
- Posts: 5316
- Joined: Sat Jan 05, 2008 4:21 pm
Re: MicroMacro 1.0 beta
attach() did not change, but findWindow() and findWindowList() now accept a second string which should be the window class name you want to target. Can you name some of the games that you are having trouble with? And, do they work without attached input?
- 3cmSailorfuku
- Posts: 354
- Joined: Mon Jan 21, 2008 6:25 pm
Re: MicroMacro 1.0 beta
Im trying to send the input to the Holy Beast Online Client http://hb.getamped.com/.Administrator wrote:attach() did not change, but findWindow() and findWindowList() now accept a second string which should be the window class name you want to target. Can you name some of the games that you are having trouble with? And, do they work without attached input?
it does now indeed send keys. But for some weird reason its not attached anymore and will send keys to any window that has the focus.
Code: Select all
function main()
proc = openProcess( findProcess("HBO*") );
attach( findWindow("HBO","HBO_CLASS") );
while(true) do
usePot();
gotTarget();
rest(50);
end
closeProcess(proc);
end
- Administrator
- Site Admin
- Posts: 5316
- Joined: Sat Jan 05, 2008 4:21 pm
Re: MicroMacro 1.0 beta
You're right. I found the problem. It was only properly checking children of the window rather than the window itself. It has already been fixed now, and it will be uploaded within the next few days.
- 3cmSailorfuku
- Posts: 354
- Joined: Mon Jan 21, 2008 6:25 pm
Re: MicroMacro 1.0 beta
ThanksAdministrator wrote:You're right. I found the problem. It was only properly checking children of the window rather than the window itself. It has already been fixed now, and it will be uploaded within the next few days.
- Administrator
- Site Admin
- Posts: 5316
- Joined: Sat Jan 05, 2008 4:21 pm
Re: MicroMacro 1.0 beta
1.0 beta 6 was just uploaded. Again, not a big change in new features, but there are a few more bug fixes. Moving automatic timers to a new thread was also a big change and needs to be tested more thoroughly.
Re: MicroMacro 1.0 beta
hello
i cant download micromacro,when i dowload i allways get a error mesagge like is corrupted or something?
so link work good or do i make any wrong??
thx
i cant download micromacro,when i dowload i allways get a error mesagge like is corrupted or something?
so link work good or do i make any wrong??
thx
- Administrator
- Site Admin
- Posts: 5316
- Joined: Sat Jan 05, 2008 4:21 pm
Re: MicroMacro 1.0 beta
It works. Clear your temporary internet files and try again. It could also be your zip software. Try using 7-zip.Monday wrote:hello
i cant download micromacro,when i dowload i allways get a error mesagge like is corrupted or something?
so link work good or do i make any wrong??
thx
Who is online
Users browsing this forum: No registered users and 1 guest