Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

OSRS Talking bot...?

Joined
Jul 22, 2016
Messages
33
Not sure how it would work, but maybe a bot that would allow you to put in like 6 or so different phrases (of the players choice) all of which can be set to randomized, and they would have a timer that you could set to have the bot type and enter the words or phrases you have set?
 
Go check out new bots and give helpful feedback.
Joined
Jan 31, 2016
Messages
5,413
Could you give a good use for this? :p
I dont understand why you would use it
 
Client Developer
Joined
Oct 12, 2015
Messages
3,760
I believe there was a system once that used SmarterChild or another similar "AI" to respond to messages. Don't think it went down too well, in the end.
 
Shooting up KFC's
Joined
May 27, 2016
Messages
205
If chatmsg == "lvls" || "lvl" || "level" {
println "(output skill with largest xp gained during script runtime)";
}
else if chatmsg == "hello" {
if randomNum <= 50 {
println "hi";
}
else {
println "hello";
}
}
something along these lines

Ive no idea how runemate works though, i know a bit of java though, developers should find this easier to read than some vague text.

Small amount of responses with logical patern would really help, and jagex doesnt know if youre an anti social goth who cuts himself and doesnt want to speak in chat.
 
I've been called a god before.
Joined
Aug 5, 2014
Messages
3,212
If chatmsg == "lvls" || "lvl" || "level" {
println "(output skill with largest xp gained during script runtime)";
}
else if chatmsg == "hello" {
if randomNum <= 50 {
println "hi";
}
else {
println "hello";
}
}
something along these lines

Ive no idea how runemate works though, i know a bit of java though, developers should find this easier to read than some vague text.

Small amount of responses with logical patern would really help, and jagex doesnt know if youre an anti social goth who cuts himself and doesnt want to speak in chat.
Very well written code. I will use that. Now my accounts will never get banned!
 
Shooting up KFC's
Joined
May 27, 2016
Messages
205
Very well written code. I will use that. Now my accounts will never get banned!
and why do you have to be a deuche, i just gave a small example that you dont have to fucking write a complicated database like everyone here assumes just some simple replies.
 
I've been called a god before.
Joined
Aug 5, 2014
Messages
3,212
and why do you have to be a deuche, i just gave a small example that you dont have to fucking write a complicated database like everyone here assumes just some simple replies.
Well code is right. I stated that without being sarcastic. But if you would use that "simple, small database" that will get you banned. You simply can not create so simple database with words and say its sufficient. Above i stated a perfect example how these would work.
 
  • Did not mean to be offensive anyhow.
Sorry if it came out that way.
 
Shooting up KFC's
Joined
May 27, 2016
Messages
205
Well code is right. I stated that without being sarcastic. But if you would use that "simple, small database" that will get you banned. You simply can not create so simple database with words and say its sufficient. Above i stated a perfect example how these would work.
Alright, of course it wont make it ban proof, but it would lower the odds of being reported by a slight amount. Progress is progress, and it would be significantly better than the osrs bots spouting random text fillers lmao that shit is hilarious xD.

And its ok, i'm sorry if i sounded harsh as well.
 
I've been called a god before.
Joined
Aug 5, 2014
Messages
3,212
Alright, of course it wont make it ban proof, but it would lower the odds of being reported by a slight amount. Progress is progress, and it would be significantly better than the osrs bots spouting random text fillers lmao that shit is hilarious xD.

And its ok, i'm sorry if i sounded harsh as well.
I agree with the second part. But first one not so much. It could do the exact opposite and increase chances of getting banned. Once a kiddo sees you replied twice with the same, he will repeat the phrase 100 times just to see the bot reply same stuff all over again and that kid would submit a report. I don't know why people don't like botters tho. What are they doing to them? In fact, bots are keeping GE UP!
 
( ͡° ͜ʖ ͡°)
Joined
Mar 30, 2015
Messages
2,410
Answering one question usually leads to more questions meaning the bot has to account for more cases to keep up that facade.

e.g.:
>hey
*bot answers*
>str lvl?
*bot answers*
>how much xp/hr you getting?
>how long you been here?
>you on task? what you training for?
>is d scim better than ss?
and so on..

In the end it doesn't change much if you can't account for a whole convo w/ an array of responses.
 
Joined
May 24, 2016
Messages
1,113
Could have the autotalker look for 'is', 'how', 'why' etc and if they are the first word in a sentence you can have the bot reply with 'Idk', 'Dunno', 'Google it', and so on and so on :p

The bot may come off as an ass but it's better than getting reported heh. Would probably also be smart to not have the bot always respond. Or maybe even recognize if the same person asks a question twice, ignore him.
 
I've been called a god before.
Joined
Aug 5, 2014
Messages
3,212
Could have the autotalker look for 'is', 'how', 'why' etc and if they are the first word in a sentence you can have the bot reply with 'Idk', 'Dunno', 'Google it', and so on and so on :p

The bot may come off as an ass but it's better than getting reported heh. Would probably also be smart to not have the bot always respond. Or maybe even recognize if the same person asks a question twice, ignore him.
Whats your real name?
Google it
 
Top