Guys please keep it on-topic.
OT: Nice work Itankbots :) Good to see that you have RS3 loading in SMART
Guys please keep it on-topic.
OT: Nice work Itankbots :) Good to see that you have RS3 loading in SMART
Itankbots: You are free to do what you will. I was just pointing out that the wait for SRL-6 will not be as long as you make it out to be, and due to the massive restructuring of the include it might be prudent to look at the changes coming to see if it is worth your effort.
For me, the RSready wasn't working so I fixed it myself. If you too are not getting the "welcome to runescape message" try this
go to line 157 of your login include in C:/Simba/Includes/SRL/SRL/Core/Login.simba (or something like that)
Simba Code:Result := (GetColor(408,379) = 16645629) ; // Facebook Icon WHITE F colour
works for me
EDIT:
now that we got the color of the F in facebook, we need proper user/pass boxes
if my fix worked for you, then change lines 504-506 in your login include mentioned above to this:
Simba Code:Boxes:= [283, 175, 524, 192]
else
Boxes:= [285, 247, 524, 264];
Itankbots, thanks for all your help, I hope you get better.
Whoa fantastic work itankbots! I was essentially looking for a decent "preset" layout to play around with! Great to know how to update the simba files as well.