|
donki Newbie
Joined: 13 Jul 2003 Posts: 5
|
Posted: Wed Jul 30, 2003 6:42 pm
ZMUD and mIRC |
Hello, please help me someone!
The speed and precision is very important on the mud what i play, i would like to make a trigger what capture text and send it to mIRC automatically. Can i do it? (How?) |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Thu Jul 31, 2003 1:11 am |
If your mIRC client has a published COM interface it is readily doable. If not it would require A fairly large amount of knowledge in programming with the Windows API, and an operable understanding of how to write a zMud plugin in order to do it reliably. When you can provide an answer to that large if then maybe someone can say how to do it.
|
|
|
|
Rorso Wizard
Joined: 14 Oct 2000 Posts: 1368
|
Posted: Thu Jul 31, 2003 10:20 am |
quote: Originally posted by Vijilante
If your mIRC client has a published COM interface it is readily doable. If not it would require A fairly large amount of knowledge in programming with the Windows API, and an operable understanding of how to write a zMud plugin in order to do it reliably. When you can provide an answer to that large if then maybe someone can say how to do it.
Actually it can be done using DDE.
Example:
First make sure DDE is enabled in mIRC. Send this command in mIRC: /ddeserver on
Now it should be possible to send a command through DDE like this
#dde "mIRC" "COMMAND" "/echo hello"
As you see COM wasn't even needed |
|
|
|
DeathShadow Adept
Joined: 11 Nov 2000 Posts: 228 Location: USA
|
Posted: Thu Jul 31, 2003 5:09 pm |
bah! DDE is *so* last year! [:p]
|
|
|
|
donki Newbie
Joined: 13 Jul 2003 Posts: 5
|
Posted: Fri Aug 01, 2003 8:02 am |
Thank you for help! Rorso, it works!
|
|
|
|
|
|