Hey, I want to know if there any existing Auto PM Reply, program that automatically reply PM? If my memory were correct, some did release it somewhere around 2009, but it could be for some other MMO :S
And yes, I already used GOOGLE and FORUM SEARCH under the tag "silkroad auto pm reply" and similar but no result. So thats why I made this thread to ask fellow epvpers.
well, is not hard to track the packets of a pm,, but ofc, what is that for anyway?
lets say that you have it, what would it trigger the Auto-PM?
other MMOs(Runescape for example) bots have it to filter phrases like "Are you a bot" to answer "No, I'm not"
if thats the case here
you must track the PM sender and the message, then use the same sender to send it back
but again, i don't see a point in this, unless you want to spam users with "PLZ JOIN SERVER" or "GUILD PLZ"
Well, I think if anyone codes a program, it should be universal. That might be a problem here.
I guess the conception is you get pm's, from which the program reads text (idk how its possible, its just theory), checks for words you previously set to look for (like you set words like "are" and "bot", and in this case the program replies "no"), and the program sends a packet back to the sender with the text which you have set also previously.
Were you thinking about this, when you tought of "auto-pm"?
Well, I think if anyone codes a program, it should be universal. That might be a problem here.
I guess the conception is you get pm's, from which the program reads text (idk how its possible, its just theory), checks for words you previously set to look for (like you set words like "are" and "bot", and in this case the program replies "no"), and the program sends a packet back to the sender with the text which you have set also previously.
Were you thinking about this, when you tought of "auto-pm"?
A : Are you Botting?
B : No, I'm not.
A : You sure?
B : No, I'm not.
A : ???
B : No, I'm not.
You know what I mean? The Auto Reply Program would simply use the only Sentence and Peoples would figure out if you would Bot.
A simple piece of code may avoid it:
Code:
if(incoming_message == "Are you botting?")
{
sendPmBack("***", "Im not botting!");
}
elseif(incoming_message == "Are you sure?")
{
sendPmBack("***", "Yes.");
}
I'm able to code such tool, had structure for all chat packets at elitesro times, and the answering back isn't a big deal too... But I won't waste my time for it xD
Auto-Reply Addon For Botters 07/19/2008 - WoW Bots - 10 Replies The addon is called Ignasia- Fuck Off. I've seen many people wanting a way to auto-reply to a gm and I found this so I decided to post it here. I take no credit for it but a worthwhile find for any botter nonetheless. This additionally can be used just to get rid of annoying players asking for money or instance groups and BGs if you use an anti-afk bot. Reply here and give feedback to how this works for you all. One step closer to making the GM oblivious to what we are doing.
...
Auto Reply + Delay 03/25/2007 - WoW Bots - 0 Replies Download AutoRespond
Unzip the file, and put the folder in your WoW Addons.
You also will need the addon Chronos.
Put Chronos in your WoW Addons folder.
Ingame, type /ar options and uncheck "respond with busy message in fight"
Ingame, type /ar and configure your keywords/responses.
That's all :D
Hilfe bei Auto reply addon 01/29/2007 - World of Warcraft - 0 Replies wie kann man bei diesem addon einstellen, das bei bestimmten stichworten (zB BoT) bestimme antworten kommen?
bei mir kommt immer nur die standard antwort...
http://wow.curse-gaming.com/en/files/detai...spon d-multiply/
oder geht das mit dem addon gar nicht?
wenn nicht dann sagt mal bitte nen anderes
DAnke =)