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

by Aenguish
Fri Apr 29, 2005 3:50 am
Forum: Archive
Topic: Need help with Web Parsing-like Eggdrop/TCL-Script
Replies: 13
Views: 6375

:lol: :lol:

Thanks for the "hint" *g*
by Aenguish
Wed Apr 27, 2005 5:48 pm
Forum: Archive
Topic: Need help with Web Parsing-like Eggdrop/TCL-Script
Replies: 13
Views: 6375

Yes, its :
bind pub - !nollex user_search
Do i have to call it in a different way?
by Aenguish
Wed Apr 27, 2005 7:22 am
Forum: Archive
Topic: Need help with Web Parsing-like Eggdrop/TCL-Script
Replies: 13
Views: 6375

Yes, mode was always the nickname, i dont see why, but when i give args like that:

Code: Select all

proc user_search {nick uhost hand chan mode args} { 
He throws another error:

Code: Select all

Error: Mode has to be 1, 2 or 3. (Not "1 micromaster"!)
Im really lost :cry:
by Aenguish
Tue Apr 26, 2005 2:31 pm
Forum: Archive
Topic: Need help with Web Parsing-like Eggdrop/TCL-Script
Replies: 13
Views: 6375

Ok, here it is: marvin <- Name of the Bot lord <- User who calls the script [20:30] <marvin> Currently: can't read "data(lord)": no such element in array [20:30] <marvin> Currently: while executing [20:30] <marvin> Currently: "set string $data($mode) " [20:30] <marvin> Currently:...
by Aenguish
Tue Apr 26, 2005 2:21 pm
Forum: Archive
Topic: Need help with Web Parsing-like Eggdrop/TCL-Script
Replies: 13
Views: 6375

"Aenguish" is the Nickname of the one who calls the script.
ok, i will try .set errorinfo and post the result
by Aenguish
Tue Apr 26, 2005 5:48 am
Forum: Archive
Topic: Need help with Web Parsing-like Eggdrop/TCL-Script
Replies: 13
Views: 6375

Need help with Web Parsing-like Eggdrop/TCL-Script

Hi there, I have a Problem with an TCL-Script for my Windrop. It should output the Playerinfos from www.nollex.de in the Channel when its called with e.g."user_search 3 micromaster". Its for a Browsergame called ogame (www.ogame.de) I´m really new to this Eggdrop/tcl stuff, would be really...