|MELIORITE|

|MELIORITE|

Joined
Jan 23, 2007

Activity Stream

|MELIORITE| commented on a Page, BDSM Auction  -  Nov 13, 2008

Well...

You could replace "#ChanName" yourself with $Chan, otherwise every time you wanted to run it in any channel you would have to keep going back through the code and making chan name changes...

 Respond  
|MELIORITE| commented on a Page, On Input Designs  -  Nov 13, 2008

It has similar schemes to those in some older bot scripts, like the Ultimate Project ones. The names on the colour schemes are also of the same variety...

 Respond  
|MELIORITE| commented on a Page, Another Useless 8ball script?  -  Jul 30, 2007

Nice try at a variation. The original 8ball is not set on text triggers other than the command 8ball so the responses come out at random. You\'ve added some specific triggers- nice try

 Respond  
|MELIORITE| commented on a Page, Join-Welcome Notice  -  Jul 30, 2007

Notices are good because they avoid clogging the channel each time a person joins- You could develop this code by creating a channel entry list which would avoid writing new lines for each entry and part

 Respond  
|MELIORITE| commented on a Page, Word scramble game  -  Jun 21, 2007

Looks neat to me. I haven\'t tested it yet, but nice job :)

 Respond  
|MELIORITE| commented on a Page, Memo Script  -  Jun 14, 2007

they are no longer necessary is all... helps to make a tidy style :)

 Respond  
|MELIORITE| commented on a Page, NO SPAMMERS !!! back !  -  Jun 13, 2007

Its a dialog box, use the buttons and make the relevant entries then sit back and enjoy the ride

 Respond  
|MELIORITE| commented on a Page, DOND (Deal or No Deal) v0.18.3 BETA  -  Jun 13, 2007

Nice work :)

 Respond  
|MELIORITE| commented on a Page, Memo Script  -  Jun 11, 2007

dang sry about dbl post .... first one lagged badly

 Respond  
|MELIORITE| commented on a Page, Memo Script  -  Jun 11, 2007

