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.

LoLz script error?

Old posts that have not been replied to for several years.
Locked
User avatar
WeiJie
Halfop
Posts: 73
Joined: Thu May 20, 2004 9:30 pm
Location: Singapore

LoLz script error?

Post by WeiJie »

My LoLz's Toolz 7.0 script have gotten some error and it seems like all the commands can't be used. The error message is as followed:

Tcl error [pub_lol_op]: invalid command name "strlwr"

when I tried a public command "!op <nick>" but everything goes well with the DCC commands. Anyone please enlighten? :(
WeiJie
Admin of IntelFusion
Http://dj-online.org
#Sparks@Boatquay @ mIRC Galaxynet
User avatar
strikelight
Owner
Posts: 708
Joined: Mon Oct 07, 2002 10:39 am
Contact:

Post by strikelight »

"strlwr" is a command provided by alltools.tcl, that comes in your eggdrop's scripts directory... load this script before you load any other script, and the problem should be corrected.
User avatar
WeiJie
Halfop
Posts: 73
Joined: Thu May 20, 2004 9:30 pm
Location: Singapore

Post by WeiJie »

Oh, I've loaded alltools.tcl before loading other scripts and finally my LoLz's tcl commands is working perfectly now. Thanks for your help strikelight. :D
WeiJie
Admin of IntelFusion
Http://dj-online.org
#Sparks@Boatquay @ mIRC Galaxynet
User avatar
WeiJie
Halfop
Posts: 73
Joined: Thu May 20, 2004 9:30 pm
Location: Singapore

Post by WeiJie »

[18:43] Tcl error [lol_whois_reply]: can't read "lol_whois": no such variable
[18:43] Tcl error [lol_whois_unknow]: can't read "lol_whois": no such variable

Mmm.. any way to get rid of the TCL error?
WeiJie
Admin of IntelFusion
Http://dj-online.org
#Sparks@Boatquay @ mIRC Galaxynet
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Contact the author?
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
avilon
Halfop
Posts: 64
Joined: Tue Jul 13, 2004 6:58 am
Location: Germany

Post by avilon »

This error comes up with the eggdrop version 1.6.17
Use 1.6.15 and the lolscript will work.
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

Maybe the functions which it calls to are obsolete in the newer versions and removed or renamed you should check and show us the errors and paste the procedures which are causing them!
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
User avatar
WeiJie
Halfop
Posts: 73
Joined: Thu May 20, 2004 9:30 pm
Location: Singapore

Post by WeiJie »

avilon wrote:This error comes up with the eggdrop version 1.6.17
Use 1.6.15 and the lolscript will work.
The error is not yetgone after I've installed version 1.6.15.

Tcl error [dcc_lol_whois]: can't read "lang_data(0108)": no such element in array
Tcl error [lol_ban_whois_msg]: can't read "lol_what": no such variable
Tcl error [lol_whois_reply]: can't read "lol_whois": no such variable
Tcl error [lol_ban_whois_chan]: can't read "lol_what": no such variable
Tcl error [lol_whois_unknow]: can't read "lol_whois": no such variable

anyone?
WeiJie
Admin of IntelFusion
Http://dj-online.org
#Sparks@Boatquay @ mIRC Galaxynet
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

WeiJie wrote:
avilon wrote:This error comes up with the eggdrop version 1.6.17
Use 1.6.15 and the lolscript will work.
The error is gone after I've installed version 1.6.15, but I get this error instead.

Tcl error [dcc_lol_whois]: can't read "lang_data(0108)": no such element in array

anyone?
A declared array variable $lang_data somewhere in the procedure "dcc_lol_whois" is being called and the array element '108' in it doesn't seem to exist or hasn't been declared for that matter.

You should contact the author, report this bug to him and hope he fixes it.
Same for your previous post. Most of the global variables in my case haven't either been declared or haven't been mentioned as global in the procedure.
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
User avatar
WeiJie
Halfop
Posts: 73
Joined: Thu May 20, 2004 9:30 pm
Location: Singapore

Post by WeiJie »

awyeah wrote:
WeiJie wrote:
avilon wrote:This error comes up with the eggdrop version 1.6.17
Use 1.6.15 and the lolscript will work.
The error is gone after I've installed version 1.6.15, but I get this error instead.

Tcl error [dcc_lol_whois]: can't read "lang_data(0108)": no such element in array

anyone?
A declared array variable $lang_data somewhere in the procedure "dcc_lol_whois" is being called and the array element '108' in it doesn't seem to exist or hasn't been declared for that matter.

You should contact the author, report this bug to him and hope he fixes it.
Same for your previous post. Most of the global variables in my case haven't either been declared or haven't been mentioned as global in the procedure.
Ok thanks ;) Tried some old version of LoLz's tools too but none of it works well for me. :P
WeiJie
Admin of IntelFusion
Http://dj-online.org
#Sparks@Boatquay @ mIRC Galaxynet
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Have you even considered contacting the script author?
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Have you even considered contacting the script author?
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Locked