Page 3 of 3 FirstFirst 123
Results 51 to 63 of 63

Thread: Todo

  1. #51
    Join Date
    Mar 2006
    Posts
    13,241
    Mentioned
    228 Post(s)
    Quoted
    267 Post(s)

    Default

    I already merged euphs commit
    STOP PM'ING ME

  2. #52
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by Hobbit View Post
    I already merged euphs commit
    Sweet then just the extras features and randoms left?

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

    Default

    Quote Originally Posted by Le Jingle View Post
    Ah, okay, let me know if you need anything, I've previously updated the SRL-5 one so I have some reference to those functions.
    @Le Jingle

    After my pull is merged, buysell.simba,

    When you can, could you do these, Idk wtf they are supposed to be doing lol,

    Simba Code:
    FindItemsArray
    FindItems
    SellItems - uses FindItems
    Last edited by DannyRS; 03-03-2013 at 12:58 AM.


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

  4. #54
    Join Date
    Feb 2012
    Location
    Wonderland
    Posts
    1,988
    Mentioned
    41 Post(s)
    Quoted
    272 Post(s)

    Default

    Quote Originally Posted by DannyRS View Post
    @Le Jingle

    After my pull is merged, buysell.simba,

    When you can, could you do these, Idk wtf they are supposed to be doing lol,

    Simba Code:
    FindItemsArray
    FindItems
    SellItems - uses FindItems
    Will do

  5. #55
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    6,136
    Mentioned
    28 Post(s)
    Quoted
    17 Post(s)

    Default

    Is everybody still aware how we checked randoms? FTWait ftw!
    SRL is a Library of routines made by the SRL community written for the Program Simba.
    We produce Scripts for the game Runescape.

  6. #56
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Has anyone tested findblackchatmessage any? I'm getting some crazy wrong results when I run writeln(getblackchatmessage)

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

    Default

    Quote Originally Posted by Ashaman88 View Post
    Has anyone tested findblackchatmessage any? I'm getting some crazy wrong results when I run writeln(getblackchatmessage)
    Haven't tested, but from what I see in the chat box, the text overlaps badly on j y g etc, anything with a low hanging bottom, not sure how to overcome that other than maybe manually sorting the TPA somehow?

    Like if lines are present along the top and bottom, check if they are joined with the TPA in the above / below text then remove those points?
    Last edited by DannyRS; 03-19-2013 at 02:34 AM.


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

  8. #58
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

  9. #59
    Join Date
    Feb 2012
    Location
    Wonderland
    Posts
    1,988
    Mentioned
    41 Post(s)
    Quoted
    272 Post(s)

    Default

    Quote Originally Posted by Ashaman88 View Post


    9P nruge rumPp oI rocn.

    I'll look at it too, sec

    Edit:

    It's because of:
    Simba Code:
    function TextCoords(textn: Integer): TPoint;
    begin
      Result.X := 15;
      Result.Y := 351 + (14 * (textn - 1));
    end;

    The Result.Y is + 4 more than needed. I think this might be a small change (due to main screen getting some better origin lines to make it, the main screen, look outlined)?

    I know that the RS EoC game has about a +4 offset due to the same thing, figured they added it to their oldschool game too now?

    Anyhow, let me know if that works for you, and if it does, I'll submit a pull.
    Last edited by Le Jingle; 03-19-2013 at 04:24 AM.

  10. #60
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default



    Welcome to RuneScape.
    A freshly. m- ade triang. le sandwich.
    YuckI donct like cabbag. e.
    Useful for lig. hting. a fire.
    Mmm this looks tasty. .
    Looks aft-er y. our f-arming. tools.
    Ahhh. Isnct it cute.F
    Gnomes sit on these.
    Best I could get, let me know if you cant get it better

  11. #61
    Join Date
    Feb 2012
    Location
    Wonderland
    Posts
    1,988
    Mentioned
    41 Post(s)
    Quoted
    272 Post(s)

    Default

    Quote Originally Posted by Ashaman88 View Post




    Best I could get, let me know if you cant get it better
    Might have sneakily 'd answer in my last post, so this is to make sure it's seen by ya'll <3

  12. #62
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by Le Jingle View Post
    Might have sneakily 'd answer in my last post, so this is to make sure it's seen by ya'll <3
    Muchhhh better! <3

  13. #63
    Join Date
    Nov 2018
    Location
    https://www.runescapeah.com/
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    very good

Page 3 of 3 FirstFirst 123

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
  •