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.
Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
caesar
Mint Rubber
Posts: 3778 Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory
Post
by caesar » Tue Sep 11, 2018 12:11 pm
Your welcome.
Once the game is over, the king and the pawn go back in the same box.
Merky
Voice
Posts: 17 Joined: Sun Jan 21, 2007 9:07 am
Post
by Merky » Tue Sep 11, 2018 2:46 pm
after add proc tls:socket args i get this error
Code: Select all
[01:43:01] Tcl error [::eqnews::magic_]: can't read "::eqnews::ary(events)": no such element in array
[01:44:01] Tcl error [::eqnews::magic_]: can't read "::eqnews::ary(events)": no such element in array
a_aa
Voice
Posts: 16 Joined: Sat May 16, 2015 10:57 am
Location: Canada
Post
by a_aa » Tue Sep 11, 2018 8:14 pm
I also added the eqnews to the line you posted and the scipt is again working.
Caesar and SpiKe^^, thanks a million, it is greatly appreciate!
a_aa
Voice
Posts: 16 Joined: Sat May 16, 2015 10:57 am
Location: Canada
Post
by a_aa » Tue Sep 11, 2018 8:21 pm
caesar wrote: I said:
Code: Select all
::http::register https 443 tls:socket
notice the lack of :'s, it's not a mistake but it's done on purpose to use this new function instead.
My bad, sorry I did not look close enough. Thanks for all the help!
a_aa
Voice
Posts: 16 Joined: Sat May 16, 2015 10:57 am
Location: Canada
Post
by a_aa » Tue Sep 11, 2018 9:43 pm
One small thing, not sure it matters since the script is working but every time the script is called, !EQ, i get an incremental error reported in the partyline.
[18:33:51] Earthquake error: ::http::108
[18:40:59] Earthquake error: ::http::109
[18:41:18] Earthquake error: ::http::110
The number goes up by 1 each time. Ideas?
SpiKe^^
Owner
Posts: 831 Joined: Fri May 12, 2006 10:20 pm
Location: Tennessee, USA
Contact:
Post
by SpiKe^^ » Tue Sep 11, 2018 9:46 pm
Posted the entire patched script @
http://forum.egghelp.org/viewtopic.php?t=20350
Merky & a_aa: Please get the new script (version 1.3) from the above link and report back here.
I can Not recreate either of your current errors from here.
caesar
Mint Rubber
Posts: 3778 Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory
Post
by caesar » Wed Sep 12, 2018 12:45 am
That's not an error, it's the putlog "Earthquake error: $error" line I previously told you to add to see what was stored in $error variable.
Once the game is over, the king and the pawn go back in the same box.
a_aa
Voice
Posts: 16 Joined: Sat May 16, 2015 10:57 am
Location: Canada
Post
by a_aa » Wed Sep 12, 2018 8:56 am
caesar wrote: That's not an error, it's the putlog "Earthquake error: $error" line I previously told you to add to see what was stored in $error variable.
Hahahah, ok that makes sense. One last time, thank you!