Results 1 to 9 of 9

Thread: [help] Duplicate findDTMRotated Decleration

  1. #1
    Join Date
    Apr 2017
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Question [help] Duplicate findDTMRotated Decleration

    Hey all,

    I am trying to use srl but my compilations fail every time due to duplicate declerations...

    The only other libraries I am using are Aerolib and RSWalker. Anyone have any ideas? I checked to make sure the decleration was not in any of the other libraries.

  2. #2
    Join Date
    Dec 2011
    Posts
    193
    Mentioned
    5 Post(s)
    Quoted
    51 Post(s)

    Default

    Paste the script here so we can see... Most duplicate errors are caused by being on PascalScript, follow the below to change that.

    Menu Bar > Script > Intepreter > Lape

    OSRS Color Scripts: Borland_Salamanders | Borland_Iron_Ores
    Utilities & Snippets: [Color] OSBuddy Item Looting

  3. #3
    Join Date
    Apr 2017
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by Borland View Post
    Paste the script here so we can see... Most duplicate errors are caused by being on PascalScript, follow the below to change that.

    Menu Bar > Script > Intepreter > Lape
    I tried changing my interpreter to Lape - same duplicate issue.

    Code:
    program new;
    {$DEFINE SMART}
    {$i AeroLib/AeroLib.Simba}
    {$I RSWalker/Walker.simba}
    {$I SRL/srl.simba}
    begin
    end.
    I thought it was my code at first, but I brought it down to bare bones and still has the same issue.

  4. #4
    Join Date
    May 2012
    Location
    Glorious Nippon
    Posts
    1,011
    Mentioned
    50 Post(s)
    Quoted
    505 Post(s)

    Default

    Quote Originally Posted by DaNoodler View Post
    I tried changing my interpreter to Lape - same duplicate issue.

    Code:
    program new;
    {$DEFINE SMART}
    {$i AeroLib/AeroLib.Simba}
    {$I RSWalker/Walker.simba}
    {$I SRL/srl.simba}
    begin
    end.
    I thought it was my code at first, but I brought it down to bare bones and still has the same issue.
    Why are you using both Aerolib and SRL?

  5. #5
    Join Date
    Apr 2017
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by Citrus View Post
    Why are you using both Aerolib and SRL?
    Honestly, because I am brand new and just trying things out. Are they not compatible?

  6. #6
    Join Date
    May 2012
    Location
    Glorious Nippon
    Posts
    1,011
    Mentioned
    50 Post(s)
    Quoted
    505 Post(s)

    Default

    Quote Originally Posted by DaNoodler View Post
    Honestly, because I am brand new and just trying things out. Are they not compatible?
    I'd just pick one or the other. I don't think it makes sense to use both.

  7. #7
    Join Date
    Dec 2011
    Posts
    193
    Mentioned
    5 Post(s)
    Quoted
    51 Post(s)

    Default

    Quote Originally Posted by DaNoodler View Post
    Honestly, because I am brand new and just trying things out. Are they not compatible?
    Nope. SRL is deprecated.
    SRL-6 is for RS3.
    AeroLib is currently the updated OSRS include.

    There's certain times where using an older SRL might be applicable, for example botting on a private server based around the time the include was active. If you're botting one of the official games, stick to only using one of the above.

    OSRS Color Scripts: Borland_Salamanders | Borland_Iron_Ores
    Utilities & Snippets: [Color] OSBuddy Item Looting

  8. #8
    Join Date
    Apr 2017
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by Borland View Post
    Nope. SRL is deprecated.
    SRL-6 is for RS3.
    AeroLib is currently the updated OSRS include.

    There's certain times where using an older SRL might be applicable, for example botting on a private server based around the time the include was active. If you're botting one of the official games, stick to only using one of the above.
    Thanks for the information! So you would recommend learning on Aerolib?

  9. #9
    Join Date
    Jun 2013
    Location
    Scranton
    Posts
    496
    Mentioned
    5 Post(s)
    Quoted
    220 Post(s)

    Default

    Quote Originally Posted by DaNoodler View Post
    I tried changing my interpreter to Lape - same duplicate issue.

    Code:
    program new;
    {$DEFINE SMART}
    {$i AeroLib/AeroLib.Simba}
    {$I RSWalker/Walker.simba}
    {$I SRL/srl.simba}
    begin
    end.
    I thought it was my code at first, but I brought it down to bare bones and still has the same issue.
    Aerolib has a built in version of Slacky's rswalker, no need to use the standalone one

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
  •