Results 1 to 3 of 3

Thread: new error

  1. #1
    Join Date
    Feb 2013
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default new error

    ok, same file but different error.


    this error: [Error] C:\Simba\Scripts\[07] Draynor Willow Banker [2.1].simba(252:9): Identifier expected at line 251
    Compiling failed.

    Code:
    begin
              GoToBank;
              OpenBank1;
              BankLogs;
              GoToTrees;
            end;
            else;
            begin
              if( (invcount2 >= invcount1) or not isMoving1) then;
              end
                ChopTree;
                invcount2 := 0;
              end;
              else;
              begin
                if(random(10) = 1) then
                end;
                  MMouse(RandomRange(-100, 900), RandomRange(-100, 600), random(10), random(10));
                end;
              end;
            end;
        until((ChopWaitT > ChopWaitTime) or Not P07_LoggedIn)
        ChopWaitT := 0;
        invcount2 := P07_InvCount;
    
      until (Not P07_LoggedIn)
      TerminateScript;
    end.
    can someone please help me?
    THANKS!!!
    -baboo

  2. #2
    Join Date
    Dec 2011
    Posts
    85
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Simba Code:
    if(P07_InvFull) then
            begin
              GoToBank;
              OpenBank1;
              BankLogs;
              GoToTrees;
            end;
            //else;
            begin
              if( (invcount2 >= invcount1) or not isMoving1) then
              begin
                ChopTree;
                invcount2 := 0;
              end
              else
              begin
                if(random(10) = 1) then
                begin
                  MMouse(RandomRange(-100, 900), RandomRange(-100, 600), random(10), random(10));
                end;
              end;
            end;
        until((ChopWaitT > ChopWaitTime) or Not P07_LoggedIn)
        ChopWaitT := 0;
        invcount2 := P07_InvCount;

      until (Not P07_LoggedIn)
      TerminateScript;
    end.

  3. #3
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    If you are having trouble with a specific script please post the error on that script's thread.

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
  •