mIRC Homepage
Posted By: Crib Mirc 6.12 non compatible with Invision - 14/10/03 02:19 PM
the new update for mIRC doesn't seem to be compatible with Invision script...when i boot it up it says in the status window "ERROR > is designed for mIRC 6.02 and above, please download mIRC 6.02 or above from http://www.mirc.com"

and a window pops up saying a serious error has accoured and that invision will close in 60 seconds.
Posted By: pheonix Re: Mirc 6.12 non compatible with Invision - 14/10/03 02:20 PM
ask the author of invizion to update his script then..
Posted By: r0ck0 Re: Mirc 6.12 non compatible with Invision - 14/10/03 02:25 PM
See this is where a lot of people are mistaken, scripts like <your favorite script here> are supposed to be compatible with mIRC, not the other way around. If you wait for a bit, I'm sure Invision will be updated for compatibility with the latest mIRC release.
You didn't really expect authors of scripts to get a mIRC release before it's actually released so they can update their scripts, did you? And as the other guy said, you got it backwards. Also, the author of that script is not the brightest kid on the block for claiming it works with 6.02 and above, since he has not a clue what changes will be made in future versions. The best he can do is say it's designed for 6.02.
Quote:
Also, the author of that script is not the brightest kid on the block for claiming it works with 6.02 and above, since he has not a clue what changes will be made in future versions. The best he can do is say it's designed for 6.02.


Indeed, and quite possibly does not understand the use of > either... wink

PastMaster
Posted By: Gambit Re: Mirc 6.12 non compatible with Invision - 19/10/03 10:00 PM
You can edit it to work with invision. open the 'igostop' remote section, ctrl-g to line 276.

then replace that line with this line:
if ($version != 6.02) && ($version != 6.01) && ($version != 6.12) { error $r.glob(Script,Logo) is designed for mIRC 6.02 and above, please download mIRC 6.02 or above from http://www.mirc.com | halt }

The only change is the third $version part, so you can just change that if you prefer.

So if you're doing this from mIRC itself, work fast, you only have a minute!

Be sure to apply the changes. mIRC may restart after the 60 secs anyway, or it may not, but either way it'll work fine next time you boot it.

OK?
Posted By: argv0 Re: Mirc 6.12 non compatible with Invision - 26/10/03 09:54 PM
haha clearly this scripter isnt that smart if he doesnt use a $version >= 6.02 instead of checking each one..
© mIRC Discussion Forums