Page 25 of 31 FirstFirst ... 152324252627 ... LastLast
Results 601 to 625 of 767

Thread: [Unofficial] OldschoolRS07 Include

  1. #601
    Join Date
    Nov 2007
    Posts
    127
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    With the new mouse update through SRL, the client launches in EOC runescape, not the oldschool. Any ideas how to fix?

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

    Default

    Quote Originally Posted by Hitman1531 View Post
    With the new mouse update through SRL, the client launches in EOC runescape, not the oldschool. Any ideas how to fix?
    Re-do the steps to make it launch 07...


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

  3. #603
    Join Date
    Mar 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    ncludes\P07Include.Simba(57:3): Unknown identifier 'Mouse' at line 56
    Compiling failed.

  4. #604
    Join Date
    Mar 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    WhiteT:=GetTextAtExWrap(8, 8, 80, 21, 0, 5, 1, 14541281, 55, 'P07UpChars');


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

  5. #605
    Join Date
    Mar 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Im near the end, i targetted runescape, hit play and got this
    New window: 5113698
    [Error] (1:1): Unexpected end of file at line 0
    Compiling? failed.

  6. #606
    Join Date
    Mar 2013
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by kadir View Post
    WhiteT:=GetTextAtExWrap(8, 8, 80, 21, 0, 5, 1, 14541281, 55, 'P07UpChars');


    Error: Exception: Font [P07UpChars] not found. at line 108
    The following DTMs were not freed: [0, 1, 2, 3]
    Redownnload the font and place it in Simba\Fonts but make sure the folder 'P07UpChars' doesn't already have a folder in it.

  7. #607
    Join Date
    Mar 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    'Exception in Script: Unable to find file 'SRL/SRL.Simba' used from'

    need help that's what it shows up as.

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

    Default

    Quote Originally Posted by Smba View Post
    'Exception in Script: Unable to find file 'SRL/SRL.Simba' used from'

    need help that's what it shows up as.
    Follow the tutorial on how to setup simba

  9. #609
    Join Date
    Feb 2012
    Posts
    107
    Mentioned
    0 Post(s)
    Quoted
    21 Post(s)

    Default

    I get
    Simba Code:
    [Error] C:\Simba\Includes\P07Include.Simba(67:62): Invalid number of parameters at line 66
    Compiling failed.
    which is
    Simba Code:
    SendKeys(Text[I],RandomRange(60,120),RandomRange(60,120));

    Help appreciated.

  10. #610
    Join Date
    Jan 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    yeah having the same problem as spine. Not sure if it's to do with just this specifically or an error in my downloading abilities lol....



    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(295:135): Invalid number of parameters at line 294
    Compiling failed.

  11. #611
    Join Date
    Feb 2012
    Location
    Canada
    Posts
    1,164
    Mentioned
    26 Post(s)
    Quoted
    433 Post(s)

    Default

    Quote Originally Posted by Hand Me A Brew View Post
    yeah having the same problem as spine. Not sure if it's to do with just this specifically or an error in my downloading abilities lol....



    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(295:135): Invalid number of parameters at line 294
    Compiling failed.
    redownload SmartParams and replace it with the current one.

  12. #612
    Join Date
    Jan 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Just tried that stick, still getting the same error for some reason


    Result := SmartSpawnClient(ReplaceWrap(PluginPath, '\', '/', [rfReplaceAll]), Params[0], ',' + Params[1], 765, 503, 's', '', '', -1);

    thats line 294 if that helps..
    Last edited by Hand Me A Brew; 03-25-2013 at 10:53 PM.

  13. #613
    Join Date
    Jan 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I also see a lot of other people through this whole thread with the same problem but a different line, but nobody has gotten a response either.

    sorry was suppose to be an edit on my other post -_-

  14. #614
    Join Date
    Mar 2013
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Running this script with my info in the two slots obviously

    Program testP07;

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

    //LOGIN INFO STUFF
    Procedure P07_DeclarePlayer;
    Begin
    P07_PlayerName:='blahblah';
    P07_PlayerPass:='blahblah';
    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.

    I get this console log:
    Compiled successfully in 390 ms.
    Checking P07Include VersionNumber
    Local : 1.7 / Latest : 1.7
    You Have The Latest Version of P07Include
    Successfully executed.

    But no login happens solution?

    Thanks in advance.

  15. #615
    Join Date
    Dec 2011
    Location
    Uk
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    Program testP07;

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

    //LOGIN INFO STUFF
    Procedure P07_DeclarePlayer;
    Begin
    P07_PlayerName:='88888';
    P07_PlayerPass:='9999';
    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');

    You Have The Latest Version of P07Include
    Successfully executed.
    New window: 5702382
    Compiled successfully in 1693 ms.
    Checking P07Include VersionNumber
    Local : 1.7 / Latest : 1.7
    You Have The Latest Version of P07Include
    Successfully executed.

    I get that everytime i highlight then click play all files in right place

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

    Default

    Quote Originally Posted by Bradb View Post
    Program testP07;

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

    //LOGIN INFO STUFF
    Procedure P07_DeclarePlayer;
    Begin
    P07_PlayerName:='88888';
    P07_PlayerPass:='9999';
    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');

    You Have The Latest Version of P07Include
    Successfully executed.
    New window: 5702382
    Compiled successfully in 1693 ms.
    Checking P07Include VersionNumber
    Local : 1.7 / Latest : 1.7
    You Have The Latest Version of P07Include
    Successfully executed.

    I get that everytime i highlight then click play all files in right place
    I think autologin is broken

  17. #617
    Join Date
    Dec 2011
    Location
    Uk
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    Quote Originally Posted by RJJ95 View Post
    I think autologin is broken
    how do i get 07 scripts ill try a few

  18. #618
    Join Date
    Mar 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    i get this error my mouse hovers over npc like its about to work then stops and this pops up
    Error: Exception: Font [P07UpChars] not found. at line 108
    The following DTMs were not freed: [0, 1, 2, 3]
    fonttt.pnginclude.png

  19. #619
    Join Date
    Mar 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    just to follow up clieent.png

  20. #620
    Join Date
    Mar 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Whenever I try to load up the Smart 8 I get this message on the black load window

    "The automatically split characters are too wide. Try decreasing minispacing."

    Can anyone help me?

  21. #621
    Join Date
    Mar 2013
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Loads up eoc runescape for some scripts. Some other scripts works fine and I downloaded the danny 07 client thing multiple times to make sure. Do I have to change anything in the code?

  22. #622
    Join Date
    Nov 2011
    Location
    Sacramento, California
    Posts
    366
    Mentioned
    4 Post(s)
    Quoted
    85 Post(s)

    Default

    Quote Originally Posted by bursilym View Post
    Loads up eoc runescape for some scripts. Some other scripts works fine and I downloaded the danny 07 client thing multiple times to make sure. Do I have to change anything in the code?
    For botting on 07, this is only half of what needs to be done.

    the other half is found here http://villavu.com/forum/showthread.php?t=97786

  23. #623
    Join Date
    Mar 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    when i try to start it, why does it open the new rs for me ?:S

  24. #624
    Join Date
    Nov 2011
    Location
    Sacramento, California
    Posts
    366
    Mentioned
    4 Post(s)
    Quoted
    85 Post(s)

    Default

    Quote Originally Posted by notex View Post
    when i try to start it, why does it open the new rs for me ?:S
    Because of the post right directly above yours!!!!!

    Because you didn't follow this rest of this tut
    http://villavu.com/forum/showthread.php?t=97786

  25. #625
    Join Date
    Mar 2013
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by sahibjs View Post
    For botting on 07, this is only half of what needs to be done.

    the other half is found here http://villavu.com/forum/showthread.php?t=97786
    I followed that guide exactly. I noticed that the scripts with p07includes loas eoc and the ones with SRL loads oldschool.

Page 25 of 31 FirstFirst ... 152324252627 ... 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
  •