Your snippet is prettier than your pic ... heehee.... You could tidy up a little (for example remove the unnecessary /\'s before each \"write\") Otherwise pretty ok stuff

 Respond  
|MELIORITE| commented on a Page, Memo Script  -  Jun 11, 2007

Your snippet is prettier than your picture heehee... You could clean up the snippet a little (for example take out unnecessary / \'s before each write). Otherwise... pretty ok stuff

 Respond  
|MELIORITE| commented on a Page, Bebop's AGreet  -  Jun 11, 2007

Nice work

 Respond  
|MELIORITE| commented on a Page, Trivia  -  Jun 11, 2007

You create a text file called trivia.txt either with questions downloaded or ones you have self-researched. You save / keep the file in the same place that you would store this snippet (even if you have loaded it straight to your remotes, you will find it in the files where yours or your bots files are kept- e.g. C:/Program Files/BotName/mIRC ). Then the snippet will read the file from within the same location...

 Respond  
|MELIORITE| commented on a Page, !comands  -  Jun 07, 2007

They will be the same commands as yours if you include the commands snippet as part of larger commands. At the moment this snippet has nothing to offer, however, if you include your acupuncture snippet, and along with your stick snippet, and with the other snippets, you would have commands to place in there. The commands won\'t be different since they are already incorporate into the other snippets. It doesn\'t need to be made editable...

 Respond  
|MELIORITE| commented on a Page, counters people kicking you  -  Jun 06, 2007

This snippet won\'t do anything

 Respond  
|MELIORITE|   -  Jun 06, 2007

@sadistic_sin With all the action command snippets, they could be drawn together into one package, something similar to:


on *:TEXT:*:#: {
  if (!cake isin $1) && ($2 isin $chan) { describe $chan puts cake in $2 \'s mouth }
  elseif ($2 !isin $chan) || ($2 == $me) { describe $chan throws cake at $nick instead } {
    if (!acupuncture isin $1) && ($2 isin $chan) { describe $chan $2 gets needled }
    elseif ($2 !isin $chan) || ($2 == $me} { describe $chan $nick gets stabbed instead }
    }
  else { return }
}

Something like that for example anyway .... hard to think about it while I\'m at work ;)  
 Respond  
|MELIORITE| commented on a Page, !comands  -  Jun 06, 2007

Unfortunately, this one would not count as a snippet. To develop this, you could have included a list of actionable commands, for example, put together your acupuncture and stick script then had the commands to refelct the commands in process... for example, after placin in your actionable snippets, then place in:

on *:Text:!commands:#: {
  msg $nick The commands are: !stick <nickname> to poke a stick; !acupuncture <nick> for needles
 Respond  
|MELIORITE| commented on a Page, !acupuncture =D  -  Jun 06, 2007

See my comments on your snippet 2763

 Respond  
|MELIORITE| commented on a Page, !stick  -  Jun 06, 2007

Rather than single line snippets, you could try incorporating a few of your ideas into one larger \"package\". You could add to this, as it stands, for example:

on *:TEXT:!stick*:#: {
  if ($2 == $null) { msg $chan There\'s no way thats happening pal }
  elseif ($2 == $me) { msg $chan no $nick, you do it yourself }
  else { describe $chan gently pokes both of $2\'s eyes out with a stick }
}
 Respond  
|MELIORITE| commented on a Page, !gtfo  -  Jun 06, 2007

If you can\'t get back to the channel on part, I\'m not sure anybody will know when to invite you back. If you only want it to work in the active channel ($2), then rather than enter the channel name: eg. !gtfo #channelname, it would be simpler to have something like:

on *:text:!gtfo:#: {
  part $active ...

since the snippet already only identifies the entry of text and the parting of the specified channel ($2). However, if you\'re bot is in 20 channels and you only want it to part a specified channel, the channel entry remains, but rather than having to go to that channel and type !gtfo <#chan>, you could msg the bot with the command:

on 500:text:!gtfo*:*: {
  part $2... 

This allows both a channel command and a private msg command to the bot. I have included for example, user level access 500, because if there are no access levels, as this currently stands, anybody could tell your bot to !gtfo...

 Respond  
|MELIORITE| commented on a Page, !emo  -  Jun 06, 2007

I can see you\'re practising some of the coding knowledge you are developing. Keep up the practice...

 Respond  
|MELIORITE| commented on a Page, Hangman v1.0  -  Jun 04, 2007

The active channel will the one where the bot/snippet is located and the game is requested. I was suggesting take out the invitations to join particular channels on the snippet, so it will be played either in chans where bot is active, and instead have a separate request bot snippet.... just an idea to avoid the complicatios of query msgs to commence games where the bot/snippet is not available in the chan requested.

 Respond  
|MELIORITE| commented on a Page, Kill game  -  Jun 03, 2007

Having %kill2 with two different random responses could be a difficulty, although I can see that one is successful and the other unsuccessful...

A good interactive game idea (a little brutal for me though ;P). You might consider a random reading of active nicks on the nicklist and the game once started, takes active nicks at random and has its own murder game running? Just an idea....

Linesftw, there is no kick in the snippet, so you don\'t have to worry about that...
SpotRedDog, you enter the nick manually from those already in the channel, as in !kill SpotRedDog :D ... no need for the menu option to play the game.

 Respond  
|MELIORITE| commented on a Page, Starter Battle Bot - Attack Alias  -  Jun 03, 2007

Its only part of a whole snippet... and, the aliases need to be set correctly.

 Respond  
|MELIORITE| commented on a Page, Alarm clock  -  May 31, 2007

Having a sound played or screen highlight would have been a way of making this snippet really fun and somewhat useful.

 Respond  
|MELIORITE| commented on a Page, Hangman v1.0  -  May 31, 2007

I like the work you have done on this snippet.

 Respond  
|MELIORITE| commented on a Page, Botoff  -  May 31, 2007

I\'m wondering why you would want to turn all your bot scripts off and still have it on line when you could not turn it on again... its probably better to just make your bot quit the server. As dmdlflore suggests, grouping scripts is good because then you can turn off collected features, for example, turn off all the reactive and speech modes when they get annoying and leave protections on. Also, have access levels to the bot is important, as also suggested. I cannot see any practical application for this snippet.

 Respond  
|MELIORITE| commented on a mIRC Script, X undernet mirc bot beta version v.1.0 world cooolstar Pakistan  -  May 30, 2007

alexxx, read the authors note and the installation.txt

 Respond  
|MELIORITE| commented on a Page, Auto-Greets  -  May 28, 2007

ermansanidhya... change #Yourchannel to the name of your channel... eg #slippery. Also take out the colours might make it work. The snippet could still have improvements.

 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.