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

by bayo
Thu Nov 30, 2023 10:39 am
Forum: Script Support & Releases
Topic: Statistics.tcl by perpleXa (the pubm problem)
Replies: 9
Views: 17517

Re: Statistics.tcl by perpleXa (the pubm problem)

Wonderful! I must say I'll have to add it on a seperate paste link as the forum says " Your message contains 76915 characters. The maximum number of allowed characters is 60000. " Meanwhile, I'll check the old version and see how it behaves. Until then, I'm posting the link code below. Goo...
by bayo
Wed Nov 29, 2023 3:59 pm
Forum: Script Support & Releases
Topic: Statistics.tcl by perpleXa (the pubm problem)
Replies: 9
Views: 17517

Re: Statistics.tcl by perpleXa (the pubm problem)

Hello guys, to bring the topic back to life, I'm experiencing issues with the script and it doesn't seems to have a new, updated version so I'll ask here if possible. The question is how we can fix some of the triggers so they can work again. variable statistics array set statistics { storage {scrip...
by bayo
Sat Apr 02, 2022 3:04 pm
Forum: Script Support & Releases
Topic: Weather Script + extras
Replies: 6
Views: 8956

Arnold_X-P, it can be, of course. The part with the group ID weather and the World cities weather change the Openweather url to lang es . For the Visualcrossing you will have to do the same, just at the end of the url put lang=es Any other stuff will be manual I'm afraid (if any left) Goga, I don't ...
by bayo
Wed Mar 16, 2022 1:24 pm
Forum: Script Support & Releases
Topic: Weather Script + extras
Replies: 6
Views: 8956

Weather Script + extras

EDIT: Added weather for top largest cities in the world Hello everyone, hope all is well. This is the script I was working on and it's finally done. PREVIEW: [09:53] <BAYO> !w London [09:53] <ec|ipse> London, GB at the moment: 10°C Overcast Sky Cloudy Percip Prob 43% Humidity 83% Wind 9km/h from Ea...
by bayo
Mon Feb 21, 2022 4:43 pm
Forum: Scripting Help
Topic: Sun and Moon script
Replies: 18
Views: 6077

Hi. It doesn't work. Says Tcl error [::Visualcrossing::forecast_weather]: missing value to go with key ### The Third Proc for 3 days Forecast proc ::Visualcrossing::forecast_weather {nick uhost hand chan arg} { set forecast_data [::Visualcrossing::download_weather https://weather.visualcrossing.com/...
by bayo
Sun Feb 20, 2022 1:55 pm
Forum: Scripting Help
Topic: Sun and Moon script
Replies: 18
Views: 6077

So be it. Bear in mind the script is translated and when I release it will be much shorter version. Still Alpha version :oops: ###################################### # @UniBG irc.chatpat.bg # # @FreeUniBG irc.interbg.org # # Credits: MeMoreX & SpiKe^^ # # Est: 01\2022 # #########################...
by bayo
Sun Feb 20, 2022 9:13 am
Forum: Scripting Help
Topic: Sun and Moon script
Replies: 18
Views: 6077

Hello all, I'm trying to figure out how to create the API so I can replace (in this case LONDON,UK) with any location by search. The API link at the bottom: I was thinking to do something like that: https://weather.visualcrossing.com/VisualCrossingWebServices/rest/services/timeline?[::http::formatQu...
by bayo
Mon Feb 14, 2022 5:57 pm
Forum: Scripting Help
Topic: Sun and Moon script
Replies: 18
Views: 6077

Thank you, SpiKe^^ I promice when I finish it to post it in the forum. Thanks.
by bayo
Mon Feb 14, 2022 3:15 pm
Forum: Scripting Help
Topic: Sun and Moon script
Replies: 18
Views: 6077

Well, this is it, not much different of what I posted earlier: I'm trying to identify from the "sunset" if it's day or night. Then based on this, I'm trying to make the bot tell me the cloudcover info from the api (returns in percents) and post this: https://ibb.co/xJTTDBK If it's Day -> T...
by bayo
Mon Feb 14, 2022 1:07 pm
Forum: Scripting Help
Topic: Sun and Moon script
Replies: 18
Views: 6077

Hello again. Can someone explain this to me please? :lol: [16:58] <BAYO> (bin) 39 % set current_time "aa" [16:58] <BAYO> (bin) 40 % set sunset "18:27" [16:58] <BAYO> (bin) 41 % if {$current_time <= $sunset} { set currtime "day" } else { set currtime "night" } ...
by bayo
Tue Feb 08, 2022 3:19 pm
Forum: Scripting Help
Topic: Sun and Moon script
Replies: 18
Views: 6077

Hi again :lol: I've been puzzling around something I'm trying to achieve, but don't know where to start from. I'm trying to implement the table below and change the words depending on the type of the day "Day" or "Night" https://ibb.co/xJTTDBK Where during the day if the sky is c...
by bayo
Wed Feb 02, 2022 3:09 pm
Forum: Scripting Help
Topic: Sun and Moon script
Replies: 18
Views: 6077

It worked. Thanks man!
by bayo
Wed Feb 02, 2022 2:29 pm
Forum: Script Requests
Topic: [SOLVED] Date | time | Unix time
Replies: 19
Views: 14698

Hi, when I try to add it to my bot and chanset it it shows:

[18:27:25] <BAYO> .chanset #Forbidden +wtime
[18:27:25] <ec|ipse> Error trying to set +wtime for #Forbidden, invalid mode.

Any help? :oops:
by bayo
Wed Feb 02, 2022 12:09 pm
Forum: Scripting Help
Topic: Sun and Moon script
Replies: 18
Views: 6077

Hello, I managed to sort out the script in another way but I have a question in regards to some conversion. My question is how to replace certain numbers to become names. The moon phase number represents the fractional portion through the current moon lunation cycle ranging from 0 (the new moon) to ...
by bayo
Tue Jan 25, 2022 4:17 pm
Forum: Scripting Help
Topic: Sun and Moon script
Replies: 18
Views: 6077

Sun and Moon script

Hi all! I'm trying to get some data from an API but doesn't seems to work. Could you have a look and point some guidance. Thanks! So far the error on partyline is can't read "location": no such variable namespace eval SunMoon { ### REQUIREMENTS ### package require json package require http...