Results 1 to 3 of 3

Thread: Just realised, i made a BIG mistake...

  1. #1
    Join Date
    Aug 2006
    Posts
    53
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Just realised, i made a BIG mistake...

    Ok this is my main loop:

    Code:
    begin
    setupSRL;
    setupSRLMining;
    RUNS := RUNS + 1
    BankSym := 0;
    MagicSym := 0;
    ClearDebug;
    ClearReport;
      SafeInitSetupForm;
      SafeShowFormModalSetup;
      If AuthAccepted Then
         Begin
         CheckVer;
         AddPlayerResult;
         LoadBmb;
         FindRs;
       MouseSpeed:=10;
       terms;
       introtext;
       ActivateClient;
       If(FindPickHeadColor)then
       Begin
       progress;
    BoredEvery(5);
    RandomMoveMouseAroundEvery(5);
    RandomRClickExamineEvery(10) ;
    PeeBreakEvery(20) ;
    RandomGameTabEvery(3) ;
    SetRunEvery(5,True);
       repeat
    SetMouseSpeedEvery(300,10,5);
       SymbolAccuracy:= 0.1;
       GetBank;
       Wait(500)
       MakeCompass('N')
       HighestAngle;
       SetChat('On',1)
       SetChat('Off',2)
       SetChat('Off',3)
       Wait(1200+Random(100))
       DisguiseScar(+Inttostr(EssTotal)+'  ['+Inttostr(Trips)+'/'+Inttostr(HowTrips)+']')
       MouseSpeed:=10;
       Randomwalk;
       ColorShit;
       wait(1000+Random(1000))
       TalkToAubr;
       Wait(2000)
       Wait(500+Random(1000))
       detectrooms;
       MiningAntiBan;
       Minethatess;
       BackShop;
       BackToBank;
       until(HowTrips = Trips)
       End;
       end;
    
    end.
    But hte thing is, i dont want it to repeat,
    GetBank; and ColorShit;

    GetBank ~ Gets the color of bank symbol
    ColorShit ~ Gets magic shop color

    But you cant do ColorShit, until it has done, RandomWalk;

    If any one catches my drift....

    If you dont understand, please say so and ill try and explain more clearly

    Thanks
    ~Bigfish

  2. #2
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    Do you mean you only want to put GetBank; and ColorShit; outside of the mainloop so they don't repeat? And randomwalk has to stay in the main loop? Please post GetBank, ColorShit, and RandomWalk.

    Also, you might want to put runs=runs+1 at the end, just incase the run doesn't finish.

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

    Default

    ^^^ same as boreas, if you dont want to post, you can pm it to me aswell, and i can find a fix

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Mistake in manual
    By cathering_ in forum SRL Site Discussion
    Replies: 0
    Last Post: 10-05-2007, 07:13 PM
  2. mistake
    By sweetleaf in forum RuneScape News and General
    Replies: 0
    Last Post: 06-14-2007, 01:57 AM
  3. mistake in SCAR
    By Killerdou in forum News and General
    Replies: 4
    Last Post: 02-24-2007, 05:57 AM
  4. TIny Mistake
    By TheGodfather in forum OSR Help
    Replies: 2
    Last Post: 02-15-2007, 11:33 AM
  5. Tiny Mistake
    By TheGodfather in forum OSR Help
    Replies: 5
    Last Post: 02-13-2007, 07:00 PM

Posting Permissions

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