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.

Simple timer script request / Public command request

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
s
shaggyshow
Voice
Posts: 1
Joined: Wed Feb 21, 2007 4:29 am

Simple timer script request / Public command request

Post by shaggyshow »

Hi,

I lead a clan of 40 people and it's still growing, so we decided to make a bot. I made a "Windrop" that runs on my PC. Now i am in need of 2 scripts, i found a few threads/downloads but i coudnt really figure out how to adjust it so that it works they way i want. I hope someone can provide the next 2 scripts for me.

---1. Timer Script---
I want my bot to spam every 30min (prefer if this can be changed for each timer seperate) multiple lines up to a max of 5.

For example:
Line 1: Dont forget to add-up in topic!
Line 2: Read the next forum thread -> blablabla
Line 3: Upcomming war: bla bla bla

ofcourse the spam lines change and not every single line has to be activated 24/7.

So a timer script that spams every 30min, up to 5 lines, easy customize of spamtime & text. And easy to "uncomment?" a certain line. The customize stuff doesnt have to be by a command, i can do that within the TLC itself.

---2. Public bind script---
Whenever someone type's "!servers" in #{UE}Priv i want the bot to spam all of our servers, at this point we have 4, but more will come. So it would be prefered if the script is easy to customize in text as additional lines.

At this point i have these commands available through my own mirc. Ill past the code here so you might have a better idea of what i am looking for.

--- mIRC timer ---
mIRC Code wrote:/timer1 0 1800 /msg #{UE}Priv DONT FORGET TO ADD IN TOPIC!!! [timer msg]
/Timer2 0 1800 /msg #{UE}Priv Everybody Read The Forum @ http://ultrakillers.c0m.nl ][ Member section -> General -> Announcement: Things that (some) members need 2 do! [timer msg]]
--- !servers bind ---
mIRC Code wrote:on *:input:#:{
if ($chan == #{UE}priv) && ($1 == !servers) {
msg #{UE}priv 2,0«[1,0 UT2004 War Server: 217.77.133.70:8150 2,0][1,0 Pass: *** 2,0]»
msg #{UE}priv 2,0«[1,0 UT2004 Public Server: 217.77.133.70:8100 2,0]»
msg #{UE}priv 2,0«[1,0 Ventrilo Server: 217.77.133.70 2,0][1,0 port: 3800 2,0][1,0 Pass: *** 2,0]»
msg #{UE}Priv 2,0«[1,0 Teamspeak Server: 81.57.233.16 2,0][1,0 port: Not Needed 2,0][1,0 Channel: {UE} 2,0][1,0 Pass: *** 2,0]»
}
}
on *:TEXT:!servers:#:{
if ($chan == #{UE}priv) && ($1 == !servers) {
msg #{UE}priv 2,0«[1,0 UT2004 War Server: 217.77.133.70:8150 2,0][1,0 Pass: *** 2,0]»
msg #{UE}priv 2,0«[1,0 UT2004 Public Server: 217.77.133.70:8100 2,0]»
msg #{UE}priv 2,0«[1,0 Ventrilo Server: 217.77.133.70 2,0][1,0 port: 3800 2,0][1,0 Pass: *** 2,0]»
msg #{UE}Priv 2,0«[1,0 Teamspeak Server: 81.57.233.16 2,0][1,0 port: Not Needed 2,0][1,0 Channel: {UE} 2,0][1,0 Pass: *** 2,0]»
}
}
Can any1 provide these 2 scripts for me or point out a already existing script for 1 of these 2 that do work with a "windrop"?
Post Reply