This addon hack allows the vBAI UserBot to remember infomation on individual members of your forum from previous discussions such as their name, where they live, and anything else the Userbot may have asked about/picked up on !
The install file also contains information on sorting the output of the vAI UserBot and other little bits of miscellanous information! :classic:
Version1.1:
a few code fixes
'CleanOutput' coding has been changed from 7 find & replaces to only 2. This has increased speed and means... less server load! Output looks near enough identical.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Well, i tested it by creating a few different members which i could login as. Then if you say "My name is radgam. What do you know about me?" the bot prints out what it knows about you.
Repeat with a few different test members (and using different names each time you say it... finally, go back in as the original and again ask "what do you know about me?". And your name should still be remembered even though you've fed the bot information on other members too
Briljant! It display's an infosheet and if you follow the patterns the bot will notice that and by the next "what do you know about me?" it shows that it knows.
I wonder where i can translate this part of the answers. We are creating a Dutch faq bot from scratch and the bot does not respond on "who am i" or other recognizable info. Where to look for this?
A couple of other questions because we have little time to find out ourself, does the bot knows when you ask it about another member? "What do you know about ****?"
And i've searcht trough the aiml files but i can't find the command that triggers the total display of what it already knows.
I wonder where i can translate this part of the answers. We are creating a Dutch faq bot from scratch and the bot does not respond on "who am i" or other recognizable info. Where to look for this?
To do this you need to create your own set of AIML files and then load them into the database using the botloader.php script (preferably a modifed version of the script, so it doesn't clear what is already in the database!) Alternatively, you can install Martin64s teachbot hack which can be found here: https://vborg.vbsupport.ru/showthrea...threadid=48291
Quote:
A couple of other questions because we have little time to find out ourself, does the bot knows when you ask it about another member? "What do you know about ****?"
Unfortunatly you can't ask it about other members. That would probably involve modifying much of the code and AIML files as all of the references are done by the userid not the username, and the current coding is only designed to handle information on one person at a time (where userid=$uid or something like that).