Forum

> > CS2D > General > 24k+ score in leaderboard
Forums overviewCS2D overviewGeneral overviewLog in to reply

English 24k+ score in leaderboard

22 replies
Page
To the start Previous 1 2 Next To the start

old 24k+ score in leaderboard

AtomKuh
User Off Offline

Quote
Hey


I have seen some players on my server who had a score over 24.000^^ Is this a bug? If yes, will it be saved?

old Re: 24k+ score in leaderboard

SkullFace
User Off Offline

Quote
What kind of server is it?
If it has bots and turrets, that's one possibility. They could have built a ton of turrets and kill "innocent" bots. Or massive spawn kill.

old Re: 24k+ score in leaderboard

DC
Admin Off Offline

Quote
Quote
I have seen some players on my server who had a score over 24.000^^

Who had such a high score? Human players? Or bots?
For humans it's unlikely but not entirely impossible. For bots it's more likely that this happens after some time if you don't have any map voting / map rotation.

Quote
Is this a bug?

Maybe. Maybe not. Not enough information to tell for sure. There is no known bug (which I'm aware of) in this context.

Quote
If yes, will it be saved?

What do you mean? Will "it" be saved? What is "it"?
The score is not saved.
And bugs aren't "saved" either.
Not sure what you are talking about.

Is your server using any Lua scripts? Or running for a long time with bots?

old Re: 24k+ score in leaderboard

jerezinho
User Off Offline

Quote
user CrazyPenguin but what the hell do you care what I do and what does not? do not get in my life because I do not know who the fuck you are!

Also, what you are asking is not in the case of this thread.

old Re: 24k+ score in leaderboard

AtomKuh
User Off Offline

Quote
user DC has written
Quote
I have seen some players on my server who had a score over 24.000^^

Who had such a high score? Human players? Or bots?
For humans it's unlikely but not entirely impossible. For bots it's more likely that this happens after some time if you don't have any map voting / map rotation.

Quote
Is this a bug?

Maybe. Maybe not. Not enough information to tell for sure. There is no known bug (which I'm aware of) in this context.

Quote
If yes, will it be saved?

What do you mean? Will "it" be saved? What is "it"?
The score is not saved.
And bugs aren't "saved" either.
Not sure what you are talking about.

Is your server using any Lua scripts? Or running for a long time with bots?


Human players had such a high score and there is no map rotation on the server.

with "save" I mean if such a high score gets saved in the ranks file of cs2d

The only lua script Im running are these:

1
2
3
4
5
6
7
addhook("startround","money")
function money(id)
	local i
	for i=1,32 do
		parse("setmoney "..i.." 16000")
	end
end

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
addhook("say", "sayfunction")

function sayfunction(id, txt)
if(txt=="!rs") then
		if player(id,"deaths") > 0 or player(id,"score") > 0 then
parse("setscore  "..id.." 0")
parse("setdeaths "..id.." 0")
msg2(id,"\169201211209Score 0")
return 1
else
msg2(id,"\169201211209Error")
return 1
end
end
end

btw. there wasn't a single bot on the server

old Re: 24k+ score in leaderboard

Yates
Reviewer Off Offline

Quote
cs2d cmd setscore is actually bugged on very specific occasions. I never had the time to figure out which (I honestly didn't care because it doesn't bother me).

When using cs2d cmd setscore please note that the score doesn't get set, it gets added. So if I have a score of 10, you set it to 0, it's still saved in the leaderboards as 10.

If you want to know if that player has a score of over 24k, check the leaderboard. You'll find out very quickly.

old Re: 24k+ score in leaderboard

SQ
Moderator Off Offline

Quote
Wasn't there some kind of issue with a player (having a bomb) leaving & rejoining?
I think I've tested it with someone and player eventually received 20~k of score after joining the server.

old Re: 24k+ score in leaderboard

Yates
Reviewer Off Offline

Quote
There should be a .html file that you can open to see. I have forgotten what it's called (maybe serverstats?).

old Re: 24k+ score in leaderboard

Yates
Reviewer Off Offline

Quote
There are a few ways but I don't see why you'd want to. You have no way of knowing what their original score was. You can't simply calculate it by using kills, what about bomb plants/dismantles, captured flags, assists etc?

Best to either leave it like that or delete the stats entirely. But you might have a few people against this decision.

(I always opted to disable the command so no one could care).

old Re: 24k+ score in leaderboard

AtomKuh
User Off Offline

Quote
it is just a fun standard server and I can edit the score while looking at their kills^^ people wont care having 50 kills less or more :p

I just wonder how this high score can appear^^ one guy with such a high score told me that he didnt even use !rs

@user Yates: Could u please explain to me how I can edit the score?
To the start Previous 1 2 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview