Not sure what is happening but when I load it up, it just sits at the runescape log in screen not doing anything. Also tried running script from boat.
Not sure what is happening but when I load it up, it just sits at the runescape log in screen not doing anything. Also tried running script from boat.
is there a start to finish guide on how to get this downloaded and going? this is all gibberesh i downloaded the zip and have no idea what too do, please help
Here is couple of things i noticed. Usually fails opening doors and not that often fails attacking mobs. World hopping sometimes fails and says "Could not start up Old School RuneScape or RSReady was not detected!". Are the hooks not updated and is there some ways to fix both of these problems? Thanks![]()
#slack4admin2016
<slacky> I will build a wall
<slacky> I will ban reflection and OGL hooking until we know what the hell is going on
Holy shit I just looked over ur script code and fucking hell im like TEACH ME my scripts are novice compared to urs Nice job Ill try out the script later
Time to get dem void ! You can't get random events at PC, right
Hey Elfyyy,
I havent played this script for a long time.
It has been working good last time i played.
I reinstalled and updated everything and i am using the auto upader script.
But now i get: [Error] C:\Simba\Scripts\elfypc.simba(413:10): Duplicate identifier 'WORLD' at line 414
Compiling failed. What do i do?
Thanks
When i try to run the script it says "Error: Duplicate declaration "AddDTM" at line 164
Compiling failed." please help me, never done this before
Doesn't work mate, wish I could help ^^
fixed the world problem with this
“The long-lived and those who will die soonest lose the same thing. The present is all that they can give up, since that is all you have, and what you do not have, you cannot lose.” - Marcus Aurelius
Testing now
elfyyy will the world hopping problem be ever fixed? as there is a new cc which is better than imez pc but they keep hopping worlds
Script is pretty good but fails to open doors, if a monster is unreachable it waits until it is attacked and when it dc'd to the login screen it still said Status: Fighting monsters. (Yes I added my login details).
[Error] D:\Simba\Includes\SRL-OSR\SRL\misc\SmartGraphics.simba(25:3): Unknown identifier 'SmartSetDebug' at line 26 i get this error, maybe someone can help to fix?
I have used your script extensively so far to get over 20 range levels, but there is one thing that I always notice is it a bit buggy and it is the walking. Is there anyway I can send you a video of one game I took I will also let you know the settings I am using.
Thanks,
B
Last edited by kingkobra77; 01-13-2015 at 05:58 PM.
I used this quite often did the trick quite well, i hate doing pest control manually. lol
MAybe someone who are sucesfully using this script can help
This scripts starts good for me, but clicks somewhere on the water, dont know what to do..
it runs to some place and then it clicks somewhere else right after = / strange
Cheers, great freaking job!
Its still an awesome script, but it doesnt seem to switch worlds for me? is there any fix for this?
edit i found it thanks to our other members.
{*Chooses Correct world to hop to, since SRL-OSR's is broken*}
procedure myWorld(W: integer);
var
wArray: array of Integer;
I: Integer;
begin
wArray := [301, 302, 303, 304, 305, 306, 308, 309, 310, 311, 312, 313, 314, 316, 317, 318, 319, 320, 321, 322, 325, 326, 327, 328, 329, 330, 333, 334, 335, 336, 337, 338, 341, 342, 343, 344, 345, 346, 349, 350, 351, 352, 353, 354, 357, 358, 359, 360, 361, 362, 365, 366, 367, 368, 369, 370, 373, 374, 375, 376, 377, 378, 381, 382, 383, 384, 393, 394];
if inIntArrayEx(wArray, I, W) then
begin
elfMouse(250 + ((I / 17) * 90), 70 + (24 * (I mod 17)));
wait(1000+random(500));
clickMouse2(MOUSE_LEFT);
exit;
end
else
I := 28;
elfMouse(250 + ((i / 17) * 90), 70 + (24 * (I mod 17)));
Wait(1000+random(500));
clickMouse2(MOUSE_LEFT);
exit;
end;
There are currently 1 users browsing this thread. (0 members and 1 guests)