Jump to content

Welcome to Pure Warfare - The #1 Community for Pures

Welcome to Pure Warfare - The #1 Community for Pures, like most online communities you must register to view or post in our community, but don't worry this is a simple free process that requires minimal information for you to signup. Be apart of Pure Warfare - The #1 Community for Pures by signing in or creating an account.
  • Start new topics and reply to others
  • Subscribe to topics and forums to get email updates
  • Get your own profile page and make new friends
  • Send personal messages to other members.

MEETUATLUMB

Member
  • Posts

    66
  • Joined

  • Last visited

Posts posted by MEETUATLUMB

  1. sorry we don't really need your wall of text, back in the day this was a pure:

    someone who PUREly trained one skill, eg strength (of course they'd have say 40 attack for a rune scimitar or whatever), or someone who PUREly trained ranged.

    then there were hybrids, who trained two of the offensive stats, and i guess all rounders or whatever, who trained all strength, ranged and magic.

     

    Also, back in the day (rsc days) a pure had little to no prayer, no magic, and no defence, CLEARLY maximising their offense

  2. on $*:TEXT:/^[!.@]site/Si:#: {if ($nick isvoice $chan) { notice $nick www.testeronly.com }else {if ($nick ishop $chan) || ($nick isop $chan) { var %return $iif($left($1,1) == @, msg $chan , notice $nick )%return www.testeronly.com} }}

    that works for [!.]site for voice and [!.@]site for halfop/op

  3. [Tue] [20:55:37] <@[TGG]Joseph> !setflip test

    [Tue] [20:55:37] <+[JH]GrandExchange> *** (MERCH): A new flip item has been set by [TGG]Joseph!

    [Tue] [20:55:53] <@[TGG]Joseph> !flip

    [Tue] [20:55:54] -[JH]GrandExchange- *** (FLIP): The current item(s) being fliped is/are test. Last set 17secs ago by [TGG]Joseph.

    so it's not an alias...

     

    on $*:TEXT:/^[!.]flip/Si:#: {  if ($nick isreg $chan) { notice $nick Error: You do not have the required access to perform this command }   else { 	if (%flip. [ $+ [ $chan ] ] ) { notice $nick Current flip items for $chan are: %flip. [ $+ [ $chan ] ] $+, set $duration($calc($ctime - %fliptime.[ $+ [ $chan ] ] }	else { notice $nick Error: No flip items are currently set	}  }}on $*:TEXT:/^[!.]setflip/Si:#: {  if ($nick op $chan) { set %flip. [ $+ [ $chan ] ] $2- msg $chan A new flip item for $chan has been set, type !flip to see itset %fliptime. [ $+ [ $chan ] ] $ctime}else { notice $nick Error: You do not have the required access to perform this command } }

  4. not untill you take off the autokb off [MM]Bot and hook up my 3 access again in #Mayhem-Makers :@@@@@@@@@@@@@

    Do what the ban message says.

     

    i would like you make me a script called aliases which i can set flip myself on my remote and i can set it or view it.

    not sure what you mean by "called aliases..."

    but this is what I gathered:

     

    on $*:TEXT:/^[!.]flip/Si:#: {  if ($nick isreg $chan) { notice $nick Error: You do not have the required access to perform this command }   else { 	if (%flip. [ $+ [ $chan ] ] ) { notice $nick Current flip items for $chan are: %flip. [ $+ [ $chan ] ] }	else { notice $nick Error: No flip items are currently set	}  }}alias setflip {set %flip. [ $+ [ $chan ] ] $1- echo -a Flip item for $chan set to: %flip. [ $+ [ $chan ] ]msg $chan A new flip item has been set for $chan}

     

    cbf making it look pretty so you can do it yourself

    edit: again, untested, if there are any problems just post here

  5. on $*:TEXT:/^[!.]clankick/Si:#: {  if ($nick isop $chan) {	if ($2) && (!$3) {	  clankick $2 $nick	}	else notice $nick ***7 [Error] You must specify clan tags to ban.  }  else notice $nick ***7 [Error] You do not have the required access to perform this command.}alias clankick {   var %f = 1   while (%f <= $nick($chan,0)) { 	if ($1 isin $nick($chan,%f)) { 	  ban -k $chan $nick($chan,%f) Clan Tags ban on7 $1 by7 $2 $+ .	  inc %f 	} 	else inc %f   } }

     

    Untested but it should work, if there are any problems just post here

     

     

    Jamie` what exactly do you want with the great orb project?

  6. Um, DM command would be cool. Maybe one where like !____ and you do some action to a specified person.

    I said I don't want requests for a DM script...

     

    I'd be interested in a script which connects to MSN servers and acts as a MSN bot via MSL/mIRC, that's a challange.

    There's already a few out there, I'll find one in a sec and edit it in.

    But I did also say I don't want things just for a challenge. I want things that can help clans in a way.

×
  • Create New...