Results 1 to 13 of 13

Thread: Need help!

  1. #1
    Join Date
    Dec 2007
    Location
    Malaysia
    Posts
    430
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Need help!

    ok my smelter will open up the bank but it will not withdraw the ores can anyone help???? i only got up to steel and bronze for now

  2. #2
    Join Date
    Mar 2008
    Posts
    1,492
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Maybe do slot clicking if you are in a hurry to release...

  3. #3
    Join Date
    Dec 2007
    Location
    Wizzup?'s boat
    Posts
    1,013
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Try This

    SCAR Code:
    procedure withdrawores;
    begin
      if not LoggedIn then Exit;
      SetAngle(True);
      OpenBankFast('fwb'); //Point 1
      repeat
        Wait(Random(100))
      until (BankScreen);
      if BankScreen then
      begin
    ...

    At point 1, it may be checking to see if the bank is open too early, in which case it would be read as not bankscreen, and therefore exit.
    Project: Welcome To Rainbow

  4. #4
    Join Date
    Dec 2007
    Location
    Malaysia
    Posts
    430
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nope sorry guys its not working

    heres the procedure so that you can read easier

    SCAR Code:
    procedure withdrawores;
    begin
      if not LoggedIn then Exit;
      SetAngle(True);
      OpenBankFast('fwb');
      if BankScreen then
        begin
        if LowerCase(Players[CurrentPlayer].Strings[0])=
        'Steel' then
        begin
          If FindDtm(IronDTM, x, y, MSX1, MSY1, MSX2, MSY2) Then
          Begin
            wait(1000+Random(2000));
            Mouse(x, y, 5, 5, False);
            ChooseOption('X');
            wait(1000+Random(2000));
            TypeSend('9');
            wait(1000+Random(2000));
            WriteLn('we have withdraw the iron ore ores!!');
          end else
          WriteLn('we have failed to withdraw the iron ores!!');
          nextplayer(false);
        end;
      end;

      If FindDtm(CoalDTM, x, y, MSX1, MSY1, MSX2, MSY2) Then
      begin
        Mouse(x, y, 5, 5, False);
        ChooseOption('X');
        wait(1000+Random(2000));
        TypeSend('18');
        wait(1000+Random(2000));
        CloseBank;
        MakeCompass('N');
        FTWait(2+Random(3));
        WriteLn('we have withdraw the ores!!');
      end else
      WriteLn('we have failed to withdraw the ores...');
      logout;
    end;

  5. #5
    Join Date
    Dec 2007
    Location
    Wizzup?'s boat
    Posts
    1,013
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Have you down your DTM's Correctly? (with tolerance & area)

    Should also use FixBank to scroll the bank to the top page
    Project: Welcome To Rainbow

  6. #6
    Join Date
    Dec 2007
    Location
    Malaysia
    Posts
    430
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yea my dtms are correct and i am at the top half of bank so i really dont know whats wrong lol

  7. #7
    Join Date
    Dec 2007
    Location
    Wizzup?'s boat
    Posts
    1,013
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    case (LowerCase(Players[CurrentPlayer].Strings[0]) of
        'Steel':
        begin
          If FindDtm(IronDTM, x, y, MSX1, MSY1, MSX2, MSY2) Then
          Begin
            wait(1000+Random(2000));
            Mouse(x, y, 5, 5, False);
            ChooseOption('X');
            wait(1000+Random(2000));
            TypeSend('9');
            wait(1000+Random(2000));
            WriteLn('we have withdraw the iron ore ores!!');
          end else
          WriteLn('we have failed to withdraw the iron ores!!');
          nextplayer(false);
        end;
      end;
     
      If FindDtm(CoalDTM, x, y, MSX1, MSY1, MSX2, MSY2) Then
      begin
        Mouse(x, y, 5, 5, False);
        ChooseOption('X');
        wait(1000+Random(2000));
        TypeSend('18');
        wait(1000+Random(2000));
        CloseBank;
        MakeCompass('N');
        FTWait(2+Random(3));
        WriteLn('we have withdraw the ores!!');
      end else
      WriteLn('we have failed to withdraw the ores...');
      logout;
    end;

    I still dont know about this error though...
    Project: Welcome To Rainbow

  8. #8
    Join Date
    Dec 2007
    Location
    Malaysia
    Posts
    430
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lol still not working can u try it out pls?

  9. #9
    Join Date
    Dec 2007
    Location
    Wizzup?'s boat
    Posts
    1,013
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok, i will try it out in the morning and get back to you
    Project: Welcome To Rainbow

  10. #10
    Join Date
    Dec 2007
    Location
    Canada
    Posts
    187
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hey ummm I was readin this and I noticed ur signature had a www.draynor.net character lvl thing. I would take that off ASAP because if you look in preperties you can c the name of ur runescape char this is a possible ban from Jagex...... thats what ive been told.

    Just trying to help.
    I'm baaaack

  11. #11
    Join Date
    Dec 2007
    Location
    Malaysia
    Posts
    430
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    if anyone is good at using cases in their script can they pls add me on msn pm me ur msn name and ill add you thx!!!

  12. #12
    Join Date
    Jan 2008
    Location
    Stanford, CA
    Posts
    329
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    it probably is a DTM error...if u really have that much problems with it just use findcolortolerance (rather basic) but ya. im almost sure that it is a DTM problem. just try and re-make the DTM, it might just work

    it it doesnt just leave ur MSN here and ill im u later k?

    but hey are u adding Coal to ur cases as well? if u are make sure u put Coal into ur case as well

    SCAR Code:
    case (LowerCase(Players[CurrentPlayer].Strings[0]) of
      'Steel':
        begin
          If FindDtm(IronDTM, x, y, MSX1, MSY1, MSX2, MSY2) Then
          Begin
            wait(1000+Random(2000));
            Mouse(x, y, 5, 5, False);
            ChooseOption('X');
            wait(1000+Random(2000));
            TypeSend('9');
            wait(1000+Random(2000));
            WriteLn('we have withdraw the iron ore ores!!');
          end else
          begin
            WriteLn('we have failed to withdraw the iron ores!!');
            nextplayer(false);
          end;
        end;
     
      'Coal':
      begin
        If FindDtm(CoalDTM, x, y, MSX1, MSY1, MSX2, MSY2) Then
        begin
          Mouse(x, y, 5, 5, False);
          ChooseOption('X');
        wait(1000+Random(2000));
        TypeSend('18');
        wait(1000+Random(2000));
        CloseBank;
        MakeCompass('N');
        FTWait(2+Random(3));
        WriteLn('we have withdraw the ores!!');
      end else
        begin
          WriteLn('we have failed to withdraw the ores...');
          logout;
        end;
      end;
    end;

  13. #13
    Join Date
    Dec 2007
    Location
    Malaysia
    Posts
    430
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok thx freaky monekey but im really sure its not my dtms cus ive changed them like 10 times already and likee tested then sooo many times so yea my msn is

    xtreme_pain@hotmail.com

    thx!!

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
  •