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 46 matches

by Landslyde
Thu Apr 28, 2016 12:35 am
Forum: Scripting Help
Topic: Array producing crazy indexes
Replies: 9
Views: 10367

Thank you for the link. It has a lot more info on arrays. I think I'll be able to sort out what I need, which is allowing the user to select the dice they want to re-roll. That's why having the indexes be static as set in the array is important. Say the roll is: 2 5 4 6 5 5 They wld want to keep the...
by Landslyde
Wed Apr 27, 2016 9:20 pm
Forum: Scripting Help
Topic: Array producing crazy indexes
Replies: 9
Views: 10367

Array producing crazy indexes

So this is my first-ever script. It's a dice game I use to play growing up way back in the stone age. The dice array is acting weird though. The array information I'm using is from http://www.tcl.tk/man/tcl8.5/tutorial/Tcl22.html . set dice { "1" "2" "3" "4" &...
by Landslyde
Sat Apr 16, 2016 4:13 am
Forum: Scripting Help
Topic: [SOLVED] Tcl error: wrong # args
Replies: 6
Views: 8231

Get_A_Fix:

Much appreciated. Especially the info on the doc/tcl-commands.doc file. That's my next stop.

Have a good one.
by Landslyde
Sat Apr 16, 2016 12:29 am
Forum: Scripting Help
Topic: [SOLVED] Tcl error: wrong # args
Replies: 6
Views: 8231

Get_A_Fix: Thanks for your reply. What I ended up doing was this: # Start of pub_lovesme proc pub_lovesme {nick host handle channel arg} { global loves0 loves1 emo1 set emo2 [lindex $emo1 [rand [llength $emo1]]] set loves00 [lindex $loves0 [rand [llength $loves0]]] set loves2 [lindex $loves1 [rand [...
by Landslyde
Thu Apr 14, 2016 12:25 am
Forum: Scripting Help
Topic: [SOLVED] Tcl error: wrong # args
Replies: 6
Views: 8231

Never mind. I figured it out. I added this to concatenate the two vars:

Code: Select all

{
...
set lovemsg $randomnick$lovesme2
putserv "PRIVMSG $channel :$lovemsg $nick" lovemsg
return 1
}
Sure. This is cheesy stuff, but the girls wanted it. What can I say :P

Peace out...
by Landslyde
Wed Apr 13, 2016 10:38 pm
Forum: Scripting Help
Topic: [SOLVED] Tcl error: wrong # args
Replies: 6
Views: 8231

[SOLVED] Tcl error: wrong # args

I'm new to TCL scripting. When I want my bot to do something, I find a script to learn from. That said, here I am. Stuck! My code is: bind pub - .lovesme pub_lovesme set lovesme1 { "is in deep love with you, " "loves loves loves you, " } proc pub_lovesme {nick host handle channel...
by Landslyde
Sun May 11, 2014 3:04 am
Forum: Script Support & Releases
Topic: [SOLVED] All Protection Swear Words
Replies: 0
Views: 4842

[SOLVED] All Protection Swear Words

I'm new at this, so please bear with me. I'm running All Protection 4.7 on Eggdrop 1.6.21 I've tried to change the swear words on the allprotection4.7 tcl file, upload them to the eggdrop dir, but the changes don't ever seem to make it to my eggdrop on start up/rehash. Do I have to add/remove these ...
by Landslyde
Wed May 07, 2014 1:52 pm
Forum: Eggdrop Help
Topic: {SOLVED] Eggdrop deopping Ops
Replies: 2
Views: 5924

I found out that I was making the bot leave the channel the wrong way. It is not: .-chan #channel That makes the bot leave all right, but it also erases the chaninfo file for that channel. BAD!! The right way to make the bot exit a channel is: .chanset #channel +inactive (the bot leaves without eras...
by Landslyde
Wed May 07, 2014 12:00 am
Forum: Eggdrop Help
Topic: {SOLVED] Eggdrop deopping Ops
Replies: 2
Views: 5924

{SOLVED] Eggdrop deopping Ops

I removed my bot from the channel he was deopping everyone in, changed +bitch to -bitch. When I put him back on the channel, he got ops and started banning again. So I pulled a .chaninfo and saw that -bitch had become +bitch again. ? So I can change it to -bitch with him on the channel, give him Ops...
by Landslyde
Sat May 03, 2014 5:50 pm
Forum: Eggdrop Help
Topic: [SOLVED] Seen command
Replies: 7
Views: 9275

willyw: I am back here because I just figured it out and wanted to let my "discovery" be known. By sheer luck, I found the usage of ".chanset" in another protection script, one I downloaded to use in place of the factory-installed eggdrop prot. Funny how I stood on the other side...
by Landslyde
Sat May 03, 2014 3:10 pm
Forum: Eggdrop Help
Topic: [SOLVED] Seen command
Replies: 7
Views: 9275

Re: Seen command

And this goes for anything I try to change/set. Nothing works. Nothing changes. Nothing? meaning that none of the other channel settings can be changed? Here is a copy/paste from my DCC window with my bot where I tried to change the revenge-mode setting: ( Landslyde ) .chaninfo ( Stryker ) Settings...
by Landslyde
Sat May 03, 2014 1:47 pm
Forum: Eggdrop Help
Topic: [SOLVED] Seen command
Replies: 7
Views: 9275

Long ago, I played around with various seen scripts. Eggdrop's built in seen module is rudimentary. It even says so, right in the default eggdrop.conf. I found that I liked two. ( One is not a script, it is a module. ) Here: http://www.kreativrauschen.com/eggdrop.php you can find the gseen module. ...
by Landslyde
Sat May 03, 2014 1:32 pm
Forum: Eggdrop Help
Topic: [SOLVED] Seen command
Replies: 7
Views: 9275

Re: Seen command

In my .conf file, I have this: channel set #MyChannel +seen I was just trying this, something that looked like it might work. And this goes for anything I try to change/set. Nothing works. Nothing changes. Nothing? meaning that none of the other channel settings can be changed? None of my commands ...
by Landslyde
Fri May 02, 2014 9:29 pm
Forum: Eggdrop Help
Topic: [SOLVED] Seen command
Replies: 7
Views: 9275

[SOLVED] Seen command

I have eggdrop 1.6.21 installed and it seems to be running nicely. However, the seen command only works in DCC chat window with the bot. Shldn't it also work in the main channel for regular users too? Just wondering. In DCC chat with my bot, I've tried: ( MyNick ) .set #MyChannel +seen ( BotNick ) [...
by Landslyde
Fri May 02, 2014 2:19 pm
Forum: Eggdrop Help
Topic: [SOLVED] Tcl error in file at startup
Replies: 3
Views: 8236

Because I got in a hurry. I made a mistake. Thank you for clarifying my error; it makes me feel better now knowing I'm not missing a file. I didn't take my time when uncommenting. Now I'm working on getting the bot to respond to me. I'm sure I'll find this answer in the forum archives. Thanks for yo...