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 

problem with moxquiz

 
Post new topic   Reply to topic    egghelp.org community Forum Index -> Script Support & Releases
View previous topic :: View next topic  
Author Message
gruener
Voice


Joined: 21 Mar 2006
Posts: 2

PostPosted: Tue Mar 21, 2006 10:45 am    Post subject: problem with moxquiz Reply with quote

Hey Guys,

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

Code:

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:

./eggdrop -m eggdrop.conf


putty show me this:

Code:

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? Sad
Back to top
View user's profile Send private message
CuteBangla
Halfop


Joined: 27 Feb 2006
Posts: 58
Location: Dhaka, Bangladesh

PostPosted: Tue Mar 21, 2006 12:09 pm    Post subject: Re: problem with moxquiz Reply with quote

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

in the right directory

thats why its having problem
moxquizz/intl/en/harteier.txt
_________________
SuMiT
iRC.CuteBangla.Com
Back to top
View user's profile Send private message Visit poster's website
Alchera
Revered One


Joined: 11 Aug 2003
Posts: 3344
Location: Ballarat Victoria, Australia

PostPosted: Tue Mar 21, 2006 12:27 pm    Post subject: Reply with quote

@ 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):
Quote:
###### 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
Back to top
View user's profile Send private message Visit poster's website
gruener
Voice


Joined: 21 Mar 2006
Posts: 2

PostPosted: Tue Mar 21, 2006 12:36 pm    Post subject: Reply with quote

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:


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?
Back to top
View user's profile Send private message
Alchera
Revered One


Joined: 11 Aug 2003
Posts: 3344
Location: Ballarat Victoria, Australia

PostPosted: Tue Mar 21, 2006 7:35 pm    Post subject: Reply with quote

Quote:
[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
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    egghelp.org community Forum Index -> Script Support & Releases 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