Yet Another PartyRoom Timer

By Epic on Apr 30, 2011

This is just another simple timers option for people using the SwiftIrc Bot "Partyroom"

This so called timers isnt for the Afking while playing bot, its more for while your on and you dont want to have to remember to type those reptitive commands

Just change #channel with your channel, and feel free to edit as you'd like - I know this script isnt the best or the most complex but hopefully for whoever decides to use it, it does the job and helps you get some $$ :p

Fyi, looks similar to Bloodyspades, but i made that 1 lol

UPDATE: if you think you can do it, and you know msl/mysql languages, challenge is to make a better timersBot and post the link here!

Here are the most recent PartyRoom Leaks for anyone who is interested:

http://stirkbin.com/b10695

;starts all timers, to stop do /stop and can trigger each 1 indidually with lines below
alias Start {
.timer 1 1 pop
.timer 1 2 steal
.timer 1 3 rager
.timer 1 4 msg $me timers turned on to stop /stop
}
alias stop {
timers off | msg $me timers turned off
}
;For the notices on the partybots shit
on *:notice:*:*: {
if (Partyroom iswm $nick) {
 if (*PANIC* isin $1-) {  .timer 1 1 msg #channel .run }
    if (*frozen* isin $1-) { .timerfroze 1 400 /msg #channel .pop  }
    if (*RANDOM* isin $1-) { msg #channel .skip }
}
}
;starts the alias for .pop .flop and .dance
Alias Pop {
.timer 1 $r(20,25) msg #channelhere .pop | .timer 1 $r(500,700) msg #channel .flop | .timer 1 $r(600,800) msg #channel .dance  | .timer 1 $r(5,10) 2pop 
}
;secondary alias to reactive pop alias after x seconds to keep it random
Alias 2pop {
.timer 1 60 pop
}
; for steal command, kept seperate because idk - once a day trigger
alias Steal {
 .timer 0 86400 .msg #channel .steal
}
;rage/pp/buy lot commands since similar time does random between 1 hour 5 mins to 1 hour 7 mins
alias Rager {
.timer 0 $r(2900,3010) msg #channel .rage
.timer 0 $r(2900,3010) msg #channel .pp
.timer 0 $r(2900,3010) msg #channel .buy lot #150
}

Comments

Sign in to comment.
Epic   -  May 02, 2011

^

 Respond  
Wade   -  May 02, 2011

well whatever way it goes, people posting their scripts up is only going to help you improve and protect against people using timers. ;)

 Respond  
Epic   -  May 02, 2011

To Chris: No i dont think im funny in the sense you might, but its more of to use your bot as an example to further things on both sides, aka better timer detections and better timers to keep the challenge up, and the Waste of time portion, people do things out of pure boredom alot of the time so you'd be surprised who would take up the challenge as an opportunity to test themselves, and who knows, someone might even give you tips to make your bot better, like i had done in the past and was rewarded with a big boot ;)

 Respond  
Abcdefmonkey   -  May 02, 2011

Daniel, you think you're funny. :/

I know there's people who understand it better and I know there's people who COULD do that, but it's a waste of time.

 Respond  
Epic   -  May 01, 2011

Explains Them using it, lol

 Respond  
Wade   -  May 01, 2011

MySQL is a simple language, nothing special about it, infact is probably one of the most basic languages to learn.

 Respond  
Epic   -  May 01, 2011

Sad part is, there ARE people in the irc network who can understand that language far better then your staff, and could edit it to make it work, but then again, whats useless is useless

 Respond  
Abcdefmonkey   -  May 01, 2011

Wader, it's not like anyone can do anything with the source code to begin with. Unless you want to completely waste your time to actually strip all the MySQL coding from it and then attempt to figure out what all the aliases are for, be my guest. 1.7K lines of coding to strip down, go for it buddy.

Chris
PartyRoom Owner

 Respond  
Wade   -  May 01, 2011

also remember the source code for your bot was leaked quite a few times anothony XD

 Respond  
Epic   -  Apr 30, 2011

also want to remember how its fully random at all times, and can be edited as easily as a $r lol.. also those detections, wellll, this timerbot is meant for people still on irc just dont wanna bother with random .pop shit, so all in all, i did it for fun, so consider it a chance to further to shittyness and add a anti timer script tht cant be over done by a say $right($1-,3) + $r(2,4) for the timers

 Respond  
anthony1293   -  Apr 30, 2011

i hope you realize that the bot has a timer detection system to automatically disable accounts when a timer is detected. so these scripts are pointless.

 Respond  
Epic   -  Apr 30, 2011

Thanks, did it to be sure, usually used iswn for that kinda thing

 Respond  
Jethro   -  Apr 30, 2011

word isin $1-

you don't need the * character with the isin operator.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.