Results 1 to 9 of 9

Thread: I broke the uptext

  1. #1
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    3,383
    Mentioned
    95 Post(s)
    Quoted
    717 Post(s)

    Default I broke the uptext

    Simba Code:
    Program default;
      {$Define Smart8}
      {$I SRL/SRL.Simba}
      {$I SRL/SRL/Misc/SmartGraphics.Simba}


    Procedure DeclarePlayers;
    Begin
      HowManyPlayers := 1;
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0;
      With Players[0] Do
      Beg//Don't mind this, I left my password in it, and just deleted it.
    End;


    Begin
      SMART_FixSpeed := true;
      SRL_SixHourFix := true;
      SetupSRL;
      DeclarePlayers;
      LoginPlayer;
      mmouse(250,250,5,5);
      writeln(rs_getuptext);

    End.


    The mouse is over: Walk Here, and the uptext that responds is: ^atU Ua(a


    What did I do. D:


    Graphic settings are set correctly, idk what I did

    Last edited by NKN; 06-16-2013 at 11:24 PM.

  2. #2
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    Quote Originally Posted by NKN View Post
    The mouse is over: Walk Here, and the uptext that responds is: ^atU Ua(a

    What did I do. D:

    Graphic settings are set correctly, idk what I did

    Going to need more details than that.. Where are you standing? Screenshot would be nice.. Of course, blur our your name and w/e else..
    I am Ggzz..
    Hackintosher

  3. #3
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    3,383
    Mentioned
    95 Post(s)
    Quoted
    717 Post(s)

    Default

    Quote Originally Posted by Brandon View Post
    Going to need more details than that.. Where are you standing? Screenshot would be nice.. Of course, blur our your name and w/e else..
    Doesn't matter where I am, always happens though.

  4. #4
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    EOC uptext works fine for me :l

    Just tested it. Same script as yours.
    I am Ggzz..
    Hackintosher

  5. #5
    Join Date
    Sep 2012
    Location
    Here.
    Posts
    2,007
    Mentioned
    88 Post(s)
    Quoted
    1014 Post(s)

    Default

    Knowing nothing besides the little bit of what you've said, I'll assume it's simply the background colors by the uptext you're reading are interfering with it?

  6. #6
    Join Date
    Apr 2013
    Location
    Las Vegas
    Posts
    111
    Mentioned
    1 Post(s)
    Quoted
    35 Post(s)

    Default

    Diagnosis: Unknown
    Treatment: Re-installation of SRL and other libraries.

  7. #7
    Join Date
    Dec 2011
    Location
    New York, USA
    Posts
    1,242
    Mentioned
    12 Post(s)
    Quoted
    193 Post(s)

    Default

    Yeah either the background colors are similar to the UpText, or somehow the cts isn't 1. Try calling SetColortoleranceSpeed(1) before the uptext function.

    E: or maybe you have to call one of those functions that changes everything by 50 pixels? I'm not sure but maybe that's causing the text reading function to read in the wrong spots.
    Last edited by Nebula; 06-17-2013 at 12:25 AM.

  8. #8
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    On Skype he said he fixed it by reinstalling.

  9. #9
    Join Date
    Jul 2012
    Posts
    437
    Mentioned
    10 Post(s)
    Quoted
    165 Post(s)

    Default

    I had something similar, a while ago, I tried reading text from public chat box and it gave similar randomish characters.

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
  •