mIRC Home    About    Download    Register    News    Help

Print Thread
#47644 06/09/03 11:04 PM
D
DeadlySin
DeadlySin
D
can any1 give me a script so that hen sum1 says sum thing like im king of the world i can say sum thing bk on its own and i would like a disable and able trigger to if that possible oh and 1 more thing can u give me the script to rite click in the box to disable and able it. (i ask for alot :tongue: )

Thx

#47645 06/09/03 11:19 PM
Joined: Dec 2002
Posts: 817
P
Hoopy frood
Offline
Hoopy frood
P
Joined: Dec 2002
Posts: 817
/help on text

#47646 06/09/03 11:55 PM
D
DeadlySin
DeadlySin
D
thx for the reply but that dont help me im a newb at all the stuff on /help text can any1 give me the script for any thing easyer

#47647 06/09/03 11:56 PM
D
DeadlySin
DeadlySin
D
the for is a or :tongue:

#47648 06/09/03 11:58 PM
Joined: Dec 2002
Posts: 3,015
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,015
You can edit posts with the edit button above them.
Code:
on *:TEXT:I'm the king of the world:#:{
  msg # No you're not.
}

#47649 07/09/03 12:02 AM
Joined: Dec 2002
Posts: 3,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
menu channel {
.King of the world
..Enable:enable #king | echo -a *** King of the world enabled.
..Disable:disable #king | echo -a *** King of the world disabled.
}

#king off
on 1:TEXT:*im*king*of*world*:#Channel: {
msg $chan No you are not, I am the king of the world.
}
#king end
This will popup in the channel
This will trigger when someone uses
im the king of the world in a sentence.
I hope that helps you. grin

#47650 07/09/03 12:03 AM
D
DeadlySin
DeadlySin
D
lol i did not c the edit and thx for the script but i still need a on and off button but thx neay for that grin

#47651 07/09/03 12:05 AM
D
DeadlySin
DeadlySin
D
hehe thx for that SladeKraven just that when i fin my other post that 1 popped up :tongue: ty grin

#47652 07/09/03 12:07 AM
Joined: Dec 2002
Posts: 3,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
You're welcome. smile

#47653 07/09/03 12:17 AM
D
DeadlySin
DeadlySin
D
i dont mean to b rude but that script dont work for me frown i put it all in remote y is that?

#47654 07/09/03 12:29 AM
Joined: Dec 2002
Posts: 3,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
Not at all, the problem is probably because you did not specify channel, that's why I made it in red, to show you it needs changing, if you wont it to respond on all channels simply change #Channel to #
Sorry, I should have said you need to change the channel name. Other than that it appears to work fine for me.
<User> im the king of the world
<Andy> No you are not, I am the king of the world.

#47655 07/09/03 12:29 AM
P
pheonix
pheonix
P
change: #channel to: #

#47656 07/09/03 12:32 AM
D
DeadlySin
DeadlySin
D
lol i have done that b4 i posted it does not work oh and i have mirc 6.1 does it work on that?

Last edited by DeadlySin; 07/09/03 12:32 AM.
#47657 07/09/03 12:37 AM
Joined: Dec 2002
Posts: 3,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
I have tried it in my script, it works fine, do you have any other on TEXT events running in that script?

#47658 07/09/03 01:21 AM
D
DeadlySin
DeadlySin
D
no 1 dont only input stuff but i dont know if thats the same confused confused

#47659 07/09/03 07:13 AM
Joined: Mar 2003
Posts: 1,256
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,256
Do remember that you cannot trigger your own on text stuff. Also, if you really want such specific codes, you should learn how to do it yourself. This forum isn't really the place to get an entire script written for you.

Try Pasmal's scripting tutorial

#47660 07/09/03 01:05 PM
Joined: Feb 2003
Posts: 3,412
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,412
It looks like it is now grin

#47661 07/09/03 04:03 PM
M
MircMania
MircMania
M
I have never ever made my own popup and I don't see the use of them. I hate reaching over for my mouse at all, I often just use the number pad to move my cursor. I remember one day trying to make one just for to have done it but then I gave up because I couldn't see how it could be done.

#47662 09/09/03 04:01 PM
D
DeadlySin
DeadlySin
D
ill replying to say i got my own little one working and thx for the help but now i need sumthing eles with it confused iv got the enable and disable trigger but i got diffrent ones like wut trigger and more but do u know a trigger to enable and disable them all at the same time? confused


Link Copied to Clipboard