Top

Another Missile Script :P


mIRC Code
+ 1 likes
Please Register to submit score.
Average Score  0.0
Scores Submitted  0
Date Added  Aug 31, 2007
Last Updated  Sep 26, 2007
Tags  missile  script 
  Bookmark and Share

Introduction

Again, another script you've probably seen many of. This is called scripting at 2 a.m. x) I've gone through it and plucked out most of the stuff that wasn't needed, but if you see anything that could be shortened/added please leave a comment! :D

!initiate - This starts the script up. It will PM that user a launch code.
!target <target here> - This will set the target to whatever you put after !target.
!abort - This will cancel the current launch.
!launch - Once you have entered the code and set the target, this will actually fire the missile. Hehe :3
!mstats - This will post your current launch stats into the channel.

[Note: It is also advised to not load the script until you have identified yourself on a server. If not the script and NickServ or what ever other identifying system the server uses could get into a fight. x)]

Edit: I took out the %launch.date out of here just now. I realized a bit ago that I took the dialog out of this one :3

Grab the Code

Comments

  (5)  RSS
Godzilla
Comments: 91
 
mIRC Snippet:  Another Missile Script :P
Posted on Aug 31, 2007 10:58 pm
No use of / before command.
mountaindew
Comments: 1,645
 
mIRC Snippet:  Another Missile Script :P
Posted on Aug 31, 2007 11:00 pm
u dont need /'s, but its helpful to use .'s with .msg so it duznt show up in status window
Akishoot
Comments: 159
 
mIRC Snippet:  Another Missile Script :P
Posted on Sep 1, 2007 2:43 am
[Updated]:

I took mountaindew's advice and replaced the /'s with .'s :) (Thanks ;)

I also added an on *:LOAD:{ so that the !mstats command would function okay. Before if you didn't manually set %fails and %success to 0 you'd have an empty space after the !mstats results until you either got a Failed launch or a Successful launch.
mountaindew
Comments: 1,645
 
mIRC Snippet:  Another Missile Script :P
Posted on Sep 1, 2007 9:50 am
well u only need em for timers and msgs and notices, not .close or .set :P
Akishoot
Comments: 159
 
mIRC Snippet:  Another Missile Script :P
Posted on Sep 1, 2007 7:12 pm
[Updated]:

There was a slight problem with the !target and !launch functions. I forgot to make it so others can't set the target or launch the missile besides the %launch.user. That problem has been fixed :)

Please Register or Login to start posting comments.
Bottom