Results 1 to 6 of 6

Thread: getCompassAngle() not working

  1. #1
    Join Date
    Oct 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Question getCompassAngle() not working

    For whatever reason AeroLib's getCompassAngle() works fine for me in SMART but in the official client I only get values over 2000. Can't figure out why.

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

    Default

    Firstly, loving the post count / join date.

    Run this with the official client targeted and see if the box is correctly around the compass.

    Simba Code:
    debugBoxes([toBox(545,4,576,36)]);

    If it is, provide a screenshot of the compass. Probably off color.

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

  3. #3
    Join Date
    Oct 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    debugimgform.PNG

    I do get a different color with ACA than what the function has, however i get the same color with both the official client and SMART.

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

    Default

    Yeah definitely the color. I'm pulling 658075 as the color from your screenshot. Provided it wasn't altered in any way that should work for you. After changing the function color from 920735 -> 658075 I'm getting correct angle readings on your compass.

    Just need to find out why your compass color is off on the official client. I take it you've already checked all settings. You have any GFX card software installed that tries to alter appearance of recognised apps? Maybe the official client is picked up but smart isn't.

    Edit: Just re-read your post. You said you get the same color with smart but it works. So it's very likely that some software is changing the colors but smart sends the unaltered data to simba.

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

  5. #5
    Join Date
    Oct 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Its a fresh install in a VM, does it in another VM installI have as well. No graphics drivers besides whats on the windows installation disk.

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

    Default

    Have a look through the settings and see if it's running in a lower color mode of some sort to try and save resource usage. If not, try installing the correct drivers.

    Not got too much experience with using VMs for simba. Hopefully someone else might have a solution for you.

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

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •