

#1
Posted 18 July 2021 - 01:16 AM
#2
Posted 18 July 2021 - 01:45 AM
#4
Posted 18 July 2021 - 06:34 PM
Stormstrider, on 18 July 2021 - 01:16 AM, said:
Loot bag events are the best event PGI has to offer so go nuts. Best way to get free MC.
Edited by Stonefalcon, 18 July 2021 - 06:34 PM.
#6
Posted 19 July 2021 - 09:19 AM
And do not forget that you can redeem here some more, like Color - GHOST BEAR LIGHT BLUE, 7 DAYS PREMIUM TIME and Cockpit Standing - Island
#7
Posted 19 July 2021 - 10:01 AM
___, on 19 July 2021 - 08:38 AM, said:
I was already saving up to skill my grasshopper (PGI please let us bind clicking in the menu to a key on the keyboard!) and now this event is making me want to pull my hair out!
Bump
I’ve had the same issue when renting. It’s so freaking soul crushing that I have to literally pay to play and then have to pay more just to be rewarded for doing high damages in game. It’s a free game that’s not really free for me.
#8
Posted 19 July 2021 - 10:06 AM
#9
Posted 19 July 2021 - 10:12 AM
#10
Posted 19 July 2021 - 11:03 PM
___, on 19 July 2021 - 08:38 AM, said:
I was already saving up to skill my grasshopper (PGI please let us bind clicking in the menu to a key on the keyboard!) and now this event is making me want to pull my hair out!
What the?
I just cant even... rent a computer? Pay per click? Bruh....
#11
Posted 19 July 2021 - 11:17 PM
___, on 19 July 2021 - 08:38 AM, said:
I was already saving up to skill my grasshopper (PGI please let us bind clicking in the menu to a key on the keyboard!) and now this event is making me want to pull my hair out!
1DEWPOINT1, on 19 July 2021 - 10:01 AM, said:
I’ve had the same issue when renting. It’s so freaking soul crushing that I have to literally pay to play and then have to pay more just to be rewarded for doing high damages in game. It’s a free game that’s not really free for me.
Which is entirely your problem. I'd never bother with a pay-per-click computer rental, nor have I ever heard about anyone using such a thing. How much does "a click" cost?
I Imagine you pay more for playing a single match than opening all 300 lootbags would cost.
#12
Posted 20 July 2021 - 07:40 AM
#13
Posted 20 July 2021 - 08:05 AM
#14
Posted 20 July 2021 - 12:19 PM
___, on 19 July 2021 - 08:38 AM, said:
I was already saving up to skill my grasshopper (PGI please let us bind clicking in the menu to a key on the keyboard!) and now this event is making me want to pull my hair out!
as much as i love these loot bag events (because they give every free player a chance to buy cash only stuff)
I do wish PGI would make it easier for people to redeem stuff from events, a lot of people don't ever look at the website and they are missing out.
#15
Posted 24 July 2021 - 12:42 AM
Van mw, on 24 December 2020 - 04:13 PM, said:
Open browser console on the tournament page. (F12 key)
Paste these lines one by one. Probably can do in one, not a Javascript programmer. So here you go:
var buttons = document.getElementsByClassName('reachButton') var functionPress = function() { buttons[0].click() ; setTimeout( () => { if(buttons.length > 0) { functionPress(); }}), 500 } functionPress();
And the magic BEGINS! All the buttons will be pressed one by one while you sit back and scroll through all those items (if you interested what was there). You can interrupt this glorious process by reloading the page (F5). Can increase time between "miracles" by upping that 500 number. It is milliseconds (half of second now)
#16
Posted 25 July 2022 - 05:42 PM
Buenaventura, on 24 July 2021 - 12:42 AM, said:
First of all - F7, caret mode. This way you can press button with "enter" key. So it comes to "down"+ "enter", repeat more than 100 times... Oh boy/girl/whatever. Now is the present for a lazy person, just like me.
Open browser console on the tournament page. (F12 key)
Paste these lines one by one. Probably can do in one, not a Javascript programmer. So here you go:
var buttons = document.getElementsByClassName('reachButton')
var functionPress = function() { buttons[0].click() ; setTimeout( () => { if(buttons.length > 0) { functionPress(); }}), 500 }
functionPress();
And the magic BEGINS! All the buttons will be pressed one by one while you sit back and scroll through all those items (if you interested what was there). You can interrupt this glorious process by reloading the page (F5). Can increase time between "miracles" by upping that 500 number. It is milliseconds (half of second now)
this guy for real or is he working for PGI for free? just the talent we need to make life easier. Clicking 300 grab bag buttons is a grind--one by one, thousands of people click 300 times after 2 beach party events..but it is supposed to be a pleasure.
Now, I don't see the grab bags lately, with java enabled and all.. so, what am I missing here? with the latest browser. I thought I encountered this problem before and it had to do with script size or font size or font type or something? Any pointers?
Edit: never mind. Event page doesn't have the bags, only the tournament page does.. really strange, didn't realize there are two different ones.
EVENT page: https://mwomercs.com/events/456
TOURNAMENT page: https://mwomercs.com/tournaments
Oh yeah, and give us "One click to rule them all" for loot baggies. This F5 console solutions sounds interesting but so many steps.
Edited by AMEN Jesus is my Lord and Savior, 25 July 2022 - 05:52 PM.
#17
Posted 25 July 2022 - 07:41 PM
But seriously, many thanks, learn something new everyday, thanks again

AMEN Jesus is my Lord and Savior, on 25 July 2022 - 05:42 PM, said:
Open browser console on the tournament page. (F12 key)
Paste these lines one by one. Probably can do in one, not a Javascript programmer. So here you go:
var buttons = document.getElementsByClassName('reachButton')
var functionPress = function() { buttons[0].click() ; setTimeout( () => { if(buttons.length > 0) { functionPress(); }}), 500 }
functionPress();
And the magic BEGINS! All the buttons will be pressed one by one while you sit back and scroll through all those items (if you interested what was there). You can interrupt this glorious process by reloading the page (F5). Can increase time between "miracles" by upping that 500 number. It is milliseconds (half of second now)
this guy for real or is he working for PGI for free? just the talent we need to make life easier. Clicking 300 grab bag buttons is a grind--one by one, thousands of people click 300 times after 2 beach party events..but it is supposed to be a pleasure.
Now, I don't see the grab bags lately, with java enabled and all.. so, what am I missing here? with the latest browser. I thought I encountered this problem before and it had to do with script size or font size or font type or something? Any pointers?
Edit: never mind. Event page doesn't have the bags, only the tournament page does.. really strange, didn't realize there are two different ones.
EVENT page: https://mwomercs.com/events/456
TOURNAMENT page: https://mwomercs.com/tournaments
Oh yeah, and give us "One click to rule them all" for loot baggies. This F5 console solutions sounds interesting but so many steps.
#19
Posted 26 July 2022 - 03:49 AM
___, on 19 July 2021 - 08:38 AM, said:
I was already saving up to skill my grasshopper (PGI please let us bind clicking in the menu to a key on the keyboard!) and now this event is making me want to pull my hair out!
Just click the open all button at the top..
Oof nevermind its a necro..
Edited by Nomad Tech, 26 July 2022 - 03:54 AM.
#20
Posted 27 July 2022 - 11:53 AM
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users