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

Thread: Camera turning!

  1. #1
    Join Date
    May 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Camera turning!

    When i start a script the camera is constantly turning and not doing anything.

    I'm using two different herblore script in soul wars and they are doing the same thing.

    help?

  2. #2
    Join Date
    Nov 2011
    Location
    MA
    Posts
    545
    Mentioned
    3 Post(s)
    Quoted
    10 Post(s)

    Default

    Check your game settings from "setting up Simba". Max brightness, etc, etc.

  3. #3
    Join Date
    Jun 2006
    Posts
    694
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default

    Quote Originally Posted by tehq View Post
    Check your game settings from "setting up Simba". Max brightness, etc, etc.
    I have noticed this awell. Using smart. Simba is not seeing the degree's on the compass and keeps rotating.

    Started occurring at 7pm Eastern time.

  4. #4
    Join Date
    May 2012
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I have been having the same issue as op when the Compass rotates in Flight's Livid farming script. This problem only started earlier today.
    Last edited by CEO; 05-08-2012 at 01:34 AM.

  5. #5
    Join Date
    May 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by tehq View Post
    Check your game settings from "setting up Simba". Max brightness, etc, etc.
    no, thats not it.

  6. #6
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    1,199
    Mentioned
    0 Post(s)
    Quoted
    26 Post(s)

    Default

    It's probably that it is having a hard time finding the bank at Soul Wars because it is using the SRL include Soul Wars bank method/function. That's just what I expect is happening.

    For the included bank to work it needs to be facing West (camera at 90 degrees east of north) and it needs to be at max camera height.

  7. #7
    Join Date
    Feb 2012
    Posts
    29
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I am experiencing this issue too

    using Flight's HeavyRodder

  8. #8
    Join Date
    Apr 2012
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Same issue on an herblore script and fighter script. I think I'll give it a break tonight.

    Edit: I've tried changing a few things with each script figuring it would be simple, but it is beyond me. Help would be appreciated.

    Thanks
    Last edited by iboughtall; 05-08-2012 at 02:33 AM.

  9. #9
    Join Date
    Jun 2006
    Posts
    694
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default

    Quote Originally Posted by Hazzah View Post
    It's probably that it is having a hard time finding the bank at Soul Wars because it is using the SRL include Soul Wars bank method/function. That's just what I expect is happening.

    For the included bank to work it needs to be facing West (camera at 90 degrees east of north) and it needs to be at max camera height.
    No, it has to do with MakeCompass.

  10. #10
    Join Date
    Oct 2011
    Posts
    805
    Mentioned
    21 Post(s)
    Quoted
    152 Post(s)

    Default

    I confirm
    rs_GetCompassAngleDegrees doesn't work ,always returns 0. Propably compassSRL was updated



    Quick fix:

    find function rs_GetCompassAngleRadians in your function box ,and click two times to edit it

    in line
    Simba Code:
    FindColorsSpiralTolerance(T.x, T.y, TPA, 0, x1, y1, x2, y2, 0);
    change first 0 to 65536 :
    Simba Code:
    FindColorsSpiralTolerance(T.x, T.y, TPA, 65536, x1, y1, x2, y2, 0);
    save
    Last edited by bg5; 05-08-2012 at 03:06 AM.

  11. #11
    Join Date
    May 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by beginner5 View Post
    I confirm
    rs_GetCompassAngleDegrees doesn't work ,always returns 0. Propably compass was updated
    TY i hope they fix it soon.

  12. #12
    Join Date
    Nov 2011
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It's probably part of Optimus. They want to screw with bot makers. If they think small things like this frequently is going to deter developers, they've got to be joking with us.

  13. #13
    Join Date
    Oct 2011
    Posts
    805
    Mentioned
    21 Post(s)
    Quoted
    152 Post(s)

    Default

    No ,it's just mistake in SRL.

  14. #14
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    LOL.. Thank God there's another bug off my back lol.
    I am Ggzz..
    Hackintosher

  15. #15
    Join Date
    Oct 2011
    Posts
    805
    Mentioned
    21 Post(s)
    Quoted
    152 Post(s)

    Default

    It propably messed up all bots ,which use SPS

  16. #16
    Join Date
    Mar 2010
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Expected time of fix?

  17. #17
    Join Date
    May 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by beginner5 View Post
    I confirm
    rs_GetCompassAngleDegrees doesn't work ,always returns 0. Propably compassSRL was updated



    Quick fix:

    find function rs_GetCompassAngleRadians in your function box ,and click two times to edit it

    in line
    Simba Code:
    FindColorsSpiralTolerance(T.x, T.y, TPA, 0, x1, y1, x2, y2, 0);
    change first 0 to 65536 :
    Simba Code:
    FindColorsSpiralTolerance(T.x, T.y, TPA, 65536, x1, y1, x2, y2, 0);
    save


    This guy is a hero

    +1

  18. #18
    Join Date
    Dec 2007
    Posts
    47
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    also seem to be a problem with withdrawing

  19. #19
    Join Date
    May 2012
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    LOL I thought I had messed something up, thank you search function ^_^

  20. #20
    Join Date
    Feb 2012
    Posts
    29
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by beginner5 View Post
    I confirm
    rs_GetCompassAngleDegrees doesn't work ,always returns 0. Propably compassSRL was updated



    Quick fix:

    find function rs_GetCompassAngleRadians in your function box ,and click two times to edit it

    in line
    Simba Code:
    FindColorsSpiralTolerance(T.x, T.y, TPA, 0, x1, y1, x2, y2, 0);
    change first 0 to 65536 :
    Simba Code:
    FindColorsSpiralTolerance(T.x, T.y, TPA, 65536, x1, y1, x2, y2, 0);
    save
    thanks! working now!

  21. #21
    Join Date
    May 2012
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Can someone walk me through this? I am pretty lost in where to find it.

  22. #22
    Join Date
    May 2012
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  23. #23
    Join Date
    May 2012
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by CEO View Post
    Can someone walk me through this? I am pretty lost in where to find it.
    This place

  24. #24
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    Quote Originally Posted by CEO View Post

    Open C:\Simba\Includes\SRL\SRL\core\flag.simba

    change line 38 to:
    FindColorsSpiralTolerance(T.x, T.y, TPA, 65536, x1, y1, x2, y2, 0);

    That is the temporary fix until SRL updates.
    I am Ggzz..
    Hackintosher

  25. #25
    Join Date
    May 2012
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Brandon View Post
    Open C:\Simba\Includes\SRL\SRL\core\flag.simba

    change line 38 to:
    FindColorsSpiralTolerance(T.x, T.y, TPA, 65536, x1, y1, x2, y2, 0);

    That is the temporary fix until SRL updates.
    Thanks man
    + Rep

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
  •