Results 1 to 11 of 11

Thread: Problems with Uptext

  1. #1
    Join Date
    Nov 2007
    Location
    Nowhereville
    Posts
    1,155
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default Problems with Uptext

    rs_getuptextat(8,8) isn't working. I already have the latest SRL and 3.23 Scar. All of the characters also updated. What should I do? (Count Colors will not work because there is a similar object that has the same color as that)
    Formerly known as Cut em2 it

  2. #2
    Join Date
    Feb 2007
    Location
    Alberta,Canada
    Posts
    2,358
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    its over.


    you should probably use RS_GetUpText not getuptextat, but I cant remember to tell you the truth. Do you have dev SVN?
    “Ignorance, the root and the stem of every evil.”

  3. #3
    Join Date
    Nov 2007
    Location
    Nowhereville
    Posts
    1,155
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    for SRL or SCAR?
    Formerly known as Cut em2 it

  4. #4
    Join Date
    Dec 2006
    Location
    Houston, TX USA
    Posts
    4,791
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Cut em2 it View Post
    for SRL or SCAR?
    Both

  5. #5
    Join Date
    Nov 2007
    Location
    Nowhereville
    Posts
    1,155
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Well i have it for SRL, SCAR has one? Is it subversion?
    Formerly known as Cut em2 it

  6. #6
    Join Date
    Dec 2006
    Location
    Houston, TX USA
    Posts
    4,791
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Cut em2 it View Post
    Well i have it for SRL, SCAR has one? Is it subversion?
    Yes, it is the only one with the correct OCR

  7. #7
    Join Date
    Nov 2007
    Location
    Nowhereville
    Posts
    1,155
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    I just got it and tested it. It's still not working.

    E: its 3.23 btw
    Last edited by Raskolnikov; 01-15-2010 at 02:38 AM.
    Formerly known as Cut em2 it

  8. #8
    Join Date
    Nov 2009
    Location
    Seattle, WA
    Posts
    589
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    UpText is up and working for me .
    Using Dev SVN ~ Tortous.
    3.23 Scar.
    Don't Troll, Don't Fight, Just keep the Respect
    Status : Offline

    Feel free to re-make my scripts ;D
    Community Member

  9. #9
    Join Date
    Nov 2007
    Location
    Nowhereville
    Posts
    1,155
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    SCAR Code:
    function MMouseIsText(x, y, ranx, rany: integer; UpText:string): boolean;
    begin
      if not LoggedIn then Exit;
      Wait(50+random(20));
      MMouse(x, y, ranx, rany);
      Wait(300+random(10));
      if rs_getuptext = UpText then
        Result := True;
    end;

    Here is what I am using for uptext. What is going on?!
    Formerly known as Cut em2 it

  10. #10
    Join Date
    Dec 2006
    Location
    Houston, TX USA
    Posts
    4,791
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Cut em2 it View Post
    if rs_getuptext = UpText then[/scar]

    Here is what I am using for uptext. What is going on?!

    rs_getuptext = String = BAD

    IsUpText()

  11. #11
    Join Date
    Nov 2007
    Location
    Nowhereville
    Posts
    1,155
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Oh good thanks icefire it works now. Thanks everyone!
    Formerly known as Cut em2 it

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
  •