This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

problem with moxquiz

Support & discussion of released scripts, and announcements of new releases.
Post Reply
g
gruener
Voice
Posts: 2
Joined: Tue Mar 21, 2006 10:37 am

problem with moxquiz

Post by gruener »

Hey Guys,

im trying to run the moxquiz-0.8.1 on my eggdrop1.6.16.
I've write the 3 lines

Code: Select all

source scripts/moxquizz/moxtools.tcl
source scripts/moxquizz/moxfun.tcl
source scripts/moxquizz/moxquizz.tcl
in the eggdrop.conf but when im starting the eggdrop with

Code: Select all

./eggdrop -m eggdrop.conf
putty show me this:

Code: Select all

Eggdrop v1.6.16 (C) 1997 Robey Pointer (C) 2004 Eggheads
[15:30] --- Loading eggdrop v1.6.16 (Tue Mar 21 2006)
[15:30] Module loaded: dns
[15:30] Module loaded: channels
[15:30] Module loaded: server
[15:30] Module loaded: ctcp
[15:30] Module loaded: irc
[15:30] Module loaded: notes            (with lang support)
[15:30] Module loaded: console          (with lang support)
[15:30] Module loaded: blowfish
[15:30] Listening at telnet port 3334 (all)
[15:30] Module loaded: uptime
[15:30] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[15:30] use '.help userinfo' for commands.
[15:30] --- Initializing funstuff ...
[15:30] ---- could not read !hartei file: "moxquizz/intl/en/harteier.txt".
[15:30] ---- could not read !weichei file: "moxquizz/intl/en/weicheier.txt".
[15:30] ---- could not read !phrase file: "moxquizz/intl/en/phrases.txt".
[15:30] --- Initializing funstuff ... done.
[15:31] Tcl error in file 'eggdrop.conf':
[15:31] couldn't open "moxquizz/moxquizz.rc": no such file or directory
    while executing
"open $cfile r"
    (procedure "mx_config_read" line 8)
    invoked from within
"mx_config_read $configfile"
    (file "scripts/moxquizz/moxquizz.tcl" line 3861)
    invoked from within
"source scripts/moxquizz/moxquizz.tcl"
    (file "eggdrop.conf" line 156)
[15:31] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
Whats the matter? :(
C
CuteBangla
Halfop
Posts: 58
Joined: Mon Feb 27, 2006 10:47 pm
Location: Dhaka, Bangladesh
Contact:

Re: problem with moxquiz

Post by CuteBangla »

u didnt put
harteier.txt weicheier.txt & phrases.txt

in the right directory

thats why its having problem
moxquizz/intl/en/harteier.txt
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

@ gruener

The problem is the fact you did not read any of the readme files i.e. INSTALL README README.database README.moxfun README.translation README.windows & UPGRADING.

Above all, moxquizz.rc is missing; this is your config file. You edit this file *only* for moxquizz not the Tcl file. If you do not want moxfun simply do not load it and you have no need of harteier.txt, weicheier.txt or phrases.txt.

I run moxquizz and do not have moxfun loaded (or uploaded) and therefore none of those text files are required.

Edit your normal bot config file and add the following at the end (uncomment whatever extra you need to load):
###### QUIZ STUFF ######

# make sure to load moxquizz.tcl as last file!
# source moxquizz/moxtools.tcl
# source moxquizz/moxfun.tcl
source moxquizz/moxquizz.tcl
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
g
gruener
Voice
Posts: 2
Joined: Tue Mar 21, 2006 10:37 am

Post by gruener »

The moxquizz.rc is not missing. The file is in the /eggdrop/scripts/moxquizz/ dir and editet. But it will not work fine, mh..

btw. i unloaded the moxfun and moxtools tcl in the eggdrop.conf

the result is:

Code: Select all


Eggdrop v1.6.16 (C) 1997 Robey Pointer (C) 2004 Eggheads
[17:30] --- Loading eggdrop v1.6.16 (Tue Mar 21 2006)
[17:30] Module loaded: dns
[17:30] Module loaded: channels
[17:30] Module loaded: server
[17:30] Module loaded: ctcp
[17:30] Module loaded: irc
[17:30] Module loaded: notes            (with lang support)
[17:30] Module loaded: console          (with lang support)
[17:30] Module loaded: blowfish
[17:30] Listening at telnet port 3334 (all)
[17:30] Module loaded: uptime
[17:30] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[17:30] use '.help userinfo' for commands.
[17:30] Tcl error in file 'eggdrop.conf':
[17:30] couldn't open "moxquizz/moxquizz.rc": no such file or directory
    while executing
"open $cfile r"
    (procedure "mx_config_read" line 8)
    invoked from within
"mx_config_read $configfile"
    (file "scripts/moxquizz/moxquizz.tcl" line 3861)
    invoked from within
"source scripts/moxquizz/moxquizz.tcl"
    (file "eggdrop.conf" line 156)
[17:30] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
Any idea?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

[17:30] couldn't open "moxquizz/moxquizz.rc": no such file or directory
A tip, do not bury the 'moxquizz' folder, place it in your eggdrops main folder; "~moxquizz".
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Post Reply