Auto-rater add-on
-migrated-
Auto-rater add-on Posted on: 10/26/2009 11:06pm
Quote Post
More and more often, Kong is adding new ways that us, it's players, can get signle-point ways of getting points. Currently the only 2 seperate ways is rating 50 games a day, and rating 10 MP game maps a day. There is also the left4dead competition going on right now. Is there any chance an add-on will be added to KBH for rating MP game levels, somehow for us? On any future releases?
Re: Auto-rater add-on Posted on: 10/26/2009 11:38pm
Quote Post
Rating MP game levels? ?_?
Expalin 2 teh noob pl0x.
Re: Auto-rater add-on Posted on: 10/26/2009 11:41pm
Quote Post
Quote from: "RyusuiMan"
Rating MP game levels? ?_?
Expalin 2 teh noob pl0x.
he means like fantastic contraption pyro 2 hexiom etc.
Re: Auto-rater add-on Posted on: 10/27/2009 12:36am
Quote Post
YOU CAN GET POINTS FROM THAT!??! O_O
:oops:
Re: Auto-rater add-on Posted on: 10/27/2009 12:39am
Quote Post
Someone can make a greasemonkey script for those shits...too bad no one knows how to tough. Or do they? :O
Re: Auto-rater add-on Posted on: 10/27/2009 1:01am
Quote Post
i could learn if i wanted to
Re: Auto-rater add-on Posted on: 10/27/2009 4:01pm
Quote Post
Creamy Goodness.
Quote from: "one"
Someone can make a greasemonkey script for those shits...too bad no one knows how to tough. Or do they? :O
I'll have a go. Check back in a few hours.



lol idek why i still come here

Re: Auto-rater add-on Posted on: 10/27/2009 8:13pm
Quote Post
Quote from: "RyusuiMan"
YOU CAN GET POINTS FROM THAT!??! O_O
:oops:

Yea, so you can get 60points a day total. I don't remember when this was started, but it was around at the same time pyro 2 came out atleast, or maybe before that.
Re: Auto-rater add-on Posted on: 10/27/2009 8:42pm
Quote Post
You can only actually earn these 10 points once a week. It's not daily.





Tookie

Re: Auto-rater add-on Posted on: 10/27/2009 8:51pm
Quote Post
Quote from: "tookie"
You can only actually earn these 10 points once a week. It's not daily.
i think your talking about the pictures, sounds etc.
Re: Auto-rater add-on Posted on: 10/28/2009 12:12am
Quote Post
Creamy Goodness.
nuuu
I are failure. All I managed to create was a slightly modified autorate script, that crashes your browser on opening any ratable..



lol idek why i still come here

Re: Auto-rater add-on Posted on: 10/28/2009 12:16am
Quote Post
To Automatically login (sometimes incase your browser logs out, you can add this in a GM script to run on any kongregate.com page:
Code: [Select]
if( document.getElementById("welcome_box_sign_in_button") )
document.getElementById( "welcome_box_sign_in_button" ).click();

Skuff, I'll give it a shot.. I've already started.
Re: Auto-rater add-on Posted on: 10/28/2009 12:19am
Quote Post
Quote from: "skuff"
nuuu
I are failure. All I managed to create was a slightly modified autorate script, that crashes your browser on opening any ratable..
lol that sucks i wonder who can actually make a working one
Re: Auto-rater add-on Posted on: 10/28/2009 12:54am
Quote Post
Hm.. I think I've got it, but when I try to simulate the click, Firebug throws an error saying "rating is not defined".

I basically work through the DOM elements to the rating block, and click on the rating link over the star, then this happens...
Re: Auto-rater add-on Posted on: 10/28/2009 1:17am
Quote Post
Oh hell yes, I got it!.. It was my variable scope.. stupid me.. anyway. I'm making a new Topic.