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?
Forum
CS2D General 24k+ score in leaderboard24k+ score in leaderboard
22 repliesI have seen some players on my server who had a score over 24.000^^ Is this a bug? If yes, will it be saved?
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.
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?
This used to happen with the Hajt administration script, sometimes it gives a score of 14k or more, or maybe it's a CS2D error!
Sorry but what is up with that flag on your profile ? Last time I checked ISIS was promoting it
Also, what you are asking is not in the case of this thread.
DC has written
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.
Maybe. Maybe not. Not enough information to tell for sure. There is no known bug (which I'm aware of) in this context.
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?
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
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
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
When using 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.
I think I've tested it with someone and player eventually received 20~k of score after joining the server.
@ Yates: I tried to use User stats editor by Starkkz to check the top 1 rank, but the programm doesnt seem to work
Okay this is definitely a bug^^
Is there any way to edit the rank file?
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).
I just wonder how this high score can appear^^ one guy with such a high score told me that he didnt even use !rs
@ Yates: Could u please explain to me how I can edit the score?