---
---
Last edited by Xenobitz; 03-30-2014 at 05:26 AM.
Is this for RS3 or OSR?
There used to be something meaningful here.
---
Last edited by Xenobitz; 03-30-2014 at 05:24 AM.
Simba Code:program new;
//{$DEFINE SMART8} //If you want to use SMART
{$I SRL-OSR/SRL.Simba}
//{$I SRL-OSR/SRL/Reflection/Reflection.simba} //If you want to use reflection
procedure DeclarePlayers;
begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
Players[0].Name := '';
Players[0].Pass := '';
Players[0].Active := True;
end;
begin
DeclarePlayers; //Must be called before SetupSRL
SetupSRL;
//SetupReflection; //if you want to use reflection
if (not LoggedIn) then
LogInPlayer;
Sleep(10000); //Sleep 10 seconds
LogOut;
end.
EDIT: And a more suitable forum for future threads you may create regarding similar topics would be: http://villavu.com/forum/forumdisplay.php?f=491
Last edited by Frement; 03-26-2014 at 04:10 AM.
There used to be something meaningful here.
wow, impressive for being here for less than a day!![]()
you can try using the Auto Coloring Aid (ACA) found in C:>Simba>Includes>SRL-OSR>Tools to pick better colors and thus enhancing ur finding. ACA is mostly used for picking colors, hues, and sats which are commonly used to create TPA and ATPAs of all the colors and sorting them to create the best object finding method. it is rather difficult and first but there should be some guides lurking around. ill post if i find any.
variables of the same type can be declared horizontally. x, y: integer;
one loop method is a repeat until();. it will repeat a sequence of commands until(this condition is met); if you take a look at my Willow Draynor Banker you will find a few usefull things for scripting. Looking and using other peoples code would a fast way to learn here. pnce u think u got the commands down try editing some of the code to make it do what u want
View my OSR Script Repository!
Botted to max
Guides: How to Report Bugs to the Scripter
~~~~ Moved to Java. Currently Lurking ~~~~
Welcome to the forums, Xenobitz!
I moved your thread to the correct sub-forum for you (thanks, Frement)
---
Last edited by Xenobitz; 03-30-2014 at 05:25 AM.
Ardougne or Rellekka, lv 28 required.
source: http://runescape.wikia.com/wiki/Thie...ievable_chests
There are currently 1 users browsing this thread. (0 members and 1 guests)