What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Bot Developers Kit available! (Update 16-05)

Pages: (5): « First « 1 2 3 [ 4 ] 5 » Last »
2 votes - 5 average   Bot Developers Kit available! (Update 16-05)
Author: Message:
mrhuge
Junior Member
**

Avatar

Posts: 88
Reputation: 5
46 / Male / –
Joined: May 2003
O.P. RE: Bot Developers Kit available! (Update 16-05)
quote:
Originally posted by TheGeek
Is there a way to send a message with the same font as a normal message?
What's the font of a 'normal' message?
I guess you mean that you want to send a message in the same font as the font you use for messages in MSN Messenger itself. In BotDK you always have to specify which font to use for a message (except for hidden messages). If there is a way of getting MSN Messenger's font settings, then you can use those settings for BotDK as well.
05-17-2005 08:35 PM
Profile PM Find Quote Report
TheGeek
Full Member
***

Avatar
Excuse my geekyness.

Posts: 179
Reputation: 15
33 / Male / –
Joined: Feb 2005
RE: Bot Developers Kit available! (Update 16-05)
Ah, I see...
Just another question, does it parse tags like (!IP) yet?
(I haven't tested it yet cause i lack the time to do so...)
[Image: 468x60banner.png]
05-18-2005 12:46 PM
Profile E-Mail PM Web Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Bot Developers Kit available! (Update 16-05)
quote:
Originally posted by TheGeek
Ah, I see...
Just another question, does it parse tags like (!IP) yet?
(I haven't tested it yet cause i lack the time to do so...)
He already answered that question from you:
quote:
Originally posted by mrhuge
quote:
Originally posted by TheGeek
Will it also parse MsgPlus! Tags like (!IP)?

You can parse any message with a BotDK plugin, because your plugin will get the message before MSN Messenger and MSGPlus! do.
...and further posts....


--------

BotDK is a layer between MSN Messenger/Messenger Plus!/plugins and you. So there don't have to be a real parsing of those tags. If you want to use them, simply use them like you would in any normal plugin. After those BotDK plugins are finished doing their job the text is handled by Messenger Plus! and its plugins, meaning tags will be parsed...
.-= A 'frrrrrrrituurrr' for Wacky =-.
05-18-2005 02:37 PM
Profile PM Find Quote Report
TheGeek
Full Member
***

Avatar
Excuse my geekyness.

Posts: 179
Reputation: 15
33 / Male / –
Joined: Feb 2005
RE: RE: Bot Developers Kit available! (Update 16-05)
quote:
Originally posted by CookieRevised
quote:
Originally posted by TheGeek
Ah, I see...
Just another question, does it parse tags like (!IP) yet?
(I haven't tested it yet cause i lack the time to do so...)
He already answered that question from you:
quote:
Originally posted by mrhuge
quote:
Originally posted by TheGeek
Will it also parse MsgPlus! Tags like (!IP)?

You can parse any message with a BotDK plugin, because your plugin will get the message before MSN Messenger and MSGPlus! do.
...and further posts....


--------

BotDK is a layer between MSN Messenger/Messenger Plus!/plugins and you. So there don't have to be a real parsing of those tags. If you want to use them, simply use them like you would in any normal plugin. After those BotDK plugins are finished doing their job the text is handled by Messenger Plus! and its plugins, meaning tags will be parsed...

sorry bout that :$, guess i'm not paying attention today :(
[Image: 468x60banner.png]
05-18-2005 03:05 PM
Profile E-Mail PM Web Find Quote Report
John
Full Member
***

Avatar
www.johnjoosten.net

Posts: 259
Reputation: 12
38 / Male / Flag
Joined: Sep 2004
RE: RE: Bot Developers Kit available! (Update 16-05)
quote:
Originally posted by CookieRevised
quote:
Originally posted by Jaguar
This plugin sounds great at first, but it's too difficult for the general public to use so in my opinion it isn't that great and won't be too popular. But that's just my opinion. :P
This isn't made for the n00b people in the first place....

This is made for those who want something "extra" to develop plugins; It is made for those who also create normal Plus! plugins...

Ok, I thought it was something it's not.
[Image: johnsig02.png]
05-20-2005 02:42 PM
Profile PM Web Find Quote Report
kusamochi
New Member
*


Posts: 1
Joined: Jan 2006
RE: Bot Developers Kit available! (Update 16-05)
your plugin example works :D I got it loaded.
but no responce at all in the conversation >________<
01-28-2006 11:57 AM
Profile E-Mail PM Find Quote Report
zero_kool
New Member
*


Posts: 8
Joined: Feb 2006
?
i cant get a refence to this dam dll
02-03-2006 11:03 PM
Profile E-Mail PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Bot Developers Kit available! (Update 16-05)
quote:
Originally posted by zero_kool
how would you use this in vb6?
Read thread:
quote:
Originally posted by mrhuge
quote:
Originally posted by super-schaf
do you need vb expirience? ( i dont have a clue how to work it! :-( ) can anyone help me?
You need to have experience with a COM-compatible programming language.
However, you can't use Visual Basic 6, because VB6 doesn't support Free threaded COM objects. You can use VB.NET instead.
Documentation on how to create BotDK plugins is located in [install folder]\Documentation (for example: C:\Program Files\BotDK\Documentation).

PS: don't double post (make two post in a row), instead edit your previous one if you wanna add something.
.-= A 'frrrrrrrituurrr' for Wacky =-.
02-04-2006 01:42 AM
Profile PM Find Quote Report
zero_kool
New Member
*


Posts: 8
Joined: Feb 2006
RE: Bot Developers Kit available! (Update 16-05)
sorry but i got 3 errors
Warning    3    Type of parameter 'recFontInfo' is not CLS-compliant.    C:\Documents and Settings\brenda pompu\Desktop\VBDotNetExample\BotPlugin.vb    70    142    VBDotNetExample
Warning    2    Type of parameter 'objPluginHost' is not CLS-compliant.    C:\Documents and Settings\brenda pompu\Desktop\VBDotNetExample\BotPlugin.vb    27    33    VBDotNetExample


i follow the registering of the dll's and its not working ahaha

This post was edited on 02-04-2006 at 06:16 AM by zero_kool.
02-04-2006 06:08 AM
Profile E-Mail PM Find Quote Report
BoBaLeX
New Member
*


Posts: 7
– / Male / –
Joined: Feb 2006
RE: Bot Developers Kit available! (hook problem with BotDK)
Hello,
(this is my first post on this forum... so hi everybody)

So, let's see the problem:

For the "story", I installed BotDK, compiled the VBDotNetExample bot and loaded it with BotDK...... All went good, the about and config box opened correctly but...... the auto-answer function didn't work!
(I also modified that after, and conclude that the tweaks in OnMessageReceive/Sent, and OnIncoming/Outgoing convers were not working)

So, from there, I decided to make my own bot with VC++6
after a moment (I didn't touch VC for ages, so I'm not an expert lol), I noted the same problem: My functions (I mean what i call) in the ShowAboutBox and config functions are called correctly (for ex., a messagebox),
But all the functions in the OnMessageReceived/Send etc... are not executed!!!!

so my question is here :

So i was wondering what was going wrong (i asked myself if I did'nt make an error), and finally, I noted that the problem come from BotDK :

With DebugView, when BotDK is loaded (at the MSN connection), I got these debug string:

"[3000] Hooking recv failed!
[3000] Hooking send failed!
[3000] BotDK loaded successfully!
"
So, i conclude that it's a problem with BotDK that don't manage to hook the Socket... (and so, the OnMessageReceive/sent etc functions are not called by BotDK)

Do you know what can I do to solve this problem? or am I doing something wrong?

hoping to be clear, thank you for your help !


PS: if someone knows how to make a plugin with DELPHI, I'm interressted :)

Moreover, if you know another (better?) manner to intercept (and modify) the messages that are sent and/or received by MSN, I'm curious to know! (I heard that intercepting messages with hooks is very difficult)


and sorry for my bad english :/

This post was edited on 02-15-2006 at 06:02 PM by BoBaLeX.
02-14-2006 06:14 PM
Profile E-Mail PM Find Quote Report
Pages: (5): « First « 1 2 3 [ 4 ] 5 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On