How to farm War Spoils
Posts: 10
Posts: 1021 | Subs: 1
How much time does the scriptwriter script take to click on quit match for 1000vp?
well, infinite or -45 minutes, thats up to definition. the scriptwriter is for 250 vps
All working fine now with farming1000vppersonal.ahk Thanks for you help!
Is it harder now to get stuff? It feels like I used to get more stuff a couple of months ago with the same time than I do now
nice that it works. i hontestly dont know, wether they nerfed warspoils, i will contact nee and will try to find it out
hi all , i have tried the 1000vp script with the proper settings and all others ,can get it to start the game but it is stuck at the 'press any key'.
any suggestions ?
yes, try the scriptwriter. download it and autohotkey. then run the scriptwriter for one 250VP game (it will end itself after one game). after that. you will find a personal script in the folder where you executed the scriptwriter.
Posts: 60
Posts: 10
Why is this so buggy for me I meant the 1000vp one you get from the scriptwriter, it's not hitting quit game at the top of the screen, it sits around the center bottom and moves itself back there whenever I try and move it away.
well, infinite or -45 minutes, thats up to definition. the scriptwriter is for 250 vps
nice that it works. i hontestly dont know, wether they nerfed warspoils, i will contact nee and will try to find it out
yes, try the scriptwriter. download it and autohotkey. then run the scriptwriter for one 250VP game (it will end itself after one game). after that. you will find a personal script in the folder where you executed the scriptwriter.
Posts: 1021 | Subs: 1
Hi guys i have problem with map or this autohotkey, my game crashes just after showing that i won just a second after winstrike landing on enemy base i don't even get drop.
its game related.
did you verify the game cache? do you have the problem only on this map? if veryfing doesnt work and you can reproduce the problem, contact havenco, the maker of the map on steam!
Why is this so buggy for me I meant the 1000vp one you get from the scriptwriter, it's not hitting quit game at the top of the screen, it sits around the center bottom and moves itself back there whenever I try and move it away.
weird. could you compare the script i gave in the first post (the spoiler) to what you get?
everything should be the same, except the colors ( so the 0x****** parts)
if thats not true, could you try and rerun the scriptwriter? make sure to change the name of the first personal script beforehand, as it will be deleted otherwise! compare those scripts. if they are diferent, try the new one. if it still doesnt work, we have to test more and remember, you are one of the first to test the scriptwriter.
Posts: 10
its game related.
did you verify the game cache? do you have the problem only on this map? if veryfing doesnt work and you can reproduce the problem, contact havenco, the maker of the map on steam!
weird. could you compare the script i gave in the first post (the spoiler) to what you get?
everything should be the same, except the colors ( so the 0x****** parts)
if thats not true, could you try and rerun the scriptwriter? make sure to change the name of the first personal script beforehand, as it will be deleted otherwise! compare those scripts. if they are diferent, try the new one. if it still doesnt work, we have to test more and remember, you are one of the first to test the scriptwriter.
I have tested the intelligent 1000vp script on the first post, and the vhk one. The intelligent one gets to the after game stats, but doesn't go back out to the lobby, and the vhk one doesnt even leave the game from the Victory! menu. I'll have to check the contents of the scripts when I get home, how would I do that?
Posts: 1021 | Subs: 1
I have tested the intelligent 1000vp script on the first post, and the vhk one. The intelligent one gets to the after game stats, but doesn't go back out to the lobby, and the vhk one doesnt even leave the game from the Victory! menu. I'll have to check the contents of the scripts when I get home, how would I do that?
just rightclick and choose: edit script. if the script is generally the same (it shouldt even start if it wasnt) i would be interested in the colors you get.
with autohotkey you also installed a program called autohotkey spy or something like that. start that, start a game, end the game (arty the enemy base) go to the matchstats and check the color of the pixel 448,628. write it down and write, wether it is RGB or BGR. edit the personal script and change the color in:
;Close Match Stats
CloseMatchstats:
counter=0
MouseMove, 490, 628
PixelSearch, , , 447, 627, 449, 629, 0x2A3A85 , 5
while (ErrorLevel = 1 and counter<60000)
so 0x2A3A85 to whatever you have now. keep in mind, that it has to be BGR.
Posts: 10
just rightclick and choose: edit script. if the script is generally the same (it shouldt even start if it wasnt) i would be interested in the colors you get.
with autohotkey you also installed a program called autohotkey spy or something like that. start that, start a game, end the game (arty the enemy base) go to the matchstats and check the color of the pixel 448,628. write it down and write, wether it is RGB or BGR. edit the personal script and change the color in:
;Close Match Stats
CloseMatchstats:
counter=0
MouseMove, 490, 628
PixelSearch, , , 447, 627, 449, 629, 0x2A3A85 , 5
while (ErrorLevel = 1 and counter<60000)
so 0x2A3A85 to whatever you have now. keep in mind, that it has to be BGR.
Im having trouble with the windows spy, how would I find the exact color of a certain pixel? I can't edit anything in the window.
I'm determined to get this working because I absolutely hate war spoils.
Posts: 1021 | Subs: 1
Posts: 10
just hover with the mouse over the pixel you want and it will tell you the color
The location you told me, Its the soviet flag in the background of the menu, so its constantly changing...
Should I be using client, absolute or relative?
Posts: 1021 | Subs: 1
Posts: 10
it should be somewhere on the "close match stats" button. i dont know, which one it is right nowIs there a script that doesnt worry about color and stuff and just clicks on the area that the button is at, or is that not possible?
Posts: 1021 | Subs: 1
Posts: 6
Posts: 10
Posts: 474
I do not have the Pepperidge Farm map and the link is broken. Where can I get the map? Thanks.
Looks like pepperige farm got removed by the author or taken down. I still have the map in my coh 2 folder. Though, I don't know what I should do with it now that the author of the map has kind of gone missing :/
Posts: 1021 | Subs: 1
I do not have the Pepperidge Farm map and the link is broken. Where can I get the map? Thanks.
Looks like pepperige farm got removed by the author or taken down. I still have the map in my coh 2 folder. Though, I don't know what I should do with it now that the author of the map has kind of gone missing :/
i dont know what happened to the map, but i wrote a message to the creator and hope for a fast reply. it should be possible, to copy it to the directory manually. i will hopefully be able to tell more tonight
Ok the original script starts up a new game after the first match, but it doesn't click the "press any key to begin" button on the second match.
it does it on the first run but not on the second?
that should not happen, because it just loops
can you be more specific? does it move the mouse cursor at all? does it miss the button?
Posts: 10
Posts: 6
But now there is an issue where everything starts fine, the script clicks play and once the game starts it sends a squad to capture the upper right point. Then the first truck drives into the HQ and stops and nothing else happens, no more clicks or movement.
Any ideas?
Posts: 1
I got the map, thanks for the help.
But now there is an issue where everything starts fine, the script clicks play and once the game starts it sends a squad to capture the upper right point. Then the first truck drives into the HQ and stops and nothing else happens, no more clicks or movement.
Any ideas?
Where'd you get the map? I can't get it either
Livestreams
32 | |||||
15 | |||||
4 | |||||
4 | |||||
229 | |||||
23 | |||||
15 | |||||
3 | |||||
2 | |||||
2 |
Ladders Top 10
-
#Steam AliasWL%Streak
- 1.831222.789+37
- 2.34957.860+14
- 3.589215.733+4
- 4.1099614.642-1
- 5.280162.633+8
- 6.305114.728+1
- 7.916405.693-2
- 8.271108.715+22
- 9.721440.621+3
- 10.1041674.607-2
Replay highlight
- cblanco ★
- 보드카 중대
- VonManteuffel
- Heartless Jäger
Board Info
7 posts in the last week
39 posts in the last month
Welcome our newest member, jennifermary
Most online: 2043 users on 29 Oct 2023, 01:04 AM