Jump to content

takaharu_

Members
  • Posts

    141
  • Joined

  • Last visited

About takaharu_

  • Birthday 07/20/1986

Contact Methods

  • Website URL
    http://

Profile Information

  • Gender
    Male
  • Country
    United States

takaharu_'s Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I think you'd be better off using the regions and goto line but to each their own.
  2. Out of curiosity, what made you separate everything into its own file? Wouldn't it have been better to put them into (I've forgotten the mIRC term for it) regions? For example: #MySection on if (somecode = something) { blah | moreBlah } #MySection end
  3. They'll probably need to come up with another password reset system too. It never ceases to amaze me how many newbies we get in my workplace that can't enter Password1 within the limit of five attempts.
  4. I find that 1366x768 is a big step backwards. Think about it - several years ago (around 2002?) 15" TFTs were becoming the standard with 1024x768 as the screen resolution then that eventually went on to 1280x1024. These new 1366x768 resolutions are wider than they were 8yrs ago but it's the same height!!! This is a personal opinion, mind you, so if you prefer wider to overall bigger, feel free. There are quite a few people at my workplace that prefer the slightly wider screen res for that extra column or two on their spreadsheets. I would've gone the extra £10-20 for a screen resolution of... well, just bigger.
  5. If TG had a radio station then that would mean it'd need a jingle... and a slogan. That would be kinda cool yet odd. In all seriousness though, it seems like a good idea but I don't think there would be enough people to keep it alive so it would likely end up fading out then disappearing. Any DJs probably wouldn't have any ties to the station either if a paid position becomes available to them or more popular Internet station comes along with an offer, which would provide better work experience.
  6. There's no definitive way of doing this because there is an option in mIRC to turn off responses and you also have the ability to customise the response (either a custom reply or none) so I wouldn't recommend doing this, personally.
  7. Isn't $nofile($mircexe) the same as $mircdir or has that changed?
  8. You'd have it exactly where you currently have it: menu channel { - Sounds .On:enable #Sounds .Off:disable #Sounds } alias soundscript { echo -a The sounds script is in: $scriptdir } #Sounds on on *:Op:*:{ splay $scriptdirOp.wav } on *:Join:*:{ splay $scriptdirjoin.wav } on *:Part:*:{ splay $scriptdirleave.wav } on *:kick:*:{ splay $scriptdirkick.wav } on *:away:*:{ splay $scriptdiraway.wav } on *:back:*:{ splay $scriptdirback.wav } #Sounds end With the above code you can find out where the script is located so you can put the sounds in the same directory. Just type /soundscript and it will tell you the folder where it's located. If you would prefer to put the sounds in a sub folder just add the folder in between as thus: $scriptdirsounds\Op.wav So, type /soundscript into your status window, navigate to the displayed folder, copy the sounds to that folder then see if the script works.
  9. Do you have them in the same directory as the script or mIRC.exe? You're better off specifying exactly where they are so that there are no mistakes. If, for example, the script is called sounds.mrc and the sounds are in the same location use: splay $scriptdirjoin.wav The last time I used $scriptdir and $mircdir you didn't need a back slash (\) but it's straight-forward if you do need to add it.
×
×
  • Create New...