|
 EVE Macro: MAX-COTE Miner : EVE Online Nerfed Info - Page 18
|
|
Posted: August 28th, 2005, 11:33 am
|
|
|
|
tault_buckw1
tault_buckw1's Reps:
|
snip
Last edited by Guest on October 31st, 2005, 11:04 am, edited 1 time in total.
|
|
|
|
|
Posted: August 28th, 2005, 11:46 am
|
|
|
|
firelord1973
firelord1973's Reps:
|
Gee, hmm yes definatly window problem,
Its not that Buck the top left and right are correct,
as are the left and right sides, the bottom extends down a extra 5 pixels, that could be the window bar at the top being bigger pushing the whole screen down, or the whole window being non-standard size... and everything being streched,
Think we need data on the size of the bar, and key data on the inner window position as well.
Are we SURE this is running at the correct res ?
1280 x 1024
Firelord
|
|
|
|
|
Posted: August 28th, 2005, 12:13 pm
|
|
|
|
nycro04
nycro04's Reps:
|
It is running at the correct size. Video card is a ATI Radon 800XT PCI express running the latest Caytlest drivers. If there is any code I can change let me know I will edit it and try to see if I can come up with a work around. Or if you need more info let me know what you need and how to aqiure it.
|
|
|
|
|
Posted: August 28th, 2005, 12:49 pm
|
|
|
|
redneckbubba
redneckbubba's Reps:
|
I just installed and set this up. I log in and get to the station. It minimizes the chat window, thinks for a second, and then throws this error:
(!empty($user->lang['QUOTE'])) ? $user->lang['QUOTE'] : ucwords(strtolower(str_replace('_', ' ', 'QUOTE'))): Error - Subroutine/Label CACHE_SKIP_OPEN_PP Not Found!
I did a quick search through the code and found one references
LINE 2720 - If>%vClear_Cache%=YES,CACHE_SKIP_OPEN_PP
It appears that the version I just downloaded from page 5 doesn't have the label or subroutine defined.
Any direction would be appreciated!
[/code]
|
|
|
|
|
Posted: August 28th, 2005, 1:46 pm
|
|
|
|
tault_smurf300
tault_smurf300's Reps:
|
ok i dl this and got it started, it....
starts eve fine..
selects and logs in char fine
then does something for a second, and presses esc and selects quit game then yes :S and repeats
|
|
|
|
|
Posted: August 28th, 2005, 1:49 pm
|
|
|
|
redneckbubba
redneckbubba's Reps:
|
Yep - I'm seeing that as well if I do not clear cache to begin with. Exact same behaviour.
|
|
|
|
|
Posted: August 28th, 2005, 1:56 pm
|
|
|
|
tault_smurf300
tault_smurf300's Reps:
|
i have pressed esc and checked the graphics tab, im at 1024x768 24 bit colour with 8bit alpha 32bit buffer with 8 bit stencil, windows is running at 1280x1024 in 32bit color,
any ideas? 
|
|
|
|
|
Posted: August 28th, 2005, 2:06 pm
|
|
|
|
redneckbubba
redneckbubba's Reps:
|
Not I, I'm slightly surprised to have discovered that I am missing a label or subroutine. So I'm concerned that I don't have a good copy, however it is the only copy available right now.
I'm just waiting for one of the guy's that have been working on this for a while to stumble across my post and set me in the right direction.
In the meantime, reading the MacroScheduler manualand getting my head wrapped around the syntax. 
|
|
|
|
|
Posted: August 28th, 2005, 2:09 pm
|
|
|
|
tault_smurf300
tault_smurf300's Reps:
|
maybe they can post the latest version of the macro here? perhaps the one we have is out dated?
|
|
|
|
|
Posted: August 28th, 2005, 2:23 pm
|
|
|
|
redneckbubba
redneckbubba's Reps:
|
Well, if you go to page five you should find the latest version. I'm assuming that is the one you have as well. If you look in the script you can see, mine is identified as v5.0828.0500 RC0.
Given what I know of Macro'ing in EVE we could have any of a number of problems. It seems that the MJT tool is also resource greedy so that adds another demension to the problem space.
I'm not going to attempt troubleshooting too much until I have good grasp of the syntax and the script - or one of the guys that have been working on this tell us which direction to go in.
My guess would be that if the script is code complete (I can't figure out how that might be though) then our problem probably stems around lag. Maybe try setting the script so that it expects a slower system and see how that works. Then if, problems persist, it is probably choking on the pixel location of some important element, not finding that it chokes and relogs.
|
|
|
|
|
Posted: August 28th, 2005, 3:45 pm
|
|
|
|
tault_buckw1
tault_buckw1's Reps:
|
Redneck,
I believe missing label code should be as follows: starting line 2719
(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))): Label>GUI_STEP_2 If>%vClear_Cache%=YES,CACHE_SKIP_OPEN_PP GoSub>PP_Open Label>CACHE_SKIP_OPEN_PP If>%vClear_Cache%=NO,CACHE_SKIP_LOGON_PP GoSub>PP_Open_Logon GoSub>PP_Move_Logon GoSub>PP_Resize_Logon
Note extra label added.
This fix IS NOT confirmed. I have not even tried it yet
Buck
FAQ up in Macro discussions.
|
|
|
|
|
Posted: August 28th, 2005, 4:07 pm
|
|
|
|
upallnite
upallnite's Reps:
|
Deleted...
Last edited by Guest on September 25th, 2005, 9:35 pm, edited 1 time in total.
|
|
|
|
|
Posted: August 28th, 2005, 4:35 pm
|
|
|
|
tault_buckw1
tault_buckw1's Reps:
|
FAQ up in Discussions
Last edited by Guest on October 31st, 2005, 11:06 am, edited 1 time in total.
|
|
|
|
|
Posted: August 28th, 2005, 4:58 pm
|
|
|
|
tault_smurf300
tault_smurf300's Reps:
|
well is anyone running it and NOT having trouble?
|
|
|
|
|
Posted: August 28th, 2005, 5:01 pm
|
|
|
|
mystakilla
mystakilla's Reps:
|
Thanks for the input on that Upallnite, and i appreciate everything your doing here to make this thing work and get all the bugs out.
Now for my problem i was having...
As you know, my problem stemmed from it getting to the P&P part and then logging off, you mentioned it was working fine, it did what it was suppose to do incase of something going wrong whether it be pixel problem or whatever.
Well just for shites and giggles, i hooked up a different monitor as compared to my 19 inch i am using i hooked up a 15 inch. Tried the script out on that machine and it runs like a charm, warped to 4 different belts, mined, warped back, docked, unloaded, warped back out, over and over again, until i stopped it, even ran into some rats along the way...at any rate.
My question is WTF?!
Why does a different monitor have anything to do with the script running? i hooked it back up to my 19 inch monitor and im still having the original problem i had, so obviously something isnt being displayed correctly with the 19 incher BUT what difference does it make if i would just shut the monitor off or even unplug it from the tower, it shouldnt make any difference, the display is only there for our purpose, or am i missing something here?
MK
|
|
|
|
|
Who is online |
|
Users browsing this forum: No registered users and 12 guests |
|
|
|