Top

Comments

  (26)  RSS
ƒØ×'s
Gummo
Comments: 107
 
mIRC Snippet:  F0x's Mega Op Script
Posted on Oct 21, 2007 7:45 am
Code:
if ($1 isin +Iinvitelist) { set %prefix $+(+,$str(I,$modespl)) | goto start }
if ($1 isin -Iinvitelist) { set %prefix $+(-,$str(I,$modespl))

Shouldn\'t they have something different for \'invitelist\'?
Kyousoukyoku
Comments: 45
 
mIRC Snippet:  F0x's Mega Op Script
Posted on Oct 20, 2007 8:39 pm
Missing a bracket at the end of your mass command.
ƒØ×
Comments: 5
 
mIRC Snippet:  F0x's Mega Op Script
Posted on Oct 20, 2007 8:08 pm
the /mass command should work because its in a alias in the script. It works fine for me, maybe you missed part of the script?
Tippy
Comments: 28
 
mIRC Snippet:  F0x's Mega Op Script
Posted on Oct 20, 2007 3:26 pm
I like it fox,But /mass is a unknown command try to make it a bit different so that you can use it on any server/ISC
ƒØ×
Comments: 5
 
mIRC Snippet:  F0x's Custom 3 Colour AMSG
Posted on Oct 20, 2007 12:10 am
with the bracket yea i hit the wrong key but it still works..

and tippy, i did it like \"ac\" because its shorter and quicker to type.
Tippy
Comments: 28
 
mIRC Snippet:  F0x's Custom 3 Colour AMSG
Posted on Oct 19, 2007 3:47 pm
[quote:a34298a214=\"Bull\"]The bracket at the end is open,make it } not {

I agree Bull,also the code why not make it more like...

Code:
alias colour-set {
  /set %colour1 [ $1 ]
  //echo %colour1 \".::\"1 colour has been set.
}

Bull
Comments: 15
 
mIRC Snippet:  F0x's Custom 3 Colour AMSG
Posted on Oct 19, 2007 2:38 am
The bracket at the end is open, make it } not {
DarkDaemon
Comments: 51
 
mIRC Snippet:  F0x's Custom 3 Colour AMSG
Posted on Oct 17, 2007 9:53 pm
Nice
RubixCube
Comments: 51
 
mIRC Snippet:  F0x's Game Launcher v1.0
Posted on Oct 1, 2007 5:34 am
Ah, I am sorry for my mistake. I didn\'t see that. It would still require a lot of work beforehand to use this snippet. As I said, it would be easier to have a user just run a selected program.

- RubixCube
ƒØ×
Comments: 5
 
mIRC Snippet:  F0x's Game Launcher v1.0
Posted on Oct 1, 2007 5:26 am
If you read, it says these are the ones on my computer, i do not asume they have them, as for it being so simple, yes I know it is, I am only a new scripter.
RubixCube
Comments: 51
 
mIRC Snippet:  F0x's Game Launcher v1.0
Posted on Sep 30, 2007 8:51 pm
This snippet isn\'t too great, I\'m sorry. You seem to assume other users have these demos/games installed (some are) to the snippet user\'s computer, or you just got this code from your personal remotes. As the others have already said, it would be much more compatible to use a code as this:

Code:

menu channel {
  Run application:{
   var %t $$sfile(C:\\,Choose an file/application to run:)
   run %t
  }
}

mountaindew
Comments: 1,550
 
mIRC Snippet:  F0x's Game Launcher v1.0
Posted on Sep 30, 2007 7:05 pm
Quote:

..MineSweeper:/run C:\\WINDOWS\\system32\\winmine.exe


does anyone else play minesweeper? my scores are 1-34-115
simplicity
Comments: 17
 
mIRC Snippet:  F0x's Game Launcher v1.0
Posted on Sep 30, 2007 1:31 pm
Or you could just make it:

Code:

alias game.run { 
 var %sfile $$sfile(C:\\,Choose game/file you wish to run)
 run %sfile
}


That simple.
Sora-
Comments: 19
 
mIRC Snippet:  F0x's Game Launcher v1.0
Posted on Sep 30, 2007 1:01 pm
Hmm, yeah, something must be wrong with it :|
* /run: unable to open \'C:\\WINDOWS\\system32\\spider.exe\'
* /run: unable to open \'C:\\Program Files\\Electronic Arts\\Battlefield 2142 Demo\\BF2142.exe\'
* /run: unable to open \'C:\\Program Files\\Microsoft Games\\Midtown Madness 2\\Midtown2.exe\'
Akishoot
Comments: 147
 
mIRC Snippet:  F0x's Game Launcher v1.0
Posted on Sep 29, 2007 10:21 pm
Oops. That was using a dialog. Here\'s using menu\'s...:

Code:

menu menubar {
  Example
  .GameName
  ..Find Location:set %Exam $sfile($mircdir*.exe,Locate Game .exe...,Open)
  ..Run:.run %Exam
}
Akishoot
Comments: 147
 
mIRC Snippet:  F0x's Game Launcher v1.0
Posted on Sep 29, 2007 10:16 pm
One problem I do see with this script is that (as you stated in the Introduction), what if the person did not save the game to that directory? You should allow them to locate the .exe file manually using $sfile and setting a variable. This would make it a lot easier then having to type it all out.

Here\'s an example using $sfile:

Code:

dialog example {
  title \"Example\"
  size -1 -1 144 58
  option pixels
  button \"Find...\", 1, 8 34 46 19
  button \"Run\", 2, 85 33 46 19
  edit \"\", 3, 8 10 127 20, autohs
}
on *:dialog:example:sclick:1:{
  set %Exam $sfile($mircdir*.exe,Locate Game .exe...,Open)
  did -ar example 3 %Exam
}
on *:dialog:example:sclick:2:{
  .run $did(example,3).text
}


storMaz
Comments: 3
 
mIRC Snippet:  Bot Staff Commands v2.0
Posted on Sep 3, 2007 9:22 am
Hey, great bot!

One question: Since there ain\'t any !addfirstadmin like commands you have to write it manually to the ini file, correct? How would I do that for myself?

I\'ve looked up $adress, $nick and /writeini to figure out how it writes the nick/adress to the ini but I couldn\'t come up with anything.
ƒØ×
Comments: 5
 
mIRC Snippet:  F0x\'s Comebacks Menu
Posted on Aug 31, 2007 12:26 am
I made the menu cause I DIDN\'T want it to read randomly, I wanted the user to be able to select it.
mountaindew
Comments: 1,550
 
mIRC Snippet:  F0x's Op Command Menu V2.0
Posted on Aug 30, 2007 11:07 am
umm...why would you want a random key? :/
cantseeme
Comments: 48
 
mIRC Snippet:  F0x\'s Comebacks Menu
Posted on Aug 30, 2007 9:29 am
just make a alias read randomly from a text file.
1 2 Next
Bottom