PtokaX forum

Archive => Archived 5.0 boards => Finished Scripts => Topic started by: Jelf on 15 March, 2005, 14:26:42

Title: TriviaBot V.2.2 for Lua 5
Post by: Jelf on 15 March, 2005, 14:26:42
Another triviabot :)

Not sure if anyones done this one, cant see it anywhere so here goes..

TriviaBot v.2.2 Lua5 (http://www.wooshman.ath.cx/downloads/TriviaBot%20V.2.2.Lua5.zip)
Title:
Post by: Bobby1999 on 15 March, 2005, 17:39:13
Nice as usual Jelf.Seculite next?? hehehe :D
Title:
Post by: Jelf on 15 March, 2005, 20:06:49
Raflmao

Now I know your joking , right???


Hehehe
Title:
Post by: Bobby1999 on 15 March, 2005, 21:14:32
You know your dying to do it :D
Title:
Post by: H?LL?L?L??nG?L on 22 March, 2005, 16:24:57
Can u please help me with this script X(  no matter wot i do as soon as i reboot theres no scores!! they dissapear any ideas?
Title:
Post by: lynyrd on 22 March, 2005, 20:44:59
you have to manually save the scores by typing " tbsavescores "
and after reboot load the scores by typing " tbloadscores "
hope it helps
Title:
Post by: Syphrone-NL on 24 March, 2005, 15:47:52
Does anybody has a right click menu for trivia that or an inproved zrightclick menu with trivia????????
Title:
Post by: maksis on 25 March, 2005, 09:50:56
[10:46:42] <[BOT]?Adrenaline?>
Top 0 Trivia scores in this hub
 Pos    Score       Nick   

[10:46:42] <[AD]maksalaatikko> topten
[10:46:45] <[BOT]?Adrenaline?> [AD]maksalaatikko you have 14023 points!


It doesn't work
Title:
Post by: H?LL?L?L??nG?L on 26 March, 2005, 08:33:23
Yip ur right still doesnt work..no matter if i do savescores  :( as soon as i reboot  the scores are either overwritten or are deleted... ?(
Title:
Post by: dragos_sto on 06 April, 2005, 23:49:46
QuoteOriginally posted by Jelf
Another triviabot :)

Not sure if anyones done this one, cant see it anywhere so here goes..

nice script but some one help me to modify
elseif (string.lower(firstWord) == string.lower(RestartTrigg)) then
      if (curUser.bOperator) then
        SendToPlayers("TriviaBot restarted. All points etc are lost!")
        SendToPlayers("If Save is used now it will overwrite the old save!")
        pointArray = {}
        StopQuiz(1)
      end
operator to not restart trivia, and lose the point.
just master may to use
Title:
Post by: jiten on 07 April, 2005, 10:53:36
Try this one:

elseif (string.lower(firstWord) == string.lower(RestartTrigg)) then
if (curUser.iProfile == 0) then
SendToPlayers("TriviaBot restarted. All points etc are lost!")
SendToPlayers("If Save is used now it will overwrite the old save!")
pointArray = {}
StopQuiz(1)
end

Cheers
Title:
Post by: dragos_sto on 11 April, 2005, 01:17:31
10x a  lot
Title:
Post by: jiten on 11 April, 2005, 08:31:49
yw
Title:
Post by: dragos_sto on 14 April, 2005, 14:43:00
another little problem  :D ,
trivia work just fine , but  when stop and start the hub server , dont save the score , and when i start`it it dont load score automaticaly
sopose to hapen a reboot of the pc ,and i am not on computer , i lose the score ;(
Title:
Post by: Dj_OcTaGoN on 16 April, 2005, 15:24:48
How can I remove the join/Part function, I want everyone to automaticly join it without having to type any commands etc
cheers//Dj_OcTaGoN
Title:
Post by: Stravides on 16 April, 2005, 22:43:15
another bummer - once I reload the scores topten function still shows 0 scores but show scores shows all the users and scores....
weird -

can we please work on this autosave / load as this is a little frustrating when the hub restarts and you need to dickabout with the trivia before anyone logs into it ;)

regards
Title:
Post by: Dj_OcTaGoN on 17 April, 2005, 15:21:51
I agree, loadscore does load the score but doesn't show them in Top Ten

cheers//XposEx
Title:
Post by: Stravides on 17 April, 2005, 18:43:01
is there a way of autoloading these scores as its beginnign to get right on ones nerves now :) hehe

please please please help

regards
Title:
Post by: Stravides on 17 April, 2005, 18:44:35
QuoteOriginally posted by Dj_OcTaGoN
How can I remove the join/Part function, I want everyone to automaticly join it without having to type any commands etc
cheers//Dj_OcTaGoN

edit this bit here

-- Should the bot auto login every user on connect ?
boolAutoLogin = 1 -- (nil = off, 1 = on)
Title:
Post by: Dj_OcTaGoN on 17 April, 2005, 23:58:22
yeah i have already changed that, but as I have understood, it means every user who connects to the hub will automaticly join, so if someone starts the Trivia and there are users in the hub already that means they whont auto join...or have I missunderstood?

cheers//Dj_OcTaGoN
Title:
Post by: Stravides on 18 April, 2005, 02:28:30
QuoteOriginally posted by Dj_OcTaGoN
yeah i have already changed that, but as I have understood, it means every user who connects to the hub will automaticly join, so if someone starts the Trivia and there are users in the hub already that means they whont auto join...or have I missunderstood?

cheers//Dj_OcTaGoN

NOT TESTED, but I think its right...

Taking a brief look at it - the bit that sends all the info to the players is the func SendToPlayers (below)

I guess if you are playin in main chat then this should already be set up...
set the other responses to the Send PM if playing in PM

function SendToPlayers(msg)
  if ((lngMode > 2) or (lngMode < 0)) then
    lngMode = lngDefMode
  end
  if (lngMode == 0) then
    SendToAll(BotName, msg)
  elseif (lngMode == 1) then
    for index, value in playerArray do
      SendToNick(index, "<"..BotName.."> "..msg)
    end
  elseif (lngMode == 2) then
    for index, value in playerArray do
      SendPmToNick(index, BotName, msg)
    end
  end
end
Title: some impruve part1
Post by: dragos_sto on 13 May, 2005, 16:19:28
a little modification , solve problem whit score load at hub start and restart
download from [URL=http://www.dragossto.3x.ro/Trivia.doc]here[/URL]


it not a doc , it a rar file
i test the script , but never know when a bug  appear
Title:
Post by: jiten on 13 May, 2005, 16:44:19
QuoteOriginally posted by Dj_OcTaGoN
yeah i have already changed that, but as I have understood, it means every user who connects to the hub will automaticly join, so if someone starts the Trivia and there are users in the hub already that means they whont auto join...or have I missunderstood?

cheers//Dj_OcTaGoN
If the hub had users (that didn't join the game) before the restarting the scripts with the boolAutoLogin = 1 change, the ones that didn't reconnect wouldn't be able to play without logging in.

Cheers
Title:
Post by: dragos_sto on 13 May, 2005, 19:51:31
hmm some ideea , it not a specific function ho make .. something after script restart .
i thing one way to do this it when user connect
to make a for or while ho check other4 users online
it a player or not

other ideea i dont have
Title:
Post by: TommyGun on 14 May, 2005, 21:04:28
Nice script :)

But i got a question;

I'm scripting for mIRC and im totally n00b with DC++ scripting. But i made a trivia for mIRC a few years ago but its another system. I got 2 files, ?ne with questions and ?ne with answers. Is it possible to change this Trivia script so it can read from that 2 files? Without description, just a question file and a answer file.

Thanks in advance

Ps; Sorry for my bad English, i'm Dutch.
Title:
Post by: dragos_sto on 16 May, 2005, 13:54:28
it possible but i think it a little to hard because u fave to
 synchronize answer whit question or to read from same line from both file.
So i thing it little easy to put them in one file
Title:
Post by: TommyGun on 16 May, 2005, 17:12:59
Thanks for the answer.

But i got questions.txt with 7991 questions and answers.txt with 7991 answers. I got the tool EditPlus 2 but how can i make from this 2 txt's one txt?

Thanks in advance.
Title:
Post by: Dessamator on 16 May, 2005, 18:23:54
the syntax for the file should be something like this:
QuoteFinish The Song Line: And she's buying a stairway _ _*to heaven

this is the question:
Finish The Song Line: And she's buying a stairway _ _

and this is the answer:
*to heaven


ps.: the answer always comes after the "*",

Good Luck !
Title:
Post by: Dessamator on 16 May, 2005, 19:32:35
heres a script that should help, but theres 1 thing the lines must be exact in both cases.
eg: (file 1, line 1)what programming language are we using?
(file2,line1) lua !!!.

the script :

--By Dessamator
--Simple file(lines) "joiner"

file1 ="file1.txt" -- first file
file2 ="file2.txt" -- second file
file3 ="file3.txt" -- output file

function Main()
local line1,temp,i="","",nil
for line in io.lines(file1) do
if  i~= nil then
temp=temp..line.." *"..line1.."\r\n"
end
for line2 in io.lines(file2) do
if i==nil then
temp=temp..line.." *"..line2.."\r\n"
i="1"
else
line1=line2
end

end
end
i=nil
io.output(file3)
io.output()
local file = io.open(file3, "w+") -- "w" write
file:write(temp)
file:close()
end

Title:
Post by: TommyGun on 18 May, 2005, 17:07:46
Nevermind. I changed everything to one file :)
Title: trivia.dat
Post by: lampje on 24 May, 2005, 13:32:01
what i'm doing wrong if i change some things..

i put now in trivia.dat this...

breinkraker: 97 - 90 =---------- *7
breinkraker: 31 - 30 =---------- *1
breinkraker: 99 - 90 =---------- *9
breinkraker: 27 - 20 =---------- *7
breinkraker: 13 - 10 =---------- *3
breinkraker: 44 - 40 =---------- *4

and more of this

but its not working X(

if i put the anwser in the main chat.. is nothing happend.
 ?(  ?(  ?(

no errors if i start the script

o syntax errors in script file Trivia.Lua5.lua
Script started.

what must i do to make it working?
Title:
Post by: TommyGun on 24 May, 2005, 21:08:40
Very strange. Your .Dat file is looking good...

But i got a questions;

What do i need to change so normal users can start the Trivia also?
Title:
Post by: Stravides on 25 May, 2005, 00:42:54
Please can you help - I have made a couple of ammendments to this script to include the autoload at start - a skip function and changed the way the points work a little... problem is - since Lua 5.
If I run this for more than 10 mins it makes my PtokaX run at 100% cpu and kills the hub...

here is the code - can you test it with my question file too
CODE (http://rpgbooks-cymru.no-ip.org/trivia.txt)
Question File (http://rpgbooks-cymru.no-ip.org/question2.txt)

Many thanks in Advance

Also in reply to make anyone start trivia try changing
    elseif (string.lower(firstWord) == string.lower(StartTrigg)) then
      if (curUser.bOperator) then
        if (lngWord == 0) then
          playerArray[curUser.sName] = 1
          SendToAll(BotName, strStart)
          if (lngMode == 2) then
            SendToPlayers(strStart)
          end
          StopQuiz(1)
        else
          SendToAll(BotName, "There is already a game going on type "..JoinTrigg.." to join!")
        end
    else
curUser:SendPM(BotName, "Only Operators can start the Trivia because it might be off for a reason.")
      end
to
    elseif (string.lower(firstWord) == string.lower(StartTrigg)) then
        if (lngWord == 0) then
        playerArray[curUser.sName] = 1
        SendToAll(BotName, strStart)
      if (lngMode == 2) then
          SendToPlayers(strStart)
          end
        StopQuiz(1)
      else
        SendToAll(BotName, "There is already a game going on type "..JoinTrigg.." to join!")
      end
Title:
Post by: lampje on 25 May, 2005, 00:49:02
I dont know ..

meaby you can try this...

-- TriggStart is what char the commands should begin with I use ! but you can use # or whatever
TriggStart = "+"

now you can start the game with  +tbstart

but i dont know of a normal user can start the game with this command :)
Title:
Post by: Stravides on 25 May, 2005, 11:32:59
nothing to do with what character prefix you use....

its the line if (curUser.bOperator) then
that ask if current user is an operator then let them
see my previous post above !!!
Title:
Post by: TommyGun on 26 May, 2005, 22:13:01
QuoteOriginally posted by Stravides
nothing to do with what character prefix you use....

its the line if (curUser.bOperator) then
that ask if current user is an operator then let them
see my previous post above !!!

It works perfect! Can you do the same with tbstop? Thanks!
Title:
Post by: Stravides on 27 May, 2005, 08:58:09
well maybe ya coulda worked it out ....
change 1st to 2nd.....

   elseif (string.lower(firstWord) == string.lower(StopTrigg)) then
      if (curUser.bOperator) then
        HoldQuiz()
        StopQuiz()
        SendToAll(BotName, strStopp)
        if (lngMode == 2) then
          SendToPlayers(strStopp)
        end
      end
   elseif (string.lower(firstWord) == string.lower(StopTrigg)) then
        HoldQuiz()
        StopQuiz()
        SendToAll(BotName, strStopp)
        if (lngMode == 2) then
          SendToPlayers(strStopp)
        end
Title:
Post by: Stravides on 27 May, 2005, 09:00:15
Please can you help - I have made a couple of ammendments to this script to include the autoload at start - a skip function and changed the way the points work a little... problem is - since Lua 5.
If I run this for more than 10 mins it makes my PtokaX run at 100% cpu and kills the hub...

here is the code - can you test it with my question file too
CODE (http://rpgbooks-cymru.no-ip.org/trivia.txt)  
Question File  (http://rpgbooks-cymru.no-ip.org/question.txt)  

Many thanks in Advance
Title:
Post by: kunal on 30 May, 2005, 17:55:36
can u add right click cmds for the trivia bot 2.2
Title:
Post by: Stravides on 30 May, 2005, 23:11:39
maybe something along these lines ... make sure the commands at the end match the triggers used in the main code

function Trivia(user)
user:SendData("$UserCommand 255 7")
user:SendData("$UserCommand 0 3")
user:SendData("$UserCommand 1 3 *** "..frmHub:GetHubName().." Trivia ***$<%[mynick]>#124;")
user:SendData("$UserCommand 1 3 Admin\\Trivia\\Start Trivia$<%[mynick]> !trivia|")
user:SendData("$UserCommand 1 3 Admin\\Trivia\\Stop Trivia$<%[mynick]> !tbstop|")
user:SendData("$UserCommand 1 3 Trivia\\Join Trivia$<%[mynick]> !tbjoin|")
user:SendData("$UserCommand 1 3 Trivia\\Leave Trivia$<%[mynick]> !tbpart|")
user:SendData("$UserCommand 1 3 Admin\\Trivia\\Save Scores$<%[mynick]> !tbsave|")
user:SendData("$UserCommand 1 3 Trivia\\Show Players$<%[mynick]> !tbwho|")
user:SendData("$UserCommand 1 3 Trivia\\Show Top Ten$<%[mynick]> !topten|")
user:SendData("$UserCommand 1 3 Trivia\\Show Question$<%[mynick]> !tbquestion|")
user:SendData("$UserCommand 1 3 Trivia\\Hint Question$<%[mynick]> !hint|")
user:SendData("$UserCommand 1 3 Trivia\\Skip Question$<%[mynick]> !skip|")
end



function NewUserConnected(user)
Trivia(user)
end

Title:
Post by: Stravides on 30 May, 2005, 23:12:37
Please can you help - I have made a couple of ammendments to this script to include the autoload at start - a skip function and changed the way the points work a little... problem is - since Lua 5.
If I run this for more than 10 mins it makes my PtokaX run at 100% cpu and kills the hub...

here is the code - CODE (http://rpgbooks-cymru.no-ip.org/trivia.txt)  
Question File  (http://rpgbooks-cymru.no-ip.org/question.txt)  

I'm having so many problems running this script I am unsure where I can look for the fault - at least someone give me some ideas how to possibly trap the error :)

many thanks - Stravides
Title:
Post by: jiten on 01 June, 2005, 16:35:35
QuoteOriginally posted by Stravides
Please can you help - I have made a couple of ammendments to this script to include the autoload at start - a skip function and changed the way the points work a little... problem is - since Lua 5.
If I run this for more than 10 mins it makes my PtokaX run at 100% cpu and kills the hub...

here is the code - CODE (http://rpgbooks-cymru.no-ip.org/trivia.txt)  
Question File  (http://rpgbooks-cymru.no-ip.org/question.txt)  

I'm having so many problems running this script I am unsure where I can look for the fault - at least someone give me some ideas how to possibly trap the error :)

many thanks - Stravides
Hi there m8.
Had a quick look, did some small changes and tested it for 15 minutes and seems to work OK now.
Wherever you find:
handle = io.open(file, "w")replace it with
handle = io.open(file, "w+")As you can see, an extra "+".
Guess that's the only problem.
Ah, another hint, you could use these for less repetition:
OpConnected = NewUserConnected
OpDisconnected = UserDisconnected
ToArrival = ChatArrival
Cheers m8
Title:
Post by: Stravides on 01 June, 2005, 16:45:35
greatly appreciated - will test it now...

Well - sadly --- No hung the Ptokax Server process
at 99.99% ie nothing was processing - dont know why the cpu is being churned so much - any ideas ??
Title:
Post by: jiten on 01 June, 2005, 18:06:08
QuoteOriginally posted by Stravides
greatly appreciated - will test it now...

Well - sadly --- No hung the Ptokax Server process
at 99.99% ie nothing was processing - dont know why the cpu is being churned so much - any ideas ??

Tried running it again and it also hung up. So, my hints were wrong :(
Did you change something in the script?
Did this happen with the first Lua 5 version of the bot?
Title:
Post by: Stravides on 01 June, 2005, 18:20:46
very minor changes -
added a skip function and renamed some of the triggers.
changed the point values to reflect 4 hints ie 5,4,3,2,1 points

and changed the way the result is displayed to the user...

:)
apart from that no ;)  hehe
Title:
Post by: jiten on 01 June, 2005, 18:54:10
QuoteOriginally posted by Stravides
very minor changes -
added a skip function and renamed some of the triggers.
changed the point values to reflect 4 hints ie 5,4,3,2,1 points

and changed the way the result is displayed to the user...

:)
apart from that no ;)  hehe
Well, I left the first Lua 5 version by Jelf running till now (about 45 minutes) and it didn't crash, but, the memory usage is quite high (Mem: 2710 and GC: 4981) comparing to Trivia Ex. So, it can be something in the mods you made.
Title:
Post by: Stravides on 01 June, 2005, 23:09:24
Ok I have re-enabled the original and had it working solo on a test hub for nearly an hour
I place the exact code into the live hub and it kills the hub in minutes...

I am running my own smeagol bot also and believe that there must be an incompatability or its jsut down to the number of users on the server

I dunno...

but now tried :-
empty hub with just triv running     - OK
empty hub with triv & Smeagol running - OK
Full hub with just triv running - Crash
Full hub with triv & Smeagol running - Crash

so it must be the send to's that are killing the bandwidth surely ??? any ideas
Title: trivia
Post by: ?Tr??T_???? on 18 July, 2005, 15:46:16
Can someone give me the trivia that works perfect???
save lad everything automatically...

Please....
Title:
Post by: sander815 on 21 July, 2005, 16:01:31
how do i start this script?

it says ""tbstart  but nothing happens

i already changed TriggStart = "" to TriggStart = ! but then i get unexpected symbol near "!"
Title: lol
Post by: ?Tr??T_???? on 21 July, 2005, 16:12:20
in main type
tbstart
Title:
Post by: Stravides on 21 July, 2005, 18:15:58
may seem silly but try changing

TriggStart = "" to TriggStart = "!"

keep quotes !! :)

regs
Title:
Post by: sander815 on 22 July, 2005, 00:13:35
are there more trivia databases?
Title: trivia
Post by: ?Tr??T_???? on 11 August, 2005, 21:12:09
plz can someone give me a workin trivia
Title:
Post by: Stravides on 11 August, 2005, 22:05:40
try re-reading this topic again - its working for me...

regs
Title:
Post by: Stravides on 11 August, 2005, 22:13:10
try this as a start...

Here is a link  (http://rpgbooks-cymru.no-ip.org/WorkingTrivia.txt)
Title: what do i have to change?
Post by: Electrical_flame on 12 August, 2005, 13:50:17
Can somebody please tell me what exactly do I have to change in the script to autoload/save scores ???
   I only need to know where and what I have to change for this to work! I don't want all the script!

 Can u please help and tell me what 2 change?  ?(
Title: I'm so happy! :)
Post by: Electrical_flame on 12 August, 2005, 22:25:07
I did this myself! I'm happy! It's my first time when I repaired a script! :)
Title:
Post by: kunal on 04 September, 2005, 07:15:40
can someone modify the script so that users dont have to join they can directly answer to the questions
Title:
Post by: Stravides on 04 September, 2005, 08:23:46
this is already in the script !!

look for
lngDefMode = 2 -- (0 = game is played in chat!, 1 = game is played in chat but questions only show for players, 2 = game is played in pm with players)
lngMode = lngDefMode

set lngDefMode = 0

HTH
Title:
Post by: kunal on 04 September, 2005, 08:55:43
how to change the time interval from 15 seconds to 10 seconds
Title:
Post by: Re@SoN on 12 September, 2005, 17:09:20
hi folks!
can anyone post the last version of the script plz?
since that was submited of several modifications...

best regards,
Re@SoN
Title: Trivia
Post by: Electrical_flame on 14 September, 2005, 21:45:57
Hey can u tell me ur e-mail adress? I will send it 2 u! BEcause the script is too big to post!
 :P
Title:
Post by: Anna on 17 September, 2005, 21:34:39
I would like that as well :) suppose just attaching a zip with it wont work for ya?

please send to my mail: anna_lagerberg@hotmail.com
Title:
Post by: bastya_elvtars on 17 September, 2005, 21:41:39
Please somebody upload to the script database too, I made it for this particular purpose.
Title:
Post by: Re@SoN on 19 September, 2005, 20:42:45
hi, here it is:

reason_clcity@hotmail.com

tks!
best regards,
Re@SoN
Title: Can you send me too the scripts?
Post by: Paco on 19 September, 2005, 21:49:34
Here's my address if you are kind to send me too the scripts of Trivia.

E-mail address (pavalcosmin@yahoo.com)
Title:
Post by: LoTeK_ on 24 September, 2005, 05:09:17
Sending this script via email is pretty futile as only those people will benefit from this, if the script is public (as here) everyone can use it.
So please if the script was changed/updated post the new version (or a fuctional dl link) here, possibly with a changelog file. thanks.
Title:
Post by: kunal on 24 September, 2005, 05:57:54
QuoteOriginally posted by Stravides
try this as a start...

Here is a link  (http://rpgbooks-cymru.no-ip.org/WorkingTrivia.txt)
Title:
Post by: Stravides on 24 September, 2005, 11:42:43
look at that, and I never even had to type it in ;)

These are damn clever forums ;)
Title:
Post by: kunal on 24 September, 2005, 13:41:21
:)
Title:
Post by: LoTeK_ on 24 September, 2005, 16:45:36
QuoteOriginally posted by kunal
QuoteOriginally posted by Stravides
try this as a start...

Here is a link  (http://rpgbooks-cymru.no-ip.org/WorkingTrivia.txt)

Yes thanks I saw that one, but what are the changes?
I don't want users to autologin and some other features that was changed, how can i know features were modified and decide which version should I use?
Title:
Post by: kunal on 24 September, 2005, 19:10:34
you can change the features by editing the script such as these

boolAutoSaveScores = 1 -- (nil = off, 1 = on)
countSaveTurns = 1 -- After how many questions should the scores be saved
boolRevealAnswer = 1 -- (nil = off, 1 = on)
boolShowGuessesInPM = 1 -- (nil = off, 1 = on)
boolAutoHint = 1 -- (nil = off, 1 = on)
boolAutoLogin = nil -- (nil = off, 1 = on)
boolAddQuestion = 1 -- (nil = No, 1 = Yes)
Title:
Post by: LoTeK_ on 24 September, 2005, 23:08:33
QuoteOriginally posted by kunal
you can change the features by editing the script such as these

boolAutoSaveScores = 1 -- (nil = off, 1 = on)
countSaveTurns = 1 -- After how many questions should the scores be saved
boolRevealAnswer = 1 -- (nil = off, 1 = on)
boolShowGuessesInPM = 1 -- (nil = off, 1 = on)
boolAutoHint = 1 -- (nil = off, 1 = on)
boolAutoLogin = nil -- (nil = off, 1 = on)
boolAddQuestion = 1 -- (nil = No, 1 = Yes)

yup..thanks I know this..I was referring to code changes, happened after 2.2 until now, bugfixes and so on.
Title:
Post by: kunal on 25 September, 2005, 07:48:59
only autosaving and autoloading of scores is added .
if u want without the changes take the one on the first page of this thread.
Title:
Post by: LoTeK_ on 25 September, 2005, 14:56:27
QuoteOriginally posted by kunal
only autosaving and autoloading of scores is added .
if u want without the changes take the one on the first page of this thread.

You just don't get it do you? :) I know the changes, I read the discussion, but from 2.2 no one has written a changelog, how can people be aware of changes, without having to ask to you, or read the whole tread?
Look at this:

-- TriviaBot Version 3.01
-- TriviaBot written by Leon a.k.a. Don Leon
-- Changes by Spud (Dream~Masters)
-- Converted to Lua5 By Jelf 15/03/05
-- Tweaked by Stravides 20/05/05
--
-- Version 3.01 Changes
--
-- Added scores autosaving to automatically save scores when stopping Trivia
-- Added scores autoloading to automaticcaly load scores when starting Trivia
 -- Added Right-click commands
--
--Version 2.2 Changes
-- etc. etc.

Stravides please can you include a changelog with your tweaked script? thanks.
Title:
Post by: Stravides on 25 September, 2005, 15:08:03
Thats the idea - read the Whole Thread..

Thats What I did..

Changelog
2.2 Got it workin  ;)

hehehe

Will write it up when I get home tonight ;)
Title: full package
Post by: -=NYC=-Hemarr on 25 September, 2005, 16:51:19
where can i find full package with answers and all other things  that go with it  i'll post a link with full rar if you need it

I downloaded latest script and it shows no errors in script but where is the folder for answers and scores

My email is    Hemarr@hemarr.com

Thanks
Title:
Post by: enigma on 27 September, 2005, 21:10:52
my email id is durvesht@gmail.com
can u pls send the whole working perfect trivia script
thanks in advance
:)