mIRC Homepage
Posted By: Chieza HeyI - 01/10/07 12:53 PM
Helo,

I'm not so good in mirc scripting so i'm going to ask the pro's like you guys .

I need a popup script so, when someone does a privemsg to me , that i get a popup on the right side of my screen ( the goal is, that when mirc is minimized , and someone privemsg me, that i get that popup ... ) Can someone please help me with it?

Greetz
Posted By: Mentality Re: HeyI - 01/10/07 01:31 PM
You don't need a script provided you use the latest version of mIRC (at this time, v6.3). Go to ALT+O > Display > Options > [Tips...] and enable the tips with the check box at the top. Make sure the box 'Message' is checked under Private tips.

Regards,
Posted By: Chieza Re: HeyI - 01/10/07 03:11 PM
Thanks m8,
Now next problem i just see in my script is

This

cmdlist {
echo -a 2 >General Script commands:
echo -a 2F2 Get started +> Connects to server
echo -a 2F3 Ops your self ( only when you are irc operator )
echo -a 2F4 Voices Everyone
echo -a 2F5 Ops Everyone
}

He doesn't show it when i write /cmdlist he gives me this

-A Unknown command
-

??:s why doesn't that work?
Posted By: LittleJohn Re: HeyI - 01/10/07 04:25 PM
Check to make sure the script is not in your Remotes tab if so add alias before the cmdlist

alias cmdlist {
echo -a 2 >General Script commands:
echo -a 2F2 Get started +> Connects to server
echo -a 2F3 Ops your self ( only when you are irc operator )
echo -a 2F4 Voices Everyone
echo -a 2F5 Ops Everyone
}

it it is in alias tab it should work.
Posted By: Chieza Re: HeyI - 02/10/07 05:11 PM
Hey doesn't work neather.. check this screenshots

http://img222.imageshack.us/my.php?image=screen1vy1.jpg

http://img229.imageshack.us/img229/6084/screen2zd9.th.jpg

whats wrong?:s
Posted By: LonDart Re: HeyI - 03/10/07 07:15 AM
I couldn't see your screenshot very well, but it looked to me like you had added 'alias' in front of 'cmdlist'.
That would be the proper format if your alias were on the Remotes tab.
The picture looked like your alias was on the Aliases tab, where you don't need to begin it with 'alias'.
Which is what LittleJohn said.
It should have worked from the Aliases tab as you had posted it.
As long as there is a space between 'cmdlist' and '{', it ought to work. Your post showed a space there, and it worked for me from my Alias tab.
On the Alias tab, take out the word 'alias', then click the button at the upper right that has '{}' on it. If you have a bracket mismatch it will say so. If you don't get an error message, I'm a bit stumped as to what the problem would be. frown
Posted By: Chieza Re: HeyI - 03/10/07 05:37 PM
Thx LonDart,

Now it workds perfect ;-) thank you for your help guys.
© mIRC Discussion Forums