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

by play4free2
Sun Jan 15, 2023 9:30 pm
Forum: Script Requests
Topic: BlackWeather.tcl - display metric+fahrenheit in the output
Replies: 6
Views: 2567

BLaCkShaDoW I have been using your script for awhile and it just quit working. I tried this copy and still no replay from the bot. I would tell you what error I was getting in console, but unfortunately the server I am on has me firewalled from chatting with my bot.
by play4free2
Tue Nov 23, 2021 12:34 am
Forum: Script Support & Releases
Topic: Domsen update to Shoutcast 2.4.7.256
Replies: 27
Views: 29163

thanks for the answer, play4free2 but it has not corrected the error. i also looked at the link you left and everything is ok but it keeps giving me the same errors as soon as they come up &,",',',`. Tainy, Bad Bunny, Julieta Venegas - Lo Siento BB Tainy · Bad Bunny · Julieta Venegas - L...
by play4free2
Fri Nov 19, 2021 7:41 pm
Forum: Script Support & Releases
Topic: Domsen update to Shoutcast 2.4.7.256
Replies: 27
Views: 29163

no one has responded, can anyone help? Replace this part of the code regsub -all "<" $cursong "<" cursong regsub -all ">" $cursong ">" cursong regsub -all "&" $cursong "+" cursong regsub -all """ $cursong ""&qu...
by play4free2
Tue Nov 16, 2021 8:49 pm
Forum: Script Requests
Topic: Weather Script Request
Replies: 6
Views: 4331

I'm french, how the hell do you want I use this in a french speaking channel ? This api is totaly useless for me. I didn't say to make it in French, which I have not seen many scripts in French. But I was talking to the US coders that speak English US or UK. In fact the next time I am over on twitc...
by play4free2
Tue Nov 16, 2021 5:58 pm
Forum: Script Requests
Topic: Weather Script Request
Replies: 6
Views: 4331

Three reasons (for me): 1. this service is totally unknow from me 2. documentation is really lite 3. it returns unique string, so it can't be easily manipulated or modified to embed informations or (just an example) translate it api returning json are really better This api pulls from scorpstuff.co...
by play4free2
Mon Nov 15, 2021 11:34 pm
Forum: Script Requests
Topic: Weather Script Request
Replies: 6
Views: 4331

Weather Script Request

This is more of a question then a request. I was wondering why no one I have ever seen has used links like this: https://api.scorpstuff.com/weather.php?units=metric&city=London,UK or this: https://api.scorpstuff.com/weather.php?units=imperial&city=London,UK to write a weather bot script. I d...
by play4free2
Mon May 31, 2021 8:20 pm
Forum: Script Support & Releases
Topic: CT-Weather
Replies: 42
Views: 36874

ComputerTech

You might want to check out this site it uses json, gives you 1,000,000 calls per month, both Metric and Imperial temps. etc. and also gives you the last updated time and more. https://www.weatherapi.com/

Just a suggestion,
play4free2
by play4free2
Thu May 06, 2021 1:55 am
Forum: Script Support & Releases
Topic: CT-Weather
Replies: 42
Views: 36874

This is all I got today messing with it: ########################## # Start of configuration # ########################## ########################## # Trigger ### variable ::trig "!w" ########################## # Flags ### # Owner = n # Master = m # Op = o # Voice = v # Friend = f # Everyo...
by play4free2
Wed May 05, 2021 5:10 pm
Forum: Script Support & Releases
Topic: CT-Weather
Replies: 42
Views: 36874

ComputerTech, I changed kmph and mph in Metric/Imperial part of the script. Here: proc weather:call {nick host hand chan text} { http::register https 443 [list ::tls::socket] switch -- $::met { "0" {variable metr "metric" variable met2 "C" variable met3 "kmph"...
by play4free2
Thu Dec 06, 2018 10:24 pm
Forum: Script Support & Releases
Topic: SayWeather : Support & Updates
Replies: 31
Views: 44301

I am having an issue with the bot when I use:

!w set 60629 I get:

You must provide a city or zip code to set as LocationID: @60629

But if I use !w set City, State it works fine.
by play4free2
Thu Dec 06, 2018 8:44 pm
Forum: Script Support & Releases
Topic: SayWeather : Support & Updates
Replies: 31
Views: 44301

This should work by default for all channels the bot is on:

Code: Select all

.chanset * +weather
by play4free2
Mon May 14, 2018 11:36 pm
Forum: Script Support & Releases
Topic: imdb-1.1.0.tcl help please
Replies: 303
Views: 381250

I get these errors sense the script was updated: Channel: [10:27pm] <~play4free2> !imdb Deadpool [10:27pm] <&PlaysBot> Error retrieving URL... try again later. DCC Chat: [10:33pm] <PlaysBot> [22:33:13] Tcl error [imdb_proc]: can't read "state(status)": no such variable eggdrop v1.8.3 T...
by play4free2
Wed Jan 03, 2018 9:33 pm
Forum: Script Support & Releases
Topic: WunderWeather : Support & Updates
Replies: 34
Views: 45533

SpiKe^^ I am using v5.03 on eggdrop1.8.2, the only issue I am having is when weather underground's website is down and someone uses the command for weather the bot lags a lot. It wont even DCC chat me or respond to any other commands. I had to kill the bots PID and unload the script for the bot to r...
by play4free2
Mon May 04, 2015 3:11 pm
Forum: Script Support & Releases
Topic: incith:weather (2.8p) (Dec. 18th, 2008)
Replies: 311
Views: 435458

Weather Underground has shutdown Classic Wunderground. Classic Wunderground will no longer be available after May 4, 2015.
by play4free2
Sun Sep 14, 2014 5:54 pm
Forum: Script Support & Releases
Topic: incith:weather (2.8p) (Dec. 18th, 2008)
Replies: 311
Views: 435458

Thanks for the fix on the !sky willyw,

I just changed mine and it works fine now too :)

I had noticed the change also just didn't look for a fix to it.