Yet Another PartyRoom Timer
Platform: mIRC
Published Apr 30, 2011
Updated May 02, 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 shoot
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
}