Results 1 to 3 of 3

Thread: Script wont do MakeCompass north or High

  1. #1
    Join Date
    Mar 2013
    Posts
    94
    Mentioned
    0 Post(s)
    Quoted
    22 Post(s)

    Default Script wont do MakeCompass north or High

    Hi, Could someone help please make my script work properly. I don't want it to mine yet. I just want the MakeCompass High and North work.

    Heres the coding. (More coding on request)

    Simba Code:
    begin
      ClearDebug;
      P07_DeclarePlayer;
      SetupSRL;
      SetupP07Include;
      ActivateClient;
      P07_LoginPlayer;
      if (not P07_LoggedIn) then
     begin
      //ClearDebug;
      P07_MakeCameraAngleHigh;
      P07_MakeCompassNorth;
      repeat
        //MineRock;
        wait(500+random(750));
        until(false);
        end;
    end.
    Last edited by rsbots2013; 04-13-2013 at 09:54 PM.

  2. #2
    Join Date
    May 2007
    Location
    England
    Posts
    4,140
    Mentioned
    11 Post(s)
    Quoted
    266 Post(s)

    Default

    You've got it so that it'll only play around with the compass and do the mining if the character is not logged in, so it won't do anything.
    <3

    Quote Originally Posted by Eminem
    I don't care if you're black, white, straight, bisexual, gay, lesbian, short, tall, fat, skinny, rich or poor. If you're nice to me, I'll be nice to you. Simple as that.

  3. #3
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    U should use SRL-OSR instead of Danny's include since it has more features + Randoms support.

    Creds to DannyRS for this wonderful sig!

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
  •