Sora-: Just added a \'viewfield\' command. So now you can see whos battling. :D I\'ve also edited a few things:
#1: Made it so with the \'Forcadd\' command you cant make users admins, too much of a hassle.
#2: Added a \'random tip\' feature. It just basically gives random tips that are in the \'Help\' command.
Also, please re-load the script into remotes. So it creates the tips.
I\'ve yet to add NPC\'s, when i find enough time I\'ll do so.
Few things.
First of all,
[code]on *:ACTION:*:#: /msg $chan $1-[code]
should be
[code]on *:ACTION:*:#: /describe $chan $1-[/code]
And whats with it messaging the channels with whatever notices you get? Thats just stupid. Especially since people can flood you out that way. Plus you should take out all the /\'s in the code to make it cleaner.
Edited so if someone joins and parts the channel 8 times in 5 minutes, it automatically kick bans them from the channel. Also shortened the time from 10 seconds to 3
I changed changed it a bit, instead of variables it uses ini files, just incase someone accidently erases a variable and doesnt know what to put, ill just have it use inis.
And also, i believe when you use the /exit command, it prompts you if you are sure you want to leave mIRC, which you could just ignore, go into your remotes, and look for that part where that script is in and take it out. and then they could type /timers off.
It unsets the variable \'back\' but i dont even see where it sets it. Unless you are trying to make it
Code
And then in the first alias,
Code
Just saying this because i believe you would be able to come back even if you were already back! (And on a side note, you should REALLY change your first aliases name, just so in the back alias, you can put the /away command in it so it will return you from mIRC\'s away, and also so it doesnt try to run through the /away thing twice, since in the away alias you have it execute the /away command)
You could make this a lot better and more efficiant if it were a dialog. Not saying that its not efficiant right now, but i wouldnt want a bunch of windows to pop up and ask me questions just so i could go away. (I would rather type /amsg afk)
Just about to re-edit it. You now dont have to create the ini yourself, just right click in a channel and go to the plugins menu, and click Add character or Del Character! Currently re coding store..
WindChill, Do this:
1. Open up notepad, copy and paste what you want in there (for the ini)
2. Go to file > Save As > and type in ugc.ini
3. Open up the directory in which you saved the ini file in
4. Right click the ini file, click \'copy\'
5. Open your mirc directory, or in mIRC type //run $mircdir and right click in the directory and click \'paste\'
Ah, I would try to make it DCC form, but i wouldnt be able to test it because my DCC is messed up (i think its because im using a wireless adapter to connect to the internet) But i will make it cleaner, and im also adding something that will make the top users show in the channel topic.