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.

UNO Ads error on timer

Support & discussion of released scripts, and announcements of new releases.
Post Reply
Online
a
aut
Voice
Posts: 12
Joined: Wed Oct 25, 2023 6:14 am

UNO Ads error on timer

Post by aut »

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
User avatar
CrazyCat
Revered One
Posts: 1286
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Re: UNO Ads error on timer

Post by CrazyCat »

Can you please share the script or give an url to let us see it ?
Online
a
aut
Voice
Posts: 12
Joined: Wed Oct 25, 2023 6:14 am

Re: UNO Ads error on timer

Post by aut »

Last edited by aut on Sun Sep 22, 2024 4:51 pm, edited 1 time in total.
User avatar
Carlin0
Voice
Posts: 34
Joined: Tue Dec 04, 2018 3:41 pm
Location: Italy

Re: UNO Ads error on timer

Post by Carlin0 »

aut wrote: Sun Sep 22, 2024 1:15 pm here the tcl
https://file.io/K5kVn1buIqXj
Deleted file...
"From the diamonds nothing is born, from the manure the flowers are born ..."
--- F. De Andrè ---
Online
a
aut
Voice
Posts: 12
Joined: Wed Oct 25, 2023 6:14 am

Re: UNO Ads error on timer

Post by aut »

Carlin0 wrote: Sun Sep 22, 2024 2:48 pm
aut wrote: Sun Sep 22, 2024 1:15 pm here the tcl
https://file.io/K5kVn1buIqXj
Deleted file...
https://filebin.net/37sb47vb4utbkzu0 link update
User avatar
CrazyCat
Revered One
Posts: 1286
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Re: UNO Ads error on timer

Post by CrazyCat »

"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.
Online
a
aut
Voice
Posts: 12
Joined: Wed Oct 25, 2023 6:14 am

Re: UNO Ads error on timer

Post by aut »

CrazyCat wrote: 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.
TCL uno
https://tools.eggdrop.fr/privatebin/?07 ... cXtmWyvfPK

-------------------------
Conf file
https://tools.eggdrop.fr/privatebin/?52 ... nVxVqXumSX

i hope this is work now :D 3x upload
User avatar
CrazyCat
Revered One
Posts: 1286
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Re: UNO Ads error on timer

Post by CrazyCat »

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
Online
a
aut
Voice
Posts: 12
Joined: Wed Oct 25, 2023 6:14 am

Re: UNO Ads error on timer

Post by aut »

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':
User avatar
CrazyCat
Revered One
Posts: 1286
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Re: UNO Ads error on timer

Post by CrazyCat »

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}
Online
a
aut
Voice
Posts: 12
Joined: Wed Oct 25, 2023 6:14 am

Re: UNO Ads error on timer

Post by aut »

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
Post Reply