InkofDeath Posted October 9, 2008 Share Posted October 9, 2008 Well as a little side-project fun I've been looking into mIRC scripting. I got through the huge list of commands there were, and then went onto Triggers. Triggers or On *:*:* things go in the Remote folder correct? Anyways, I put this: ON *:JOIN:#pa: /msg $chan Hi $nick $+ ! Welcome To $chan I was told in #MsL to put { } : ON *:JOIN:#pa: { /msg $chan Hi $nick $+ ! Welcome To $chan } Didn't do it either. Was then given this: On *:JOIN:#pa: { msg $chan Hello $nick $+ . } Didn't work either. /remote on Is on. I did save the file. What could my problem be that the mIRC client isn't reading the Remote file(s)? Any suggestions or thoughts? Sorry if I'm missing something thats right there, but those in #mSL didn't know what else either? Thanks Link to comment Share on other sites More sharing options...
InkofDeath Posted October 9, 2008 Author Share Posted October 9, 2008 I think I've found out what it is, but don't know exactly how to solve it. I have the mIRC stored in two different locations: C:\Users\Quinn\AppData\Roaming\mIRC ^This contains: Backups channels downloads logs scripts sounds mirc perform servers urls The first 6 here are folders. & C:\Program Files\mIRC ^This one contains the readme, uninstall, ircintro, versions, defaults (mirc, servers, urls, & another folder scripts, which has aliases, remote, & popups) My pathways are really screwed up, does anyone know a way to re-organize them? Or find out which pathways are the correct ones so they can be organized? Or did I just search to hard and these files are suppose to be there? Link to comment Share on other sites More sharing options...
MageUK Posted October 9, 2008 Share Posted October 9, 2008 Copy the mirc.ini from C:\Users\Quinn\AppData\Roaming\mIRC into C:\Program Files\mIRC. mIRC will then use C:\Program Files\mIRC as its default directory for everything. There's also plenty of identifiers to help you find out where things are: //echo -a $mircdir //echo -a $mircexe //echo -a $mircini //echo -a $logdir Link to comment Share on other sites More sharing options...
InkofDeath Posted October 9, 2008 Author Share Posted October 9, 2008 Thank you a lot Peter, however when I did that, all of my alias's, Popups, and everything else somehow were deleted when I didn't even touch them. Oh well, hopefully things can svae themselves, lol... But yea thanks a bunch. <3 Oh one problem though I keep getting: 'mIRC has been changed; reload from disk?' [] Enable initialization? As a pop up whenever I open the script editor or perform. Link to comment Share on other sites More sharing options...
MageUK Posted October 10, 2008 Share Posted October 10, 2008 To get all of your popups etc. back just copy the relevant files over from Users to the Program Files folder. By putting the mirc.ini in the program files folder it means mIRC now looks at that as its root folder, before it looked at the users folder which is where your old scripts are. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now