Page 12 of 31 FirstFirst ... 2101112131422 ... LastLast
Results 276 to 300 of 767

Thread: [Unofficial] OldschoolRS07 Include

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

    Default

    Quote Originally Posted by Rico1993 View Post
    Nope, still hovering over the trees, you dont have any antileeches in your p07 right? any other solvements?
    thanks for you help btw
    No P07 does not contain anti-leech because that's not what it's about

    Can you do a test for me, make a new script, paste this in, and press run on simba, then quickly hover over a tree and see if it print's out correctly what's in the top left corner, be sure to drag the green target onto the mainscreen of runescape, and have brightness in game up full

    Simba Code:
    program new;
    {$I Srl/Srl.Simba}
    {$I P07Include.Simba}

    Begin
      SetupP07Include;
      Wait(4000);
      WriteLn('UpTextSays: ' + P07_GetUpText);
    End.


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

  2. #277
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    @DannyRS - Do I have permission to use some of your posted code to help develop the SRL007 include?

    Forum account issues? Please send me a PM

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

    Default

    Quote Originally Posted by Justin View Post
    @DannyRS - Do I have permission to use some of your posted code to help develop the SRL007 include?
    Yes Ofc take anything you need <3


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

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

    Default

    This is what simba prints out:
    Compiled successfully in 858 ms.
    Checking P07Include VersionNumber
    Local : 1.7 / Latest : 1.7
    You Have The Latest Version of P07Include
    UpTextSays: !  1  (and some weird other signs)
    Successfully executed.

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

    Default

    Quote Originally Posted by Rico1993 View Post
    This is what simba prints out:
    Compiled successfully in 858 ms.
    Checking P07Include VersionNumber
    Local : 1.7 / Latest : 1.7
    You Have The Latest Version of P07Include
    UpTextSays: ! 1 (and some weird other signs)
    Successfully executed.
    Hmm that's weird your uptext is not reading correctly, could you try a different browser for me? same test script

    if you could use simba to get the co-ordinates of a box around the uptext, that would be a big help too, but IDK if you know how to do that
    Last edited by DannyRS; 02-27-2013 at 01:41 PM.


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

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

    Default

    same exact outcome :/ but alot of people are having trouble with this. and i dont know sorry :/

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

    Default

    Quote Originally Posted by Rico1993 View Post
    same exact outcome :/ but alot of people are having trouble with this. and i dont know sorry :/
    you know how the "walk here" comes up when your mouse is on the main screen, can you drag the mouse to the very top left of the W (as close to perfect as you can, roughly will do), look bottom left of simba for the mouse co-ordinates, remember them, write them in notepad or something, then do the same for the bottom right of the second e in "here", and then tell me the four numbers? that would help me tell if this is an OCR or co-ordinate problem,

    don't worry if your not up to doing that


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

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

    Default

    I'm getting this error as soon as I start using my script. The script finds the curse button, double clicks it instead of once, then I get this:

    Hint] C:\Users\Anthony\Desktop\Simba\CurseRelease.simba( 50:10): Variable 'Result' never used at line 49
    Compiled successfully in 343 ms.
    Checking P07Include VersionNumber
    Local : 1.7 / Latest : 1.7
    You Have The Latest Version of P07Include
    Clicking curse
    Error: Exception: Font [P07UpChars] not found. at line 108
    The following DTMs were not freed: [0, 1, 2, 3]


    Function P07_GetUpText: String;
    Var
    WhiteT,BlueT,YellowT,OrangeT,FoundText: String;
    Begin
    WhiteT:=GetTextAtExWrap(8, 8, 80, 21, 0, 5, 1, 14541281, 55, 'P07UpChars'); Line 108
    BlueT:=GetTextAtExWrap(35, 8, 170, 21, 0, 5, 1, 13423640, 65, 'P07UpChars');
    YellowT:=GetTextAtExWrap(35, 8, 170, 21, 0, 5, 1, 1235160, 40, 'P07UpChars');

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

    Default

    alright, for the top left of the W i got 336,119
    For the bottom right of the E i got 399,129

  10. #285
    Join Date
    Feb 2013
    Posts
    65
    Mentioned
    0 Post(s)
    Quoted
    25 Post(s)

    Default

    Basically what I'm getting is
    Checking P07Include VersionNumber
    Local : 1.5 / Latest : 1.7
    New P07Include Version Available! Updating...
    New P07Include Version Downloaded Please Restart Your Script!
    Successfully executed.
    Causing the script (i think) to not run. It does this every time, even though I've actually checked the include file and it does indeed say "P07_VersionNumber = '1.7';" so I don't know what wrong really.

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

    Default

    Quote Originally Posted by Rico1993 View Post
    alright, for the top left of the W i got 336,119
    For the bottom right of the E i got 399,129
    Wow, how the hell is the top left of your client returning as such high values?

    Did you definetly drag simbas green target so the red highlight was only over the runescape client? (and not chrome too)

    @obsessive, you need to install the font folder and restart simba,

    @netzone, you have another P07Include.Simba saved somewhere else, you need to find it and delete it(possibly in script's folder?)
    Last edited by DannyRS; 02-27-2013 at 03:16 PM.


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

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

    Default

    Sht, my bad, forgot to green target it, the real values are:
    9,9 left top 72,16 right bottom

    Oh and btw, i have this problem with every script :/
    Last edited by Rico1993; 02-27-2013 at 03:34 PM.

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

    Default

    Quote Originally Posted by Rico1993 View Post
    Sht, my bad, forgot to green target it, the real values are:
    9,9 left top 72,16 right bottom

    Oh and btw, i have this problem with every script :/
    Run my test script after green targeting? Print out? Be sure mouse is over a tree or something


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

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

    Default

    Compiled successfully in 951 ms.
    Checking P07Include VersionNumber
    Local : 1.7 / Latest : 1.7
    You Have The Latest Version of P07Include
    UpTextSays: !  (same exact weird letters)
    Successfully executed.

    Maybe reinstall simba?

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

    Default

    Quote Originally Posted by Rico1993 View Post
    Compiled successfully in 951 ms.
    Checking P07Include VersionNumber
    Local : 1.7 / Latest : 1.7
    You Have The Latest Version of P07Include
    UpTextSays: ! (same exact weird letters)
    Successfully executed.

    Maybe reinstall simba?
    Can I PM you some debug procedures to run when I get home? (driving atm lol)


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

  16. #291
    Join Date
    Jun 2012
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    May i ask how you check your own healthbar going down?

    And if there isnt a way to check it could u implement it in?
    Last edited by Tombraider; 02-27-2013 at 04:33 PM.

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

    Default

    Quote Originally Posted by Tombraider View Post
    May i ask how you check your own healthbar going down?
    Count the green pixel's and divide them by the width of the health bar


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

  18. #293
    Join Date
    Jun 2012
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Alright but that isn't your personal healthbar i need the personal healthbar for this matter. Any idea's?

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

    Default

    Quote Originally Posted by Tombraider View Post
    Alright but that isn't your personal healthbar i need the personal healthbar for this matter. Any idea's?
    What do you mean personal healthbar?

    Open the stats screen, read two hp numbers, take first away from second, thats the only 100% accurate way


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

  20. #295
    Join Date
    Jun 2012
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Thx for your response! I already was thinking of that, but what function do i use to compare these numbers? Images?

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

    Default

    Quote Originally Posted by Tombraider View Post
    Thx for your response! I already was thinking of that, but what function do i use to compare these numbers? Images?
    You need the Numbers in the StatChar's Font, from 07, they are in srl archive, or I'll find them for you in a bit when I'm home, unless someone else here has them to give em to you?


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

  22. #297
    Join Date
    Feb 2013
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    11 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)
    Yes thank you

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

    Default

    Quote Originally Posted by Rico1993 View Post
    Yes thank you
    I'm sure with your help I can locate this bug it's impossible for me to locate it myself because I can't re-create it lol!


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

  24. #299
    Join Date
    Jun 2012
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Would be great do you have skype? My skype:Tombie28

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

    Default

    Quote Originally Posted by Tombraider View Post
    Would be great do you have skype? My skype:Tombie28
    I have skype but I only go on when I need too

    I'll add you when I can


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

Page 12 of 31 FirstFirst ... 2101112131422 ... LastLast

Thread Information

Users Browsing this Thread

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