Results 1 to 6 of 6

Thread: Camera Angle

  1. #1
    Join Date
    Jan 2012
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Camera Angle

    Making a thieving bot for a private server. One of the antibans of the server is it will kill you after a short time and take you to spawn, how would i make the script walk back to the spot i was in before, also everytime the camera moves in messes up the bot how can i make the camera sit in one position?

    I did find

    MakeCompass('N')

    But it didn't work, guessing because im working on a private server script. Any help would be much appreciated.

    Ben

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

    Default

    That's the correct usage of MakeCompass. I'm guessing it's because you're trying to use it on a private server. You could try ClickNorth?

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

    Default

    Quote Originally Posted by tehq View Post
    That's the correct usage of MakeCompass. I'm guessing it's because you're trying to use it on a private server. You could try ClickNorth?
    You that's what im think. How would i write that? This is my first script

    ClickNorth;

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

    Default

    Quote Originally Posted by Benzh View Post
    You that's what im think. How would i write that? This is my first script

    ClickNorth;
    like this :
    Simba Code:
    ClickNorth(SRL_ANGLE_HIGH);

  5. #5
    Join Date
    Jan 2012
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nope. Hmm not sure how i can do it.

  6. #6
    Join Date
    Jul 2008
    Location
    NSW, Australia
    Posts
    881
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Click North wont work either barely any of the SRL functions are going to work on a private server.
    You need to use TypeByte(VK_RIGHT);
    and Left to make the compass move until the ^ is detected at the top so you know its north every time, I made a function for this ages ago but I looked and I couldn't find it sorry.

    Also with walking from the spot it's going to be pretty hard.. since the Colors change dramatically on a p server every time you log in or out.. but you could try DTM Symbol walking and Color walking you may have some success

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
  •