turbobk
08-02-2008, 05:32 AM
FIXED: I deleted my jagex cache folder and restarted my pc again and it works like new :)
Hey guys,
I'm trying to mess around with Reflection to try and learn a bit about it, and when I try to load SMART using the 'Signed' client, SMART opens fine.. And starts to load the updates (for runescape), when it gets to 80% it just stops!
I thought it may be my computer, so I left it for like half an hour and came back and it was still on 80%.. I restarted my pc, still does that same thing.
The weird thing is, it load's on Unsigned client.. But I hate unsigned because whenever you walk around you get the 'Loading..' message in the top left corner of RS, and it pisses me off having to wait to just walk around lol.
But when I'm on 'Signed' I NEVER have to wait, it just load's in a split second.
So can anyone please help me fix this..
It's reaaaaaally annoying!
My Includes:
{.include SRL/SRL/misc/Smart.scar}
{.include SRL/SRL.scar}
{.include SRL/SRL/reflection/Reflection.scar}
The Setup Smart:
Procedure SetupSMART;
Begin
SmartSetupEx(110, True, True, False);
SetTargetDC(SmartGetDC);
If Not (LoggedIn) Then
While Not (SmartGetColor(360, 172) = 13158) Do
Wait(100);
End;
The MainLoop:
begin
SetupSMART;
SetupSRL;
SetupReflection;
end.
Thanks alot,
TurboBk. :)
Hey guys,
I'm trying to mess around with Reflection to try and learn a bit about it, and when I try to load SMART using the 'Signed' client, SMART opens fine.. And starts to load the updates (for runescape), when it gets to 80% it just stops!
I thought it may be my computer, so I left it for like half an hour and came back and it was still on 80%.. I restarted my pc, still does that same thing.
The weird thing is, it load's on Unsigned client.. But I hate unsigned because whenever you walk around you get the 'Loading..' message in the top left corner of RS, and it pisses me off having to wait to just walk around lol.
But when I'm on 'Signed' I NEVER have to wait, it just load's in a split second.
So can anyone please help me fix this..
It's reaaaaaally annoying!
My Includes:
{.include SRL/SRL/misc/Smart.scar}
{.include SRL/SRL.scar}
{.include SRL/SRL/reflection/Reflection.scar}
The Setup Smart:
Procedure SetupSMART;
Begin
SmartSetupEx(110, True, True, False);
SetTargetDC(SmartGetDC);
If Not (LoggedIn) Then
While Not (SmartGetColor(360, 172) = 13158) Do
Wait(100);
End;
The MainLoop:
begin
SetupSMART;
SetupSRL;
SetupReflection;
end.
Thanks alot,
TurboBk. :)