egghelp.org community Forum Index
[ egghelp.org home | forum home ]
egghelp.org community
Discussion of eggdrop bots, shell accounts and tcl scripts.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Can players scores be changed?

 
Post new topic   Reply to topic    egghelp.org community Forum Index -> Script Requests
View previous topic :: View next topic  
Author Message
Swift
Voice


Joined: 09 Apr 2006
Posts: 27
Location: UK

PostPosted: Tue Jan 07, 2020 4:54 am    Post subject: Can players scores be changed? Reply with quote

Hi, it has been a long time since I have visited this community but I am glad I am still a member

I am hoping someone can help me.. I have had cause to delete a player from all lists but whilst doing this another player was playing unbeknown to me. Therefore, when I returned the edited file all the scores gathered by the player didnt count - he actually lost 500,000 points.

Although he isnt bothered about losing these, I feel i should try and return them to him but cannot find the file in which the scores are kept.

firstly am I actually able to change scores? If so, where do i find the file to edit (eg name, where is it etc)

I hope you can help me with this -- many thanks Smile
Back to top
View user's profile Send private message Visit poster's website
willyw
Revered One


Joined: 15 Jan 2009
Posts: 1175

PostPosted: Tue Jan 07, 2020 10:32 am    Post subject: Re: Can players scores be changed? Reply with quote

Swift wrote:
Hi, it has been a long time since I have visited this community but I am glad I am still a member



Welcome back. Smile

Quote:

I am hoping someone can help me.. I have had cause to delete a player from all lists but whilst doing this another player was playing unbeknown to me.


Playing ... what?


If it is BogusTrivia and if I recall correctly, the scores, etc., are sort of encrypted.

After you respond - and if it is BogusTrivia - then your best bet is to talk to Spike^^ about it. And he is in here often. Smile
_________________
For a fun (and popular) Trivia game, visit us at: irc.librairc.net #science-fiction . Over 300K Q & A to play in BogusTrivia !
Back to top
View user's profile Send private message
Swift
Voice


Joined: 09 Apr 2006
Posts: 27
Location: UK

PostPosted: Tue Jan 07, 2020 10:58 am    Post subject: Reply with quote

Hi

Thanks for the welcome back Smile

sorry, I wasnt very clear... i was editing files whilst the trivia game was still running in my chat room so when I uploaded the edited files his scores werent recorded -- they were just sent off in cyber space somewhere lol

Yes, I doubt Spike will remember me, but he helped a lot when we first had the bot -- it runs on knight.irc... i am sure i have altered scores before, or it may just have been the guest list i have edited before... Its been running now on knight since 2013 before that it ran on DarkMyst as far back as 2006

Any help I can get would be appreciated... Very Happy
Back to top
View user's profile Send private message Visit poster's website
SpiKe^^
Owner


Joined: 12 May 2006
Posts: 792
Location: Tennessee, USA

PostPosted: Tue Jan 07, 2020 8:39 pm    Post subject: BogusTrivia player stats file Reply with quote

All BogusTrivia player stats are stored in the /scripts/t2/t2.users file.

That file is not intended to be manually edited, but if you are careful it is possible.

It is best to kill the bot before editing any of the BogusTrivia data files.
_________________
SpiKe^^

Get BogusTrivia 2.06.4.7 at www.mytclscripts.com
or visit the New Tcl Acrhive at www.tclarchive.org
.
Back to top
View user's profile Send private message Visit poster's website
Swift
Voice


Joined: 09 Apr 2006
Posts: 27
Location: UK

PostPosted: Wed Jan 08, 2020 5:11 am    Post subject: Reply with quote

Great to see you again Spike Smile... hope all is good with you

Thanks for the information - I will consider very carefully whether it is worth trying to change anything before I look

I think it might just be safer to leave things as they are - the player concerned didnt seem overly bothered about losing 500,000 points lol

Take care Smile
Back to top
View user's profile Send private message Visit poster's website
Swift
Voice


Joined: 09 Apr 2006
Posts: 27
Location: UK

PostPosted: Wed Jan 08, 2020 5:24 am    Post subject: Reply with quote

Just to clarify why I was editing the users in the first place, we had a guy playing who we suspected of cheating big time... seems totally pointless in a small game like ours but, nevertheless, he seemed to be doing so. I received many complaints from others about this and when I investigated, it transpired he had been using at least another 20 names when playing. (how that helped I will never know)

He used to make sure his scores were at least 8 million each day after playing for 7 to 8 hours and would always end on a whole number somehow, like 80000000...

I asked him if he would please go to another of our rooms where not many people played - i dont like banning people for playing hard - but he abused my "kindness" and i had no option but to stop him coming in

I have no doubt he will be back at some later date (he did actually play in our room some 8 years ago so was a returnee) but hope he has learned his lesson

thanks again Spike Smile
Back to top
View user's profile Send private message Visit poster's website
willyw
Revered One


Joined: 15 Jan 2009
Posts: 1175

PostPosted: Wed Jan 08, 2020 10:44 am    Post subject: Reply with quote

Swift wrote:
...
He used to make sure his scores were at least 8 million each day after playing for 7 to 8 hours and would always end on a whole number somehow, like 80000000...

I asked him if he would please go to another of our rooms where not many people played - i dont like banning people for playing hard - but he abused my "kindness" and i had no option but to stop him coming in
...


You have reminded me of something that I saw in the settings of Bogus. I don't know what version you have. Wanted to be sure that you know this is in Bogus now, just in case it is somehow useful to you. You'd have to experiment with it, and find out.


Code:



################ !! NEW BogusLimits Settings !! ################
# limit the number of points any one player can get in one day ?? #
# set this to "0" to turn off player limiting #
# or set this to the max number of points a player can get per day #
set t2(limit) "0"

# limit will always match players by nick, and ignore them if over limit
# limit can also match players by user name and/or host name
# 0 = limit matches players by nick only (they may continue to play with a different nick)
# 1 = match players by host name (this may limit everyone playing from the same ip address)
# 2 = match players by user name (not sure how well this may work, players can change this:)
# 3 = match by username@hostname (safest, keep from limiting 2 players from the same address)
set t2(l-match) "3"

# set the text to use when someone reaches the point limit for the day #
# set this empty to not say anything # %n = nick # %l = point limit #
set t2(l-stxt) "You have reached the daily point limit of %l."

# set the reminder text to use when someone answers correct but is already limited #
# set this empty to not say anything # %n = nick # %l = point limit #
set t2(l-rtxt) "Sorry, you have already reached the point limit for today."

# set the max times to remind someone that they have reached the daily limit #
# set this to "0" to not do reminders #
# 1 - 9 = max number of reminders before silent ignore of player #
set t2(l-rnum) "1"


_________________
For a fun (and popular) Trivia game, visit us at: irc.librairc.net #science-fiction . Over 300K Q & A to play in BogusTrivia !
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    egghelp.org community Forum Index -> Script Requests All times are GMT - 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Forum hosting provided by Reverse.net

Powered by phpBB © 2001, 2005 phpBB Group
subGreen style by ktauber