Page 1 of 2 12 LastLast
Results 1 to 25 of 34

Thread: SRL Revision #14 is out!

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

    Default SRL Revision #14 is out!

    SRL Revision #14 is out!

    There has been another cleanup and a lot of bugfixes.
    There is a new Bitmaps.scar, which contains a lot bitmaps that you can easily use and will be updated when they become obsolete or broken.

    The 'gametab-fix' has been applied.

    Removed: SendText2, SendText, IsUpTextMulti, ClickNPCChat, FindInventoryText, HitKeys, GetUpTextColor, GetNewChatMsg, HpPercent, GetHP, MouseFindFlag, MouseFindNoFlag, HumanCircleFlag, NormDist .

    Adjusted:
    FindNPCChatText (can click now), new TypeSend, adjust ClickText

    HpPercentEx was renamed to HPPercent

    FindObjTPAMulti was renamed to FindObjTPA, the old FindObjTPA is removed.



    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)

  2. #2
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Finally rev 14 is out! thx wizzup?!

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

    Default

    Good job developers! Can the next version have the SRL Player form put back in? I don't think SRL has it anymore.

    Thanks,
    Cut em2 it
    Formerly known as Cut em2 it

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

    Default

    Quote Originally Posted by Cut em2 it View Post
    Good job developers! Can the next version have the SRL Player form put back in? I don't think SRL has it anymore.

    Thanks,
    Cut em2 it
    I think it is still in, just not automatically included anymore.



    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)

  5. #5
    Join Date
    Sep 2006
    Posts
    6,089
    Mentioned
    77 Post(s)
    Quoted
    43 Post(s)

    Default

    {.include SRL/SRL/Misc/Users.scar}



    Good job fellow developers!
    Hup Holland Hup!

  6. #6
    Join Date
    Jan 2008
    Location
    California, US
    Posts
    2,765
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    All you do is {.include SRL/SRL/Misc/Users.Scar}. Then do SRLPlayerForm(true,[],[],[],[]);
    Edit: Dang i was beat

  7. #7
    Join Date
    Jul 2007
    Posts
    1,055
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Is the:
    Line 98: [Error] (1253:1): Syntax error in script C:\Program Files\SCAR 3.14\includes\SRL/SRL/Core/GameTab.scar
    just me?

    TabExists procedure:
    SCAR Code:
    function TabExists(TabNumber: Integer): Boolean;
    begin
      case TabNumber of
    <<<<<<< .mine // Line with error
        1: Result := (GetColor(542, 185) = 13816532);
        2: Result := (GetColor(576, 188) = 3831858);
        3: Result := (GetColor(609, 185) = 14872817);
        4: Result := (GetColor(644, 180) = 1854335);
        5: Result := (GetColor(675, 183) = 9870237);
        6: Result := (GetColor(708, 184) = 13822416);
        7: Result := (GetColor(741, 187) = 5598593);
        8: Result := (GetColor(575, 483) = 3720957);
        9: Result := (GetColor(607, 485) = 993018);
        10: Result := (GetColor(639, 490) = 1103866);
        11: Result := (GetColor(674, 484) = 5331808);
        12: Result := (GetColor(711, 481) = 3105656);
        13: Result := (GetColor(742, 482) = 2401713);
        14: Result := (GetColor(753, 4) = 3985241) Or (GetColor(753, 6) = 658751);
        15: Result := (GetColor(537, 481) =4938339);
    =======
        1: Result := (GetColor(533, 177) = 65536);
        2: Result := (GetColor(565, 175) = 65536);
        3: Result := (GetColor(609, 175) = 1052432);
        4: Result := (GetColor(638, 174) = 65536);
        5: Result := (GetColor(670, 176) = 65536);
        6: Result := (GetColor(708, 171) = 65536);
        7: Result := (GetColor(740, 175) = 65536);
        8: Result := (GetColor(575, 474) = 65536);
        9: Result := (GetColor(605, 474) = 65536);
        10: Result := (GetColor(640, 472) = 65536);
        11: Result := (GetColor(680, 472) = 65536);
        12: Result := (GetColor(710, 470) = 65536);
        13: Result := (GetColor(735, 473) = 65536);
        14: Result := (GetColor(747, 2) = 395543);
        15: Result := (GetColor(537, 477) = 65536);
    >>>>>>> .r14
      end;
    end;

  8. #8
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by osmm View Post
    Is the:


    just me?

    TabExists procedure:
    SCAR Code:
    function TabExists(TabNumber: Integer): Boolean;
    begin
      case TabNumber of
    <<<<<<< .mine // Line with error
        1: Result := (GetColor(542, 185) = 13816532);
        2: Result := (GetColor(576, 188) = 3831858);
        3: Result := (GetColor(609, 185) = 14872817);
        4: Result := (GetColor(644, 180) = 1854335);
        5: Result := (GetColor(675, 183) = 9870237);
        6: Result := (GetColor(708, 184) = 13822416);
        7: Result := (GetColor(741, 187) = 5598593);
        8: Result := (GetColor(575, 483) = 3720957);
        9: Result := (GetColor(607, 485) = 993018);
        10: Result := (GetColor(639, 490) = 1103866);
        11: Result := (GetColor(674, 484) = 5331808);
        12: Result := (GetColor(711, 481) = 3105656);
        13: Result := (GetColor(742, 482) = 2401713);
        14: Result := (GetColor(753, 4) = 3985241) Or (GetColor(753, 6) = 658751);
        15: Result := (GetColor(537, 481) =4938339);
    =======
        1: Result := (GetColor(533, 177) = 65536);
        2: Result := (GetColor(565, 175) = 65536);
        3: Result := (GetColor(609, 175) = 1052432);
        4: Result := (GetColor(638, 174) = 65536);
        5: Result := (GetColor(670, 176) = 65536);
        6: Result := (GetColor(708, 171) = 65536);
        7: Result := (GetColor(740, 175) = 65536);
        8: Result := (GetColor(575, 474) = 65536);
        9: Result := (GetColor(605, 474) = 65536);
        10: Result := (GetColor(640, 472) = 65536);
        11: Result := (GetColor(680, 472) = 65536);
        12: Result := (GetColor(710, 470) = 65536);
        13: Result := (GetColor(735, 473) = 65536);
        14: Result := (GetColor(747, 2) = 395543);
        15: Result := (GetColor(537, 477) = 65536);
    >>>>>>> .r14
      end;
    end;
    me too osmm

  9. #9
    Join Date
    Jul 2007
    Posts
    1,055
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I didn't want to PM admins about it as they might be bussy, but I'll go ahead and PM now.

    EDIT: Nvm, non on atm.

  10. #10
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by osmm View Post
    I didn't want to PM admins about it as they might be bussy, but I'll go ahead and PM now.
    PM me saying what did they say k?

  11. #11
    Join Date
    Dec 2006
    Location
    Program TEXAS home of AUTOERS
    Posts
    7,934
    Mentioned
    26 Post(s)
    Quoted
    237 Post(s)

    Default

    yay thanks devs


    PLEASE STICKY?

  12. #12
    Join Date
    Mar 2007
    Posts
    3,116
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Guys who are having the TabExists problem Totally delete your srl file and redownload

  13. #13
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Mylesmadness View Post
    Guys who are having the TabExists problem Totally delete your srl file and redownload
    Now im getting:
    SCAR Code:
    Unknown type 'TPointArrayArray' in script

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

    Default

    Thanks
    Formerly known as Cut em2 it

  15. #15
    Join Date
    Dec 2006
    Location
    Program TEXAS home of AUTOERS
    Posts
    7,934
    Mentioned
    26 Post(s)
    Quoted
    237 Post(s)

    Default

    yeah same im gettin whole bunch of errors :S

  16. #16
    Join Date
    Aug 2007
    Location
    Hawaii
    Posts
    3,880
    Mentioned
    7 Post(s)
    Quoted
    152 Post(s)

    Default

    Quote Originally Posted by Wizzup? View Post

    We understand that a lot of scripts need updating after this cleanup. Please have patience and wait for the scripting to adjust their scripts or adjust yourself.
    Faith is an oasis in the heart which will never be reached by the caravan of thinking.

  17. #17
    Join Date
    Mar 2007
    Posts
    3,116
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by cazax View Post
    Now im getting:
    SCAR Code:
    Unknown type 'TPointArrayArray' in script
    Move the plugins yet?

  18. #18
    Join Date
    Aug 2007
    Location
    Hawaii
    Posts
    3,880
    Mentioned
    7 Post(s)
    Quoted
    152 Post(s)

    Default

    Quote Originally Posted by Mylesmadness View Post
    Move the plugins yet?
    Myles....once you update/checkout everything is supposed to go to there original place. Thats why they use subversion . Unless were supposed to move some stuff ourselves?
    Faith is an oasis in the heart which will never be reached by the caravan of thinking.

  19. #19
    Join Date
    Sep 2006
    Posts
    6,089
    Mentioned
    77 Post(s)
    Quoted
    43 Post(s)

    Default

    Quote Originally Posted by cazax View Post
    Now im getting:
    SCAR Code:
    Unknown type 'TPointArrayArray' in script
    Using SCAR 3.14?
    Hup Holland Hup!

  20. #20
    Join Date
    May 2007
    Location
    Netherlands, Amersfoort
    Posts
    2,701
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    i had the same error as osnm, easy to fix but i think noobs will freak out

    looks like you guys forgot to delete some lines

  21. #21
    Join Date
    Mar 2007
    Location
    Netherlands->Amersfoort.
    Posts
    1,615
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Is MouseFindFlag Deleted? or is there a new one?

    Good job devs!

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

    Default

    Quote Originally Posted by MasterKill View Post
    i had the same error as osnm, easy to fix but i think noobs will freak out

    looks like you guys forgot to delete some lines
    No.
    It occurs because you messed with your Gametab.scar, delete it and use SvN-update.
    Also to cazax and osmm.

    Quote Originally Posted by Rikje View Post
    Is MouseFindFlag Deleted? or is there a new one?

    Good job devs!
    MFF



    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)

  23. #23
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

    Default

    Ooo great update alot of things has been changed

    Thanks

  24. #24
    Join Date
    Jul 2007
    Posts
    1,431
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by osmm View Post
    just me?
    Not just you, I got same problem sometimes, it caused by "Something"...

    When your downloading your new subversion, then it saves your file incorrectly for some reason. or data gets damaged.

    try to avoid CPU overusing while downloading files...

    Now, just redownload.

    Also instead Getting unknown type with "TPointArrayArray", use "Array of TpointArray" or "T2DPointArray"

    Edit:
    Nice job devs I was wondering why FindNPCChat wasn't working in rev 13...
    [CENTER][SIZE="4"]Inactive[/SIZE]I forgot my password[/CENTER]

  25. #25
    Join Date
    Feb 2007
    Location
    Het ademt zwaar en moedeloos vannacht.
    Posts
    7,211
    Mentioned
    26 Post(s)
    Quoted
    72 Post(s)

    Default

    Quote Originally Posted by Negaal View Post
    When your downloading your new subversion, then it saves your file incorrectly for some reason. or data gets damaged.

    try to avoid CPU overusing while downloading files...

    Now, just redownload.
    It happens when Subversion can't merge the two files. As there are two different versions (the one you editted and the one the devs editted) it'll try to merge them. But it can't, and it'll conflict, and leaves the error up to you to fix.
    I made a new script, check it out!.

Page 1 of 2 12 LastLast

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
  •