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.
Support & discussion of released scripts, and announcements of new releases.
aut
Voice
Posts: 12 Joined: Wed Oct 25, 2023 6:14 am
Post
by aut » Fri Sep 20, 2024 7:40 am
hi guys
i wanna ask help about uno get error timer255 and random number, also gave invalid command name "UnoPlayed"
[11:01:47] Tcl error in script for 'timer252':
[11:01:47] invalid command name "UnoPlayed"
[11:02:47] Tcl error in script for 'timer255':
this is what happen when i set Ads=1 in config
CrazyCat
Revered One
Posts: 1296 Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:
Post
by CrazyCat » Sun Sep 22, 2024 7:55 am
Can you please share the script or give an url to let us see it ?
aut
Voice
Posts: 12 Joined: Wed Oct 25, 2023 6:14 am
Post
by aut » Sun Sep 22, 2024 1:15 pm
Last edited by
aut on Sun Sep 22, 2024 4:51 pm, edited 1 time in total.
Carlin0
Voice
Posts: 35 Joined: Tue Dec 04, 2018 3:41 pm
Location: Italy
Post
by Carlin0 » Sun Sep 22, 2024 2:48 pm
"From the diamonds nothing is born, from the manure the flowers are born ..."
--- F. De Andrè ---
CrazyCat
Revered One
Posts: 1296 Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:
Post
by CrazyCat » Sun Sep 22, 2024 6:00 pm
"the bin is empty".
copy & paste in
https://tools.eggdrop.fr/privatebin/ if you're unable to share it on a good hosting. Or allow the file to be available for 1 week.
aut
Voice
Posts: 12 Joined: Wed Oct 25, 2023 6:14 am
Post
by aut » Sun Sep 22, 2024 6:12 pm
CrazyCat
Revered One
Posts: 1296 Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:
Post
by CrazyCat » Mon Sep 23, 2024 5:01 am
The error is @ line #2339 :
5 {UnoPlayed $UnoRobot none none $UnoChan ""}
I don't know what the UnoAdNumber 5 should do, but actually it tries to call an unexisting proc.
You can set another value to UnoPlayed and you won't have this error anymore
aut
Voice
Posts: 12 Joined: Wed Oct 25, 2023 6:14 am
Post
by aut » Mon Sep 23, 2024 7:38 am
CrazyCat wrote: ↑ Mon Sep 23, 2024 5:01 am
The error is @ line #2339 :
5 {UnoPlayed $UnoRobot none none $UnoChan ""}
I don't know what the UnoAdNumber 5 should do, but actually it tries to call an unexisting proc.
You can set another value to UnoPlayed and you won't have this error anymore
i remove unoADnumber 5 and gave me invalid command name "UnoHighScore"
Tcl error in script for 'timer85':
CrazyCat
Revered One
Posts: 1296 Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:
Post
by CrazyCat » Mon Sep 23, 2024 8:02 am
Looks like only UnoAdNumber from 0 to 4 are implemented, the 5 to 7 call unexisting procedures.
Change line 2346:
if {$UnoAdNumber > 4} {set UnoAdNumber 0}
aut
Voice
Posts: 12 Joined: Wed Oct 25, 2023 6:14 am
Post
by aut » Mon Sep 23, 2024 10:36 am
CrazyCat wrote: ↑ Mon Sep 23, 2024 8:02 am
Looks like only UnoAdNumber from 0 to 4 are implemented, the 5 to 7 call unexisting procedures.
Change line 2346:
if {$UnoAdNumber > 4} {set UnoAdNumber 0}
yupp is fix set numer to 4
thank you CrazyCat for helping