Silent, I didn't get any crosshairs. I was using the old working Simba, pre-crash. I'll reload the backups and try again shortly.
EDIT: Yeah, no crosshairs.
Using a Brandon-fixed Simba (which I had to add an extra plugin from my backup folder, so if whatever irokiplugin is could be causing this new issue, well, there's the culprit!) I can't even get the script to run.
Error: Exception: Access violation at line 501
Specifically, this is the Globals, and that line matches up to this:
by Narcle
It's in the middle of a comment block, so I'm guessing I wasn't intended to try this with Brandon's fix at all; I just did it for completeness.
Last edited by Nasus; 07-15-2012 at 08:49 PM.
Want to combine [anything] with [anything else]?
Nasus's Right Click Combiner!
Will this temporary fix allow msi to work?
Try using with my git repo. Follow the same instructions for replacing it that Brandon gave. my repo.
Also, try running this updated version:
Drag the cross-hairson to the RS Window. Its in the Simba tool bar.
Simba Code:program SetBarHeight;
//{$DEFINE SMART}
{$DEFINE SRL5}
{$i srl/srl.simba}
function BarHeight: Integer;
var
x, y, yOff, mX: Integer;
begin
mX:= MSCX + 30;
MMouse(MSCX+ 30, MSY1, 0, 0);
//Writeln('moved mouse');
if (GetColor(MSCX, MSY1) = 4605254) then
begin
Writeln('found color of box on login screen');
yOff:= MSY1 + 3;
while (GetColor(mX, yOff) = 0) do
begin
Inc(YOff);
MMouse(mX, yOff, 0, 0);
//Writeln('y offset is: ' + IntToStr(yOff - MSY1));
end;
Result:= yOff - MSY1 + 3;
Writeln('y offset is: ' + IntToStr(yOff - MSY1 + 3));
Exit;
end;
Writeln('Assuming we are past initial login.');
Writeln('trying to determine nav bar offset at lobby screen');
while not (FindColorTolerance(mX, yOff, 11119274, mX, yOff, mX, yOff, 2)) do
begin
Inc(YOff);
MMouse(mX, yOff, 0, 0);
//Writeln('y offset is: ' + IntToStr(yOff - MSY1));
end;
Writeln('y offset is: ' + IntToStr(yOff - MSY1 + 3));
Result:= yOff - MSY1 + 3;
end;
begin
(*Smart_Server := 72;
Smart_Members := True;
Smart_Signed := True;
Smart_SuperDetail := False;*)
SetupSRL;
BarHeight;
end.
I'm Silent SPYSecret project: 0%Need help? Send me a PM
Well, glad to have been able to sort things out on IRC, and really happy to know your methods work. Now it's time to bugfix Brandon's methods, since I forgot to back up my old Brandon-Simba install before I started messing around with everything, and botched it up good.
If anybody needs a tester, I'm in IRC and will be checking in every few minutes. I'm willing and able.
Want to combine [anything] with [anything else]?
Nasus's Right Click Combiner!
Not working for me.
Installed 0.99. Disabled auto updating.
Deleted includes and plugins.
Copied includes and plugins, everything.
My test script is:
Output is:Simba Code:program Test;
{$DEFINE SMART}
{$I SRL/SRL.Simba}
{$I SRL/SRL/Misc/SmartGraphics.Simba}
begin
SRL_SixHourFix := True;
Smart_FixSpeed := True;
SetupSRL;
end.
Code:Compiled successfully in 577 ms. SRL Compiled in 15 msec *** Smart Cannot Spawn Clients *** Successfully executed.![]()
Cool work ggzz! This will help for now![]()
Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
{ MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }
When posting a bug, please post debug! Help us, help you!
I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.
SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.
Kyle, you should probably undo the commit with the constants changed. As they aren't really helping and just throwing off development of better solutions.
I thought all the constants were in that one file, which I was horribly mistaken on. So until we can get it fixed.... Might as well not have it IMHO, but that's up to you.
I'm Silent SPYSecret project: 0%Need help? Send me a PM
I'm not home right now. Send in a pull request and I can merge it from my phone.
Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
{ MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }
When posting a bug, please post debug! Help us, help you!
I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.
SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.
My smart loads and everything just i cant click anything, when it trys to login it clicks just above the username bar. How should I fix this? just started after the rs update
Am I the only one getting this error? I am using the same basic test script as a few posts up.
Simba Code:program Test;
{$DEFINE SMART}
{$I SRL/SRL.Simba}
{$I SRL/SRL/Misc/SmartGraphics.Simba}
begin
SRL_SixHourFix := True;
Smart_FixSpeed := True;
SetupSRL;
end.
Output:
Code:Compiled successfully in 234 ms. SRL Compiled in 0 msec *** Fatal Error: Pairing Clients; Attempting To Kill All Clients *** Failed To Kill Client: 2272 Successfully executed.
^ I get the same after running Simba as admin.
Browser I think. I think SMART is out of commission atm.
You need to do the compatibility fix.
See here:
http://villavu.com/forum/showthread.php?t=84334
Last edited by iiNveRsioN; 07-15-2012 at 10:28 PM.
Everyone give me a minute.. I just got home. I'll write you guys a very detailed solution on fixing paired clients/compiling smart. I'll post the link here when I'm done.
I am Ggzz..
Hackintosher
Okay, I went to the http://villavu.com/forum/showthread.php?t=84789
but it seems very ... unhelpful. I've never tried updating SMART before![]()
I WAS ABLE TO get smart loading and my script kinda sorta updated but i don't know what srl stuff works and what doesn't. so i think i MIGHT just wait till some one has this 100%.
There are currently 1 users browsing this thread. (0 members and 1 guests)