PDA

View Full Version : 2-13-08 Login Update



osmm
02-13-2008, 12:41 PM
The login has now been changed back to the original. We might have to change some things, but I really don't think so.

Bonfield
02-13-2008, 12:43 PM
lol i was just going to post that but u beat me to it :)

EDIT: it doesnt effect anything scripts run the same

JuKKa
02-13-2008, 12:46 PM
if u think its a problem.. Test it out.. Ill edit later..

Bonfield
02-13-2008, 12:52 PM
im testing atm no difference at all

JuKKa
02-13-2008, 01:02 PM
login works. Gametabs doesent.

Rikje
02-13-2008, 01:03 PM
LogIn still work :)

indeed jukka game tabs doens't work. :o

nielsie95
02-13-2008, 02:02 PM
I fixed the gametabs, does everything else still work?

malotthouse
02-13-2008, 02:06 PM
crap. thats why my bot stopped.

i didn't even notice,

so im guessing new revision?

Harry
02-13-2008, 02:07 PM
Haha, I was actually getting used to the new gametabs! :(

Rikje
02-13-2008, 02:11 PM
Haha, I was actually getting used to the new gametabs! :(

there nothing changed that the human eya can see :p

PriSoner
02-13-2008, 02:46 PM
Very Minor colour changes with a select few pixel colours.. Looks like it may have been targeted at the likes of us..

for example one pixel changed from R220, G220 B218 to R224, G223, B232 the pixel next to it hasn't changed at all..

Everything else appears to work for me..

If you want to test it open \includes\SRL\SRL\core\GameTab.scar

Replace the TabExists function with this:
{************************************************* ******************************
function TabExists(TabNumber: Integer): Boolean;
By: Flyboy
Description: Returns true if tab exists.
Very useful for tutorial Is. as well as a simple double check to make sure
your fully logged in.
************************************************** *****************************}

function TabExists(TabNumber: Integer): Boolean;
begin
case TabNumber of
1: Result := (GetColor(542, 185) = 13816532);
2: Result := (GetColor(576, 188) = 3831858);
3: Result := (GetColor(609, 185) = 14872817);
4: Result := (GetColor(644, 180) = 1854335);
5: Result := (GetColor(675, 183) = 9870237);
6: Result := (GetColor(708, 184) = 13822416);
7: Result := (GetColor(741, 187) = 5598593);
8: Result := (GetColor(575, 483) = 3720957);
9: Result := (GetColor(607, 485) = 993018);
10: Result := (GetColor(639, 490) = 1103866);
11: Result := (GetColor(674, 484) = 5331808);
12: Result := (GetColor(711, 481) = 3105656);
13: Result := (GetColor(742, 482) = 2401713);
14: Result := (GetColor(753, 4) = 3985241) Or (GetColor(753, 6) = 658751);
15: Result := (GetColor(537, 481) =4938339);
end;
end;

don't forget to report back if anything else appears to be broken.

Cazax
02-13-2008, 03:59 PM
Very Minor colour changes with a select few pixel colours.. Looks like it may have been targeted at the likes of us..

for example one pixel changed from R220, G220 B218 to R224, G223, B232 the pixel next to it hasn't changed at all..

Everything else appears to work for me..

If you want to test it open \includes\SRL\SRL\core\GameTab.scar

Replace the TabExists function with this:
{************************************************* ******************************
function TabExists(TabNumber: Integer): Boolean;
By: Flyboy
Description: Returns true if tab exists.
Very useful for tutorial Is. as well as a simple double check to make sure
your fully logged in.
************************************************** *****************************}

function TabExists(TabNumber: Integer): Boolean;
begin
case TabNumber of
1: Result := (GetColor(542, 185) = 13816532);
2: Result := (GetColor(576, 188) = 3831858);
3: Result := (GetColor(609, 185) = 14872817);
4: Result := (GetColor(644, 180) = 1854335);
5: Result := (GetColor(675, 183) = 9870237);
6: Result := (GetColor(708, 184) = 13822416);
7: Result := (GetColor(741, 187) = 5598593);
8: Result := (GetColor(575, 483) = 3720957);
9: Result := (GetColor(607, 485) = 993018);
10: Result := (GetColor(639, 490) = 1103866);
11: Result := (GetColor(674, 484) = 5331808);
12: Result := (GetColor(711, 481) = 3105656);
13: Result := (GetColor(742, 482) = 2401713);
14: Result := (GetColor(753, 4) = 3985241) Or (GetColor(753, 6) = 658751);
15: Result := (GetColor(537, 481) =4938339);
end;
end;

don't forget to report back if anything else appears to be broken.

nope. nothing has changed.

PriSoner
02-13-2008, 05:15 PM
function BankScreen: Boolean;

This function now fails to detect a bank screen.. I can't figure out why.. any ideas?

Rikje
02-13-2008, 05:25 PM
program new;
{.include SRL/SRL.scar}

begin
Setupsrl;
ActivateClient;
WriteLn(BoolToStr(BankScreen));
end.


it does work for me...

Naum
02-13-2008, 05:34 PM
I think this is jagex's reply to us?

PriSoner
02-13-2008, 05:42 PM
yep.. It appears my error is probably not related to bankscreen..

Everytime I bank though i get this error: Tab Does Not Exist it's always GameTab 4 that doesn;t exist and it's always whilst in bank I get the error.. I know there is no gametag(4) whilst in bank...

OpenHearts
02-13-2008, 05:57 PM
same error here,
what happens 2 me is if an anti ban opens up another tab other than invo in a fletcher then the script terminates cause it cannot open invo. =(

Shady?
02-13-2008, 06:59 PM
I think gametabs were the only error, i'll try again my script and edit this post.

ChrisX
02-13-2008, 07:21 PM
I think gametabs were the only error, i'll try again my script and edit this post.

why the hell did runescape go back in time?

PriSoner
02-13-2008, 07:24 PM
Whoops.. Tab Does Not Exist was a message I stuck in there for debugging purposes! :duh:

All appears to work correctly now with only the TabExists function updated. I have not found any other related errors..

Harry
02-13-2008, 08:01 PM
I mean't the LoginScreen Rickje :)

osmm
02-13-2008, 09:39 PM
I just got back from school. Yea, I found out gametab doesn't work. Nielsie95, what do you mean you have fixed it? As in you fixed it and a new rev will be out shortly? Or for now we use PriSoner's fix.

FEAR
02-13-2008, 11:47 PM
O so thats why the scripts does not work. I thought there is something wrong with my computer:p

elfenlyte
02-14-2008, 12:17 AM
Neither SS or regular client will load RS, after today's update. Any ideas?

Runescapian321
02-14-2008, 12:34 AM
Neither SS or regular client will load RS, after today's update. Any ideas?

Try using a different Web Browser (like Opera or Safari, or Firefox/IE whichever you don't use now). I haven't been able to load Java on Firefox for a month or so now (too lazy to try and fix :p).

Harry
02-14-2008, 01:03 AM
SS usually gets broken after a GameTab color update :p

@osmm: Nielsie added the GameTab stuff to the Dev section of the SRL Repos, once he (or another admin) hit 'Update', then it will merge with the Current SRL rev, and then it is all fixed ;)

gillian
02-14-2008, 01:41 AM
Bah why update on a Wednesday :( now login won't work for the script I am using. Bummers!!!! :p

osmm
02-14-2008, 03:43 AM
Oh, I see. Yea, I new there was a dev version of SRL just not exactly how all that works. Thanks ;).

mike3667
02-14-2008, 05:30 AM
This may sound nooby but, what is a gametab?

HayHay89
02-14-2008, 05:35 AM
This may sound nooby but, what is a gametab?

a games tab is like your inv your skills or att str and deff or like your settings or log out just the tabs that u click to view other stuff in the inv bit

FEAR
02-14-2008, 06:03 AM
a games tab is like your inv your skills or att str and deff or like your settings or log out just the tabs that u click to view other stuff in the inv bit

LOL hayhay, I couldn't understand anything you wrote:p I will explain it more clearly with examples. One gametab is the bag you click to see your inventory, another one is the star thingy you click to see your quests, another is the two cross swords to chose the fighting style and combat level....well you get it right?:p Those tabs are called game tabs:)

Edit:Another update is coming up? Yay:D

Edit Edit: BTW Prisoners fix works...so im back in action:D.....well my army is lol:p

Sc00by22
02-14-2008, 11:07 AM
I used Prisoners fix works great

Dynamite
02-14-2008, 08:52 PM
there nothing changed that the human eya can see :p

actually they took away the summoning thing next to the MM aswell :p

T ~ M

PriSoner
02-14-2008, 09:27 PM
Really? Mine still appears to be there :confused:

rockman
02-14-2008, 10:09 PM
hmm... i used prisoners update and it worked.... but now it won't hit the "click to continue" after it logs in? Possible Update?

gillian
02-15-2008, 01:02 AM
Still not working for me :(

king vash
02-15-2008, 06:58 AM
Still having probables with Gametabs, will try Prisoners fix, but a official fix would be nice.

greg1532
02-15-2008, 10:54 AM
fix is working good THANKS!

gillian
02-15-2008, 01:24 PM
Prisoner's fix is working perfectly for me .. I am an idiot noob and set up my Girlies wrong, which is why I wasn't starting :p Thanks, Prisoner! Rep coming your way.

Not a L33cher
02-15-2008, 01:52 PM
I dont see any errors except the game tabs.

king vash
02-15-2008, 09:16 PM
Prisoners fix is working thanks!

Arnos
02-16-2008, 01:07 AM
Prisoner's fix work right but i think therse is some ores colors change ... [SRL4]QuickPowerMiner isn't working.

Lancelot074
02-16-2008, 05:31 PM
It works, thanks a ton Prisoner.

Dracody
02-16-2008, 10:01 PM
Yay this is awsome , Thanks a lot Prisoner!!! Ill give you rep for doing this since I can continue autoing and bugging jagex once more hehehe thanks!!

canu44
02-17-2008, 04:04 AM
furnance color has changed and some other stuff that i dont know of

ChrisX
02-17-2008, 05:29 PM
So whats the hold up with the official SRL update? must be more then meets the eye.

Da 0wner
02-17-2008, 05:32 PM
Yes the only problem is that the Tabs are messed up but I recommend using Prisoner's fix until REV14 comes out.

Dracody
02-18-2008, 02:18 AM
Once more...Thanks Prisoner!!!! it works awsomeee!!!!thanks , I just refixed it and it works sweet....thanks....:D

king vash
02-18-2008, 02:29 AM
Prisoners fix worked but none of the NoGameTab checks work anymore

Da 0wner
02-18-2008, 03:53 AM
Prisoners fix worked but none of the NoGameTab checks work anymore

That's because prisoner needs to make a fix for that to ;).

Sean[714]
02-22-2008, 02:11 AM
Why does my GameTab.scar look different?

"{************************************************* ******************************
function TabExists(TabNumber: Integer): Boolean;
By: Flyboy
Description: Returns true if tab exists.
Very useful for tutorial Is. as well as a simple double check to make sure
your fully logged in.
************************************************** *****************************}

function TabExists(TabNumber: Integer): Boolean;
begin
case TabNumber of
<<<<<<< .mine
<<<<<<< .mine
<<<<<<< .mine
1: Result := (GetColor(542, 185) = 13816532);
2: Result := (GetColor(576, 188) = 3831858);
3: Result := (GetColor(609, 185) = 14872817);
4: Result := (GetColor(644, 180) = 1854335);
5: Result := (GetColor(675, 183) = 9870237);
6: Result := (GetColor(708, 184) = 13822416);
7: Result := (GetColor(741, 187) = 5598593);
8: Result := (GetColor(575, 483) = 3720957);
9: Result := (GetColor(607, 485) = 993018);
10: Result := (GetColor(639, 490) = 1103866);
11: Result := (GetColor(674, 484) = 5331808);
12: Result := (GetColor(711, 481) = 3105656);
13: Result := (GetColor(742, 482) = 2401713);
14: Result := (GetColor(753, 4) = 3985241) Or (GetColor(753, 6) = 658751);
15: Result := (GetColor(537, 481) =4938339);
=======
1: Result := (GetColor(542, 185) = 14343390);
2: Result := (GetColor(576, 188) = 3831858);
3: Result := (GetColor(609, 185) = 14611187);
4: Result := (GetColor(644, 180) = 1788543);
5: Result := (GetColor(675, 183) = 9739165);
6: Result := (GetColor(708, 184) = 14020307);
7: Result := (GetColor(741, 187) = 5795970);
8: Result := (GetColor(575, 483) = 3852287);
9: Result := (GetColor(607, 485) = 993018);
10: Result := (GetColor(639, 490) = 1038586);
11: Result := (GetColor(674, 484) = 4741994);
12: Result := (GetColor(711, 481) = 3172225);
13: Result := (GetColor(742, 482) = 2137014);
14: Result := (GetColor(753, 4) = 3985241) Or (GetColor(753, 6) = 658751);
15: Result := (GetColor(537, 481) =12625552);
=======
1: Result := (GetColor(533, 177) = 65536);
2: Result := (GetColor(565, 175) = 65536);
3: Result := (GetColor(609, 175) = 1052432);
4: Result := (GetColor(638, 174) = 65536);
5: Result := (GetColor(670, 176) = 65536);
6: Result := (GetColor(708, 171) = 65536);
7: Result := (GetColor(740, 175) = 65536);
8: Result := (GetColor(575, 474) = 65536);
9: Result := (GetColor(605, 474) = 65536);
10: Result := (GetColor(640, 472) = 65536);
11: Result := (GetColor(680, 472) = 65536);
12: Result := (GetColor(710, 470) = 65536);
13: Result := (GetColor(735, 473) = 65536);
14: Result := (GetColor(747, 2) = 395543);
15: Result := (GetColor(537, 477) = 65536);
=======
1: Result := (GetColor(542, 185) = 14343390);
2: Result := (GetColor(576, 188) = 3831858);
3: Result := (GetColor(609, 185) = 14611187);
4: Result := (GetColor(644, 180) = 1788543);
5: Result := (GetColor(675, 183) = 9739165);
6: Result := (GetColor(708, 184) = 14020307);
7: Result := (GetColor(741, 187) = 5795970);
8: Result := (GetColor(575, 483) = 3852287);
9: Result := (GetColor(607, 485) = 993018);
10: Result := (GetColor(639, 490) = 1038586);
11: Result := (GetColor(674, 484) = 4741994);
12: Result := (GetColor(711, 481) = 3172225);
13: Result := (GetColor(742, 482) = 2137014);
14: Result := (GetColor(753, 4) = 3985241) Or (GetColor(753, 6) = 658751);
15: Result := (GetColor(537, 481) =12625552);
>>>>>>> .r13
>>>>>>> .r14
>>>>>>> .r10
end;
end;"

Wtf, i just uninstalled SCAR 3.14, and i reinstalled it, went from rev 10, then up to rev 13, to make sure, and now its like that
it looks different from the code we're suposed to change,
and it was different before i uninstalled it O_O!

MylesMadness
02-23-2008, 02:49 AM
Just delete your srl folder and redownload. It means you messed with that file.

Sean[714]
02-23-2008, 07:54 PM
Ohh, okay, thanks.

Dracody
02-24-2008, 08:08 AM
Thanks again Prisoner it worked once more hehehe really nice work , very very nice work :D