Shoutbox

countdown script - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: countdown script (/showthread.php?tid=69629)

countdown script by xsouldeath on 12-18-2006 at 07:26 AM

if (Origin==Messenger.MyName&&(Message=="care bear countdown!"))
{
ChatWnd.SendMessage(" atttemping obliteration now ... please wait..");
for (var i = 0; i < 500; i+=10)
ChatWnd.SendMessage(""+i.toString());


}

why on earth does this script stop after 14 mesages ..

do i need to add a delay or something..


RE: countdown script by NanaFreak on 12-18-2006 at 07:27 AM

Messenger doesnt let you send more that 14-16 messages in a row (aka spamming)

sorry for that


RE: countdown script by xsouldeath on 12-18-2006 at 07:28 AM

well others sure as hell can do it.. someone kept adding me to some conversation saying about nicknames ro something so i bet theres a workaround lol doesnt java have a delay statement or somethign omg..


RE: countdown script by NiteMare on 12-18-2006 at 08:30 AM

quote:
Originally posted by xsouldeath
well others sure as hell can do it.. someone kept adding me to some conversation saying about nicknames ro something so i bet theres a workaround lol doesnt java have a delay statement or somethign omg..
there is no scripting work around, afaik, please explain more about what you have seen others do and maybe we can explain that
RE: countdown script by xsouldeath on 12-18-2006 at 03:17 PM

a countdown timer for the personal msesage..

anyways THERE IS a workaround.. its called running multiple SCRIPTS GAME OVER I WIN. LETS FIND OUT ;)Ahh scratch that thought.. thats odd... i guess making a bot say a phrase and then another bot responding to it just might work... (maybe ) ..but ya.. oh well


RE: countdown script by CookieRevised on 12-18-2006 at 05:16 PM

xsouldeath,

What you showed is not a countdown, but a spam-script since it instantly sends 500!!!!! messages to the chat window.

Hence why you can't send more than 14/15 messages like that because of the build in flood protection of Plus!.

---------

Anyways, if you want a countdown script, there are already three scripts available for this...

see CookieRevised's reply to Countdown for PSM/Nick

;)