Hi guys, this is my code that is supposed to get the text on the last line in the chatbox (Props to Brandon). I have a few things i need help with.
1. It does not read the text in the middle of the...
Type: Posts; User: HoMoReXuaL
Hi guys, this is my code that is supposed to get the text on the last line in the chatbox (Props to Brandon). I have a few things i need help with.
1. It does not read the text in the middle of the...
Its a social bot lol
Thanks, I get it now. I appreciate the help
well i already have a main loop running lots of stuff can i have multiple repeat untils?
how would i do it if i want my script to just say like "hello" once every 3 minutes while it is still doing other things so it doesnt logout for inactivity? How would i check the time?
Actually, how would i do it if i want to it just say like "hello" once every 3 minutes so it doesnt logout like how would i do that time?
Hey guys, i am making a bot that talks and i am trying to figure out a way that makes it so that it does not log out if it doesnt talk in a while, i am not using smart due to an error with...
I included SMART into my script i wrote and now when it searches for the player's name who spoke, it says "The automatically split characters are too wide. try decreasing minspacing". I cant figure...
Still have that problem..
I included SMART and now when it searches for the players name in my code it says "The automatically split characters are too wide. try decreasing minspacing"
When I enable smart and use SendKeys, it still types it in my real runescape account and not the simba client
Do you guys know if there is a way to send the text only to the Simba client and not to whatever page is open so that i can play on the real runescape while my bot is running on another acc?
Darn, thanks haha but im not sure how his code quite works since im new to this, so im not quite sure i know how to fix this..
This is what the code that Brandon gave me thankfully for checking who said a certain thing -
Brandon
SRL Member
King Black Dragon
Posts: 2,570
This is what your GetPlayerName is returning as a string - "? - - ? ? ?? -s'? ? ? ?? -s'? ? [ ]" for a name
And would this be valid to check if someone said "!"?
if...
Actually i dont really understand the code could you pleeaaaaaaaase put it together for me? <3
Wbout code for checking if a specific text was said in the last line
Well i need the a function that gets the line and stores it in a string because i am also trying to get the name of the player who has spoken
Could somebody provide a built in method or a written procedure that gets the last text line from the rs chatbox, because when i use GetBlackChatMessage, It stores things like "? || _ ?" into my...
Im kind of new to this and i dont quite understand your code, but i did manage to figure out that the problem with my code was the getblackmessage because i did a write ln of it constantly and it...
The purpose of it was to check if other people say it out loud in the friends chat if thats what you were referring to
And do you think you could shoot me a pm and help me figure out why its not...
Hello, im trying to make certain procedures only go once they are activated by a key or password. For example you would type "~" into the chatbox and it would then proceed to other methods. My...
Actually i got it working except for im using GetBlackChatMessage, and its supposed to get the last chat line but it is seeing the character on other chat lines also. Last question, how would you...
Sounds good to me! Ill give it a try and keep you posted. Thanks!
Hello, I was working on a bot, and was wondering how to get the text from the runescape chat box, and turn it into a string so that i could search though it to look for certain characters, any help...