Page 14 of 31 FirstFirst ... 4121314151624 ... LastLast
Results 326 to 350 of 767

Thread: [Unofficial] OldschoolRS07 Include

  1. #326
    Join Date
    May 2012
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Thanks for the include Danny!

  2. #327
    Join Date
    Oct 2012
    Location
    Italy
    Posts
    145
    Mentioned
    0 Post(s)
    Quoted
    44 Post(s)

    Default

    Quote Originally Posted by SeanStar View Post
    Attachment 19310
    Works great! I even got it to work with smart! Very nice! (Changing the param page to http://oldschool1.runescape.com/,j1 and setting RSReady to True)
    How did you do that? Can you help me out setting mine as well? Thank you!

  3. #328
    Join Date
    Jan 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by DannyRS View Post
    Everyone having uptext issues (mouse hovering and not clicking), Please run this for me:

    Simba Code:
    Program UpTextDebugger;

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

    // Drag green target from Simba onto mainscreen of runescape
    // Click run, within 5 seconds hover over something ingame, Wait
    // 5 Sec for debug output, Show Everything, Including image that
    // Will open up, or locate it where you ran this script from
    // To Danny, via PM or Here :
    //     http://villavu.com/forum/showthread.php?t=96863

    Var
      TCTS: Integer;
      TCTSHM,TCTSSM: Extended;
      DebuggerTPA: TPointArray;

    Begin
      Wait(5000);
      SetupP07Include;
      GetColorspeed2Modifiers(TCTSHM,TCTSSM);
      TCTS:=GetColorToleranceSpeed;
      WriteLn('CTS   : '+ToStr(TCTS));
      WriteLn('CTSHM : '+ToStr(TCTSHM));
      WriteLn('CTSSM : '+ToStr(TCTSSM));
      WriteLn('UpTxT : '+ToStr(P07_GetUpText));
      SetColorspeed2Modifiers(0.00,0.00);
      SetColorToleranceSpeed(0);
      WriteLn('UpTxT0: '+ToStr(P07_GetUpText));
      SetColorspeed2Modifiers(0.02,0.02);
      SetColorToleranceSpeed(1);
      WriteLn('UpTxT1: '+ToStr(P07_GetUpText));
      SetColorspeed2Modifiers(TCTSHM,TCTSSM);
      SetColorToleranceSpeed(TCTS);
      SetLength(DebuggerTPA,4);
      DebuggerTPA:=[Point(8,8),Point(170,8),Point(170,21),Point(8,21)]
      DebugTPA(DebuggerTPA,'DebuggerTPA');
    End.
    Fuck i thought my script was broken, thank god its not just me. i got
    Simba Code:
    Compiled successfully in 374 ms.
    Checking P07Include VersionNumber
    Local : 1.7 / Latest : 1.7
    You Have The Latest Version of P07Include
    CTS   : 1
    CTSHM : 0.2
    CTSSM : 0.2
    UpTxT : Mine Rocks
    UpTxT0: Mine Rocks
    UpTxT1: Mine Rocks
    Successfully executed.
    and the pic is "Mine Rocks / 3 more op" the back half of the 't' shows up.
    http://postimage.org/image/m65if6qo9/
    theres the image

  4. #329
    Join Date
    Oct 2012
    Location
    Italy
    Posts
    145
    Mentioned
    0 Post(s)
    Quoted
    44 Post(s)

    Default

    Quote Originally Posted by J J View Post
    I edited SPS myself it works really well for me even though I'm in Al Kharid. I'll take a look at yours.

    PRO tip:
    KeyDown(17);
    Result := SPS_Walk07Path(Path);
    KeyUp(17);

    To make it run without checking if you have run % and setting run to true etc.
    Please can you help me with sps at Al Kharid? I'm trying to make a script for Runescape 2007..

  5. #330
    Join Date
    May 2012
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Thank you for the work you've put into creating this DannyRS



    Quote Originally Posted by rjj95 View Post
    Is makecompass degree working for anyone else? It worked for me twice then suddenly stopped working

    Simba Code:
    P07_MakeCameraAngleHigh;
      P07_MakeCompassDegree(CompassDegree + Random(10));
    It has been working fine for me so far.

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

    Default

    Quote Originally Posted by Conflagerate View Post
    Fuck i thought my script was broken, thank god its not just me. i got
    Simba Code:
    Compiled successfully in 374 ms.
    Checking P07Include VersionNumber
    Local : 1.7 / Latest : 1.7
    You Have The Latest Version of P07Include
    CTS   : 1
    CTSHM : 0.2
    CTSSM : 0.2
    UpTxT : Mine Rocks
    UpTxT0: Mine Rocks
    UpTxT1: Mine Rocks
    Successfully executed.
    and the pic is "Mine Rocks / 3 more op" the back half of the 't' shows up.
    http://postimage.org/image/m65if6qo9/
    theres the image
    Your uptext is printing correctly, so all functions should work so something in your script must be broken


    Quote Originally Posted by rjj95 View Post
    Is makecompass degree working for anyone else? It worked for me twice then suddenly stopped working

    Simba Code:
    P07_MakeCameraAngleHigh;
      P07_MakeCompassDegree(CompassDegree + Random(10));
    You can only use compass features once your script has clicked the client atleast once, or you have smart enabled
    Last edited by DannyRS; 02-28-2013 at 08:16 AM.


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

  7. #332
    Join Date
    Feb 2013
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Quote Originally Posted by DannyRS View Post
    Your uptext is printing correctly, so all functions should work so something in your script must be broken




    You can only use compass features once your script has clicked the client atleast once, or you have smart enabled
    Here is my debug
    Attached Images Attached Images

  8. #333
    Join Date
    Dec 2011
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Im getting this error:

    [Error] C:\Simba\Includes\P07Include.Simba(57:3): Unknown identifier 'MMouse' at line 56
    Compiling failed.

    any ideas ?
    thanks

  9. #334
    Join Date
    Feb 2013
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Quote Originally Posted by c00ldodo View Post
    Im getting this error:

    [Error] C:\Simba\Includes\P07Include.Simba(57:3): Unknown identifier 'MMouse' at line 56
    Compiling failed.

    any ideas ?
    thanks
    You dont have to compile include, just the script.

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

    Default

    nvm.
    Last edited by halgboy_tbc; 02-28-2013 at 12:52 PM.

  11. #336
    Join Date
    Feb 2013
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    To all those having the problem of the scripts mouse hovering but not actually clicking go to simba in your c drive and make sure that the07upchars you downloaded is one folder.. As in not 07upchars with another 07upchars folder inside it.. This was my problem for all scripts and once I removed the secondary folder and had one folder with the up char files all my scripts worked.. If you dont understand I will try and explain better typed this in a rush sorry

  12. #337
    Join Date
    Feb 2013
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    @DannyRS I think what I typed above may be a lot of people's problem.

  13. #338
    Join Date
    Feb 2013
    Location
    Narnia
    Posts
    615
    Mentioned
    8 Post(s)
    Quoted
    252 Post(s)

    Default

    Quote Originally Posted by DannyRS View Post
    Can I PM you some debug procedures to run when I get home? (driving atm lol)
    I'm getting the same errors as rico no matter what script I run. I dragged simba into the rs window on chrome. did you guys find a solution?

    Compiled successfully in 858 ms.
    Checking P07Include VersionNumber
    Local : 1.7 / Latest : 1.7
    You Have The Latest Version of P07Include
    Error: Exception: Font [P07UpChars] not found. at line 108
    The following DTMs were not freed: [0, 1, 2, 3, 4]

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

    Default

    Quote Originally Posted by ibot_dung11 View Post
    I'm getting the same errors as rico no matter what script I run. I dragged simba into the rs window on chrome. did you guys find a solution?

    Compiled successfully in 858 ms.
    Checking P07Include VersionNumber
    Local : 1.7 / Latest : 1.7
    You Have The Latest Version of P07Include
    Error: Exception: Font [P07UpChars] not found. at line 108
    The following DTMs were not freed: [0, 1, 2, 3, 4]
    Font not found
    Install the font in OP


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

  15. #340
    Join Date
    Feb 2013
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by DannyRS View Post
    Everyone having uptext issues (mouse hovering and not clicking), Please run this for me:

    Simba Code:
    Program UpTextDebugger;

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

    // Drag green target from Simba onto mainscreen of runescape
    // Click run, within 5 seconds hover over something ingame, Wait
    // 5 Sec for debug output, Show Everything, Including image that
    // Will open up, or locate it where you ran this script from
    // To Danny, via PM or Here :
    //     http://villavu.com/forum/showthread.php?t=96863

    Var
      TCTS: Integer;
      TCTSHM,TCTSSM: Extended;
      DebuggerTPA: TPointArray;

    Begin
      Wait(5000);
      SetupP07Include;
      GetColorspeed2Modifiers(TCTSHM,TCTSSM);
      TCTS:=GetColorToleranceSpeed;
      WriteLn('CTS   : '+ToStr(TCTS));
      WriteLn('CTSHM : '+ToStr(TCTSHM));
      WriteLn('CTSSM : '+ToStr(TCTSSM));
      WriteLn('UpTxT : '+ToStr(P07_GetUpText));
      SetColorspeed2Modifiers(0.00,0.00);
      SetColorToleranceSpeed(0);
      WriteLn('UpTxT0: '+ToStr(P07_GetUpText));
      SetColorspeed2Modifiers(0.02,0.02);
      SetColorToleranceSpeed(1);
      WriteLn('UpTxT1: '+ToStr(P07_GetUpText));
      SetColorspeed2Modifiers(TCTSHM,TCTSSM);
      SetColorToleranceSpeed(TCTS);
      SetLength(DebuggerTPA,4);
      DebuggerTPA:=[Point(8,8),Point(170,8),Point(170,21),Point(8,21)]
      DebugTPA(DebuggerTPA,'DebuggerTPA');
    End.
    Anyone who follows this step by Danny and comes out with something like CTS : 1
    CTSHM : 0.2
    CTSSM : 0.2
    UpTxT :
    UpTxT0: !  %
    UpTxT1: !  %

    I am 90% sure you have two 07upchars folders one being inside the other, remove the first so that you only have one folder 07upchars with the files inside and providing you can solve the anti leech for the script you are using your clicking will now work

  16. #341
    Join Date
    Feb 2013
    Location
    Narnia
    Posts
    615
    Mentioned
    8 Post(s)
    Quoted
    252 Post(s)

    Default

    Quote Originally Posted by DannyRS View Post
    Install the font in OP
    sorry im new, where would i find that ha :P

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

    Default

    Quote Originally Posted by Prayer94 View Post
    Anyone who follows this step by Danny and comes out with something like CTS : 1

    I am 90% sure you have two 07upchars folders one being inside the other, remove the first so that you only have one folder 07upchars with the files inside and providing you can solve the anti leech for the script you are using your clicking will now work
    I never thought of that tbh!, could be!

    Quote Originally Posted by ibot_dung11 View Post
    sorry im new, where would i find that ha :P
    First post in this thread


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

  18. #343
    Join Date
    Feb 2013
    Location
    Narnia
    Posts
    615
    Mentioned
    8 Post(s)
    Quoted
    252 Post(s)

    Default

    I did not move p07upcharacters to Fonts which was located in the C:, that was the problem, along with Prayer's helpful hint (the folder within the folder)
    Thanks guys

  19. #344
    Join Date
    Nov 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Getting this error:

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

    Not sure, been browsing around for awhile now.

  20. #345
    Join Date
    Jul 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    im coding a script of my own, but it when I try and get it to trade with a player in the same style as trading an NPC, it comes up with this error:
    http://i.imgur.com/2sjOhDx.png

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

    Default

    Quote Originally Posted by keeks View Post
    im coding a script of my own, but it when I try and get it to trade with a player in the same style as trading an NPC, it comes up with this error:
    http://i.imgur.com/2sjOhDx.png
    hmm what function did you call? can you show me the script


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

  22. #347
    Join Date
    Jul 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by DannyRS View Post
    hmm what function did you call? can you show me the script
    ill pm

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

    Default

    Danny The
    P07_DidRedClick;

    Is broken!

  24. #349
    Join Date
    Jul 2012
    Posts
    113
    Mentioned
    7 Post(s)
    Quoted
    34 Post(s)

    Default

    It's probably worth noting that you can get a lot of functions from SRL4 Revision 1 that don't need much editing at all to get working. Anyway, good work Danny. I'm actually working on updating the entire SRL 4 include for simba (privately)

  25. #350
    Join Date
    Mar 2012
    Location
    Indiana
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    I keep getting an annoying error where the updater doesn't appear to be functioning at all.

    Where the script checks the website to see what the version # is and it constantly does this, I can't run any script because it says its outdated and it kills the script.

    I know for a fact its updated the includes.simba (for your 07 includes at least 15 times) to version 1.7 and the updater seems to be in a infinite loop of some sort and won't get itself out of it, i've tried multiple times to get it to not check for updates.

    Here's a screenie of the debug log: d580ff8cbc.png

    And here is a screenie of the includes file that is located in the correct spot: 0f511be7e9.png

    Thanks!
    lukas76 here cooking up another evil plan!

Page 14 of 31 FirstFirst ... 4121314151624 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 3 users browsing this thread. (0 members and 3 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
  •