Results 1 to 3 of 3

Thread: DrawTextMulti broken?

  1. #1
    Join Date
    Jan 2012
    Location
    Australia
    Posts
    29
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default DrawTextMulti broken?

    Wasnt sure where to put this thread, but is the Smart_DrawTextMulti method broken atm? I havent touched anything from my script, but i did notice SRL updated

    This is what its been displaying on RS from my script:


    What it should be(or was):



    Code:
    Simba Code:
    procedure Report;
    var
      XPPH: Integer;
    begin
      XPPH := Round((Exp * 3600) / (GetTimeRunning / 1000));

      Smart_DrawTextMulti(True, True,
        ['Nataurs Astral Runner v' + VERSION,
         '',
         'Astrals: ' + IntToStr(AstralsMade),
         'XP: ' + IntToStr(Round(Exp)),
         'XP/H: ' + IntToStr(XPPH),
         '' + MsToTime(GetTimeRunning, Time_Abbrev)],
         Point(9, 235), LoginChars, 2867601);
    end;

  2. #2
    Join Date
    Sep 2007
    Location
    Michigan
    Posts
    3,862
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    I heard reports. Strange... It hasn't been touched since I fixed a bug in it awhile back. I'll take a look I guess.

    Edit:
    Yep it was changed recently, they forgot to add a variable to change the position.

    E2:
    Pushed the fix, should be right when SRL updates in ~30mins
    Last edited by Narcle; 02-01-2012 at 10:34 AM.
    (Scripts outdated until I update for new SRL changes)
    AK Smelter & Crafter [SRL-Stats] - Fast Fighter [TUT] [SRL-Stats]
    If you PM me with a stupid question or one listed in FAQ I will NOT respond. -Narcle
    Summer = me busy, won't be around much.

  3. #3
    Join Date
    Jan 2012
    Location
    Australia
    Posts
    29
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Sweet, Thanks

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
  •