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.

Search found 31 matches

by cannot_delete
Wed Feb 07, 2007 3:30 pm
Forum: Scripting Help
Topic: milliseconds
Replies: 6
Views: 4019

ok, thx.

I could use some help on how to do that.. ;)

thx for your help,

-typ-
by cannot_delete
Tue Feb 06, 2007 4:15 pm
Forum: Scripting Help
Topic: milliseconds
Replies: 6
Views: 4019

Here's my result: ## return a duration as a string proc mx_durationtyp {time} { variable dur [duration [expr [clock clicks]] - $time]] regsub -all "milliseconds" $dur [mc "milliseconds"] dur regsub -all "millisecond" $dur [mc "millisecond"] dur regsub -all &qu...
by cannot_delete
Tue Feb 06, 2007 1:53 pm
Forum: Scripting Help
Topic: milliseconds
Replies: 6
Views: 4019

thx for your help. =D

-typ-
by cannot_delete
Tue Feb 06, 2007 1:10 pm
Forum: Scripting Help
Topic: milliseconds
Replies: 6
Views: 4019

milliseconds

Hi, I need help with the following problem. As I understand it, this code (being a part of the moxquizz.tcl) is responsible for calculating a duration and prettyprinting it. Now I want to add milliseconds to the equation, but I don't know how. ## return a duration as a string proc mx_duration {time}...
by cannot_delete
Sun Jan 28, 2007 8:02 pm
Forum: Scripting Help
Topic: ftp-send kills script(?) [solved]
Replies: 8
Views: 5537

it worked, thx =)
by cannot_delete
Wed Jan 24, 2007 7:33 am
Forum: Scripting Help
Topic: ftp-send kills script(?) [solved]
Replies: 8
Views: 5537

Hi,

first: thx for all your help.

I tried implementing the "[open "|<command>"] "-Command because that seemed to be the simplest solution for my problem. Unfortunally I am still searching the forum for an example.

I'll keep you postet.^^


-typ-
by cannot_delete
Tue Jan 23, 2007 10:06 am
Forum: Scripting Help
Topic: ftp-send kills script(?) [solved]
Replies: 8
Views: 5537

Hi, thx for your help. I#m not sure if I understood your first question right. But my user-account data and pass are saved in the "ftpserver.ftp" mentioned here: [exec /usr/bin/ncftpput -f ./scripts/ ftpserver.ftp /Allstars/ ./scripts/moxquizz/quizdata/rankallstars.data] The bot executes t...
by cannot_delete
Mon Jan 22, 2007 4:06 pm
Forum: Scripting Help
Topic: ftp-send kills script(?) [solved]
Replies: 8
Views: 5537

Pls, anyone help me. =)

It doesn't need to be this code. I just need something that sends this file every 24h by ftp.

Thx,

-typ-
by cannot_delete
Sat Jan 20, 2007 11:46 am
Forum: Scripting Help
Topic: ftp-send kills script(?) [solved]
Replies: 8
Views: 5537

ftp-send kills script(?) [solved]

Hi, if I add this: [exec /usr/bin/ncftpput -f ./scripts/ftpserver.ftp /Allstars/ ./scripts/moxquizz/quizdata/rankallstars.data] to my MoxQuiz-Script (or any other script) the script stops. It does send the rankallstars.data though. Same thing with this timer-command: bind time - "10 * * * *&quo...
by cannot_delete
Fri Dec 15, 2006 4:53 pm
Forum: Script Support & Releases
Topic: MoxQuizz (auto-ask | topic change) [solved]
Replies: 9
Views: 7201

can be closed
by cannot_delete
Tue Nov 28, 2006 4:22 pm
Forum: Script Support & Releases
Topic: MoxQuizz (auto-ask | topic change) [solved]
Replies: 9
Views: 7201

well, i could start the quiz^^


/edit:
seriously: when joining my channel on startup, one gets enough messages form the gamesurge server and the moxuiz - bot. another notice by me including the !ask - command wouldn't be read.
by cannot_delete
Tue Nov 28, 2006 11:48 am
Forum: Script Support & Releases
Topic: MoxQuizz (auto-ask | topic change) [solved]
Replies: 9
Views: 7201

hi, 1) i looked up the command and found out that it is stackable, thx ;) 2) no, i didn't know that this comamnd would resart the game every time someone joins. i simply want to start a game when none is running. right now i have another bot that puts an "!ask" into the channel every time ...
by cannot_delete
Tue Nov 28, 2006 6:29 am
Forum: Script Support & Releases
Topic: MoxQuizz (auto-ask | topic change) [solved]
Replies: 9
Views: 7201

Could this work for the topic-change: if {[mx_str_ieq $best $nick] && $bestscore > $lastbestscore} { array set aa $userlist($best) # tell the end is near if {$bestscore >= $quizconf(winscore)} { set price "." if {$quizconf(prices) == "yes"} { set price " [lindex $pri...
by cannot_delete
Tue Nov 28, 2006 6:16 am
Forum: Script Support & Releases
Topic: MoxQuizz (auto-ask | topic change) [solved]
Replies: 9
Views: 7201

hi, I found this line: bind join - * moxquiz_on_joined and this: bind pub - !ask moxquiz_ask !ask ist starting the game. so I added following line: bind join - * moxquiz_ask but nothing happens... moxquiz_ask: proc moxquiz_ask {nick host handle channel arg} { global qlist quizstate botnick banner ba...
by cannot_delete
Fri Nov 24, 2006 9:07 am
Forum: Script Support & Releases
Topic: MoxQuizz (auto-ask | topic change) [solved]
Replies: 9
Views: 7201

hi,

thx for your idea. i put the request in there as well.
the reason why i didn't do that earlier was, that it the user there aren't really active. so, i'm still open for suggestions.^^

typ