Results 1 to 12 of 12

Thread: Please update to newest Scar (UpText)

  1. #1
    Join Date
    Feb 2006
    Posts
    3,044
    Mentioned
    4 Post(s)
    Quoted
    21 Post(s)

    Smile Please update to newest Scar (UpText)

    So i have noticed, on my own that GetUpText Fails in Scar 3,21. But in Scar 3,22 it works brilliantly.

    Test:


    Scar 3,22 :


    PHP Code:
    program New;
    begin
      repeat
        
    if Length(rs_GetUpText) <> 0 then begin Writeln(rs_GetUpText);
          
    Disguise(rs_GetUpText);
        
    end;
      
    until (False);
    end

    Scar 3,21:

    PHP Code:
    program New;
    begin
      repeat
        
    if Length(rs_GetUpTextAt(8825)) <> 0 then begin Writeln(rs_GetUpTextAt(8825));
          
    Disguise(rs_GetUpTextAt(8825));
        
    end;
      
    until (False);
    end

    Why i use rs_GetUpTextAt in last Test? Because in Scar 3,21 Rs_GetUpText Fails Big time.


    So please update

    EDIT: I know that Scar 3,23 is the newest one, but i don't use SVN
    At least update to Scar 3,22


    ~Home

  2. #2
    Join Date
    Jan 2008
    Location
    Houston, Texas, USA
    Posts
    770
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Jagex updated RS and changed the fonts a few hours after your thread

  3. #3
    Join Date
    Feb 2007
    Location
    Access Violation at 0x00000000
    Posts
    2,865
    Mentioned
    3 Post(s)
    Quoted
    18 Post(s)

    Default

    They could smell it, I'm sure!@!
    Ce ne sont que des gueux


  4. #4
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Just another reason why SCAR should be open-sourced


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

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

    Default

    this is MADNESS

    I dont like playing legit :] its just against my principals

  6. #6
    Join Date
    Aug 2009
    Location
    Inside the Matrix...yes it has me, and it has you too.
    Posts
    1,896
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Matsetst View Post
    this is MADNESS
    NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN

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

    Default

    haha i lold

  8. #8
    Join Date
    Jan 2008
    Location
    Houston, Texas, USA
    Posts
    770
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by bionicle1800 View Post
    Haha me too. I literally lol'd. I would rep you but I must spread some around first Good stuff

  9. #9
    Join Date
    Feb 2006
    Location
    Belgium
    Posts
    3,137
    Mentioned
    3 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Harry View Post
    Just another reason why SCAR should be open-sourced
    How does that have anything to do with the fonts??

  10. #10
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Quote Originally Posted by Freddy1990 View Post
    How does that have anything to do with the fonts??
    Harry, if you ( or anyone ) wants to make fonts they could do so, sent the files to Freddy, and he'll update them in SCAR (is what Freddy is saying here).

  11. #11
    Join Date
    Feb 2006
    Posts
    3,044
    Mentioned
    4 Post(s)
    Quoted
    21 Post(s)

    Default

    Ye come on guys no Spam!

    Right fellows

    ~Home

  12. #12
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Quote Originally Posted by Freddy1990 View Post
    How does that have anything to do with the fonts??
    You had to rewrite a part of the rs_GetUpText function as well.
    So that is probably what Harry meant.



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

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
  •