Results 1 to 3 of 3

Thread: Simba 1.3 need help SRL not setup?

  1. #1
    Join Date
    Jun 2019
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Simba 1.3 need help SRL not setup?

    Hi,
    Im having some issues with the "extensions like"
    -Mmouse // it just says error, i know i can use Mouse.move
    -if FindDTM(Robe, X, Y, MSX1, MSY1, MSX2, MSY2); // (it doesnt know MSX1 etc.)

    I saw this in a old youtube guide
    since i changed it now to Mouse.move

    so question is; are those old commands replaced?

  2. #2
    Join Date
    Jun 2015
    Posts
    36
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Your correct, MMouse procedure and global constants such as MSX1 are not part of the current SRL include. Like you said, you can use Mouse.move and Mainscreen.getBounds() will give you a Tbox representing the main screen. So for instance you could use MainScreen.getBounds.x1 instead of MSX1

  3. #3
    Join Date
    Feb 2012
    Location
    Florida
    Posts
    193
    Mentioned
    1 Post(s)
    Quoted
    6 Post(s)

    Default

    Might want to try the new Release Candidate 2. FindDTM you need to use the correct variables like @daileyj93 is saying.
    Some commands are named or nested a little differently than old Simba from 5+ years ago. Things change. They had to adjust for RS3. And now for OSRS. So its a bit different but really the same just cleaned up a bit over the years. The old commands are all still there in some form or another.

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
  •