Page 1 of 31 12311 ... LastLast
Results 1 to 25 of 767

Thread: [Unofficial] OldschoolRS07 Include

  1. #1
    Join Date
    Nov 2012
    Posts
    2,351
    Mentioned
    55 Post(s)
    Quoted
    603 Post(s)

    Post [Unofficial] OldschoolRS07 Include

    About

    THIS IS NOW OUTDATED

    PLEASE UPDATE TO SRL-OSR HERE

    Must be called in this order:

    Simba Code:
    {$DEFINE SMART8}
    {$I SRL/SRL.Simba}
    {$I P07Include.Simba}

    SetupSRL;
    P07_DeclarePlayer;
    SetupP07Include;


    This is not a Script. it is an include, it will not bot anything for you, you must write a script to use it!!


    If you are unfamiliar with my similar project: Projectrs06 SRL Include please take a moment to read and familiarize yourself with what it is,


    Simba Code:
    {$I P07Include.Simba}
    SetupP07Include; //call in your script

    Designed for Brightness all the way to the right! (up full)



    Setup

    Designed for a browser (I'm using Chrome), not S.M.A.R.T, but it will probably work in there too (remember to drag the green target from Simba's toolbar onto the RS client)

    NEW Video Tutorial by YoHoJo:
    General Setup:http://youtu.be/Iox4LylEj40
    Get SMART to load RS07 (So you can minimize the bot): http://youtu.be/0N-RWHwHHAY

    • Save and Move P07Include To: Simba\Includes\

    • Save, Extract and Move P07UpChars(folder) To: Simba\Fonts\



    Example how to use in a Script:

    Simba Code:
    Program testP07;

    {$I SRL/SRL.Simba}
    {$I P07Include.Simba}

    //LOGIN INFO STUFF
    Procedure P07_DeclarePlayer;
    Begin
      P07_PlayerName:='username';
      P07_PlayerPass:='password';
    End;

    Begin

      P07_DeclarePlayer;
      SetupP07Include;
      ActivateClient;
      Wait(2000);
      If (Not P07_LoggedIn) Then
        P07_LogInPlayer;
      P07_MakeCameraAngleHigh;
      P07_MakeCompassNorth;

      Writeln(P07_GetUpText);

      If P07_BankScreen Then
        WriteLn('Bank is Open');
      If P07_InvFull Then
        WriteLn('Inventory is Full');
     
    End.
    Attached Files Attached Files
    Last edited by DannyRS; 08-10-2013 at 02:48 PM.


    Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

  2. #2
    Join Date
    Apr 2007
    Location
    Netherlands
    Posts
    427
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    ah sweet

  3. #3
    Join Date
    Feb 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Thanks man!

  4. #4
    Join Date
    Nov 2012
    Posts
    2,351
    Mentioned
    55 Post(s)
    Quoted
    603 Post(s)

    Default

    It's largely just a modified version of the private server include we developed to work for 07, so if you find any errors I made while copying and pasting stuff, please let me know so I can update


    Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

  5. #5
    Join Date
    Jul 2012
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Works well upto i try use If (P07_IsUpTextMultiCustom(['Mine','Rocks']))Then

    then it seems to crash with the error:

    Error: Exception: Font [P07UpChars] not found. at line 107
    The following DTMs were not freed: [0, 1]

    I have installed them both in the right place I just don't see what im doing wrong.
    Any help?

  6. #6
    Join Date
    Nov 2012
    Posts
    2,351
    Mentioned
    55 Post(s)
    Quoted
    603 Post(s)

    Default

    Quote Originally Posted by imangry View Post
    Works well upto i try use If (P07_IsUpTextMultiCustom(['Mine','Rocks']))Then

    then it seems to crash with the error:

    Error: Exception: Font [P07UpChars] not found. at line 107
    The following DTMs were not freed: [0, 1]

    I have installed them both in the right place I just don't see what im doing wrong.
    Any help?
    Try Restarting Simba to load the new Font you just added? Alternatively make sure it's only one folder that contains bitmap's (not a folder inside a folder that windows makes when you extract sometimes)
    Last edited by DannyRS; 02-23-2013 at 03:30 PM.


    Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

  7. #7
    Join Date
    Jul 2012
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Quote Originally Posted by DannyRS View Post
    Try Restarting Simba to load the new Font you just added? Alternatively make sure it's only one folder that contains bitmap's (not a folder inside a folder that windows makes when you extract sometimes)
    Thanks forgot to restart.

  8. #8
    Join Date
    Nov 2012
    Posts
    2,351
    Mentioned
    55 Post(s)
    Quoted
    603 Post(s)

    Default

    Quote Originally Posted by imangry View Post
    Thanks forgot to restart. :P
    Let me know if everything works ok, there's quite a bit to test by myself, I tried my best to make sure I got everything working perfect before releasing publicly

    And I'm running several scripts using it, they seem to be working just fine!
    Last edited by DannyRS; 02-23-2013 at 03:36 PM.


    Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

  9. #9
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    yesshhh!!

  10. #10
    Join Date
    Nov 2012
    Posts
    2,351
    Mentioned
    55 Post(s)
    Quoted
    603 Post(s)

    Default

    Quote Originally Posted by rjj95 View Post
    yesshhh!!
    No gold-farming scripts without decent anti-leech please preferably no public gold farming ones at all ^^
    Last edited by DannyRS; 02-23-2013 at 03:46 PM.


    Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

  11. #11
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Quote Originally Posted by DannyRS View Post
    No gold-farming scripts without decent anti-leech please preferably no public gold farming ones at all ^^
    DW will have anti leech

  12. #12
    Join Date
    Feb 2012
    Location
    Discord
    Posts
    3,114
    Mentioned
    37 Post(s)
    Quoted
    538 Post(s)

    Default

    hmm, I presume you havn't got randoms done yet? :P

  13. #13
    Join Date
    Nov 2012
    Posts
    2,351
    Mentioned
    55 Post(s)
    Quoted
    603 Post(s)

    Default

    Quote Originally Posted by The Killer View Post
    hmm, I presume you havn't got randoms done yet? :P
    I have a few of em done, but that's far too much for me to do alone lol, didn't add any randoms to the Include as the code is very messy atm,

    I'm sure the SRL Random Team shall return soon tho!!


    Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

  14. #14
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    I added basic randoms that logs out if it can't find anything, also found a smokey rock:

    Code:
    {
    Smoke info
    Best color: 6850447
    tolerance 4
    Hue mod 0.11
    Sat mod 0.38
    CTS:2
    }
    It's the best I could do

  15. #15
    Join Date
    Feb 2013
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Thank you!

  16. #16
    Join Date
    Jan 2013
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    I'm new to all this Simba business :P, but basically just code that allows simba to load the RS07 client? Right? Like I said, I haven't used Simba since it was called Scar.

  17. #17
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Quote Originally Posted by the elve age View Post
    I'm new to all this Simba business :P, but basically just code that allows simba to load the RS07 client? Right? Like I said, I haven't used Simba since it was called Scar.
    Your from mopar right? And simba can load RS but you can also just use it with the browser

  18. #18
    Join Date
    May 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by rjj95 View Post
    Your from mopar right? And simba can load RS but you can also just use it with the browser
    Out of curosity how can it be loaded within simba so you can do whatever you want on your computer?

  19. #19
    Join Date
    Nov 2012
    Posts
    2,351
    Mentioned
    55 Post(s)
    Quoted
    603 Post(s)

    Default

    Quote Originally Posted by the elve age View Post
    I'm new to all this Simba business :P, but basically just code that allows simba to load the RS07 client? Right? Like I said, I haven't used Simba since it was called Scar.
    no thats S.M.A.R.T, this gives you:



    Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

  20. #20
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Quote Originally Posted by lil str kid View Post
    Out of curosity how can it be loaded within simba so you can do whatever you want on your computer?
    On Runescape? You have to use the SMART include, on RS 2007 I'm not sure but I know it's easy you can just edit smart params. I'm not the person to ask though

  21. #21
    Join Date
    Jan 2012
    Posts
    79
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Hey, what is an anti leech ? Is it like just a part of the code where user needs to complete/custum the script ? Not planning on making gold farming bots but I was just curious.

  22. #22
    Join Date
    Feb 2012
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    "[Error] C:\Simba\Includes\P07Include.simba(57:3): Unknown identifier 'MMouse' at line 56" Any idea?

  23. #23
    Join Date
    Jan 2012
    Posts
    468
    Mentioned
    3 Post(s)
    Quoted
    200 Post(s)

    Default

    So basicly its the same ways as coding just we need to put P07_ before every procedure and string!

  24. #24
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Danny, the drop procedure needs to be updated to look more human like also it hits the logout button a lot by accident.

  25. #25
    Join Date
    Nov 2012
    Posts
    2,351
    Mentioned
    55 Post(s)
    Quoted
    603 Post(s)

    Default

    Quote Originally Posted by intensity254 View Post
    "[Error] C:\Simba\Includes\P07Include.simba(57:3): Unknown identifier 'MMouse' at line 56" Any idea?
    you need {$I SRL/SRL.Simba} aswell before {$I P07Include.Simba}

    Quote Originally Posted by rjj95 View Post
    Danny, the drop procedure needs to be updated to look more human like also it hits the logout button a lot by accident.
    :O I'll take a look


    Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

Page 1 of 31 12311 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •