mafiamoe wrote:sounds like the game is running with non-windows xp window display settings. I had this in the help file at one time, but somehow it isnt there now... sorry about that. Right click on the desktop, properties, appearance, windows and buttons should be set to Windows XP style. Ill update the download with a new setup file, thanks for the catch.
Dude your the bomb thnxs!
Except sadly it still fails to select my character, it then close the eve client, and give the error login failure.
is there a mean to edit that login portion, so the macro waits for me to login and select my toon ???
THis will allow me(fingers crossed) to see if once ingame the macro will function.
NVM did some digging and heres what i found
Remark>Selecting Character
Remark>Let>display=selecting char%CRLF%%display%
Remark>GoSub>GetDialogActions
Remark>Let>Dialog1.disp=display
Remark>ResetDialogAction>Dialog1
Remark>MouseMoveRel>390,290
Remark>LDown
Remark>Lup
Ill assume that the mousemoverel is whats causing me my problems, Ive added the Remark> to see if i can get around this issue.
Well that didnt help at all, sat for 2 full mins then closes the game client and returns the login unsuccessful.
Well i took it a step farther and remd out the "check if logged in" portion this causes that macro to crash out(stop running)
So from my limited knowledge of programming, it would seem to me that the macro has some kind of issue determining if EVE has correctly logged into the game. I'll assume yuor doing some kind of pixel check for color to dettermine if the games logged in.