Results 1 to 12 of 12

Thread: Seers Yew Whacker Help!

  1. #1
    Join Date
    Oct 2008
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Seers Yew Whacker Help!

    Hi...i have tried this "Seers Yew Whacker" and i cant get it to work correctly... the axe (rune axe) is being deposited in the bank after a full bag...and i have tried everything...

    help please?

  2. #2
    Join Date
    Feb 2007
    Location
    Alberta,Canada
    Posts
    2,358
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    equipt the axe, or look through his banking procedure and edit it.
    “Ignorance, the root and the stem of every evil.”

  3. #3
    Join Date
    Oct 2008
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ...i have 1 attack. and i dont know what to edit in the banking procedure

    Code:
    procedure BankItems;
    var
      YewLogs, Tries, DTM0, DTM1, DTM2, DTM3, X, Y: Integer;
    begin
      if (not (LoggedIn)) then
        Exit;
      repeat
        Wait(500 + Random(250));
        if (not (OpenSeersBank)) then
          if (not (OpenBanker)) then
          begin
            if (BankScreen) or (PinScreen) then
              Break;
            Mouse(MMCX, MMCY - 10, 10, 20, True);
            Flag;
            MoveAround;
          end;
        Inc(Tries);
        if (Tries > 24) then
        begin
          Players[CurrentPlayer].Active := False;
          ResetInteger(Tries);
          LogOut;
          Exit;
        end;
        Wait(500 + Random(500));
        if (not (LoggedIn)) then
        begin
          Players[CurrentPlayer].Active := False;
          ResetInteger(Tries);
          LogOut;
          Exit;
        end;
      until (BankScreen) or (PinScreen);
      ResetInteger(Tries);
      if (PinScreen) then
      begin
        InPin(IntToStr(Players[CurrentPlayer].Integers[0]));
        Wait(1500 + Random(500));
      end;
      if (BankScreen) then
      begin
        if (FindBrokenAxe(4)) then
        begin
          DTM0 := DTMFromString('78DA63CC666260B8C580025A9205182481342' + '310FF0702C662A09A3B0C6880118904D2A54035B709A82903AAB9' + '4F404D3250CD47FC6A00A1090BB2');
          if (FindDTM(DTM0, X, Y, MIX1, MIY1, MIX2, MIY2)) then
          begin
            FreeDTM(DTM0);
            Wait(250 + Random(250));
            Mouse(X, Y, 5, 5, True);
            WriteLn('Deposited the Broken Axe.');
          end
          else
          begin
            FreeDTM(DTM0);
            DTM1 := DTMFromString('78DA632C61626078C48001FE033123880602C' + '622A09A37E82A1819B8A06AC0BC2A6CE6A0A94904AA794B404D31' + '50CD4DFC6A00B38F0BE6');
            if (FindDTM(DTM1, X, Y, MIX1, MIY1, MIX2, MIY2)) then
            begin
              FreeDTM(DTM1);
              Wait(250 + Random(250));
              Mouse(X, Y, 5, 5, True);
              WriteLn('Deposited the Dragon Axe.');
            end
            else
              FreeDTM(DTM1);
            Wait(500 + Random(250));
            FixBank;
            DTM2 := DTMFromString('78DA63CC666260B8CD80025A9205182481342' + '310FF0702C672A09A7B0C6880118904D2A540353708A82901AA79' + '48404D3250CD47FC6A00A3CD0BB6');
            if FindDTM(DTM2, X, Y, MSX1, MSY1, MSX2, MSY2) then
            begin
              FreeDTM(DTM2);
              Wait(500 + Random(250));
              Mouse(X, Y, 5, 5, True);
            end
            else
            begin
              FreeDTM(DTM2);
              WriteLn('Failed to find an Axe in the Bank.');
              CloseBank;
              Wait(500 + Random(250));
              Players[CurrentPlayer].Active := False;
              LogOut;
              Exit;
            end;
            WriteLn('Replaced the old Axe with a new Axe.');
            Wait(500 + Random(250));
            CloseBank;
            WieldPlayersAxe;
            Inc(Replaced);
            Exit;
          end;
          Exit;
        end;
        DTM3 := DTMFromString('78DA637466626078CA80027C2C3819A601694' + '620FE0F048C8E40357718D00023033F540D98E70354F388801A57' + 'A09A7704D41803D5BCC0AF06006AA20B35');
        YewLogs := CountDTM(DTM3);
        Yews := Yews + YewLogs;
        Experience := Yews * 175;
        if (FindDTM(DTM3, X, Y, MIX1, MIY1, MIX2, MIY2)) then
        begin
          FreeDTM(DTM3);
          Mouse(X, Y, 5, 5, False);
          Wait(250 + Random(50));
          ChooseOption('t-All');
        end
        else
        begin
          FreeDTM(DTM3);
          Wait(500 + Random(250));
          Deposit(1, 28, True);
          Inc(Loads);
          CloseBank;
          Exit;
        end;
        Wait(500 + Random(250));
        Deposit(1, 28, True);
      end;
      Inc(Loads);
      CloseBank;
      Exit;
    end;
    fix it for me?

    im in the IRC channel if u wanna talk to me in real time im ownd3x

  4. #4
    Join Date
    Oct 2008
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    omg help....

  5. #5
    Join Date
    Jul 2008
    Posts
    907
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    dont double post use the edit button and also what does it say in the debug box whe it deposits your axe?


  6. #6
    Join Date
    Oct 2008
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i have no idea...dont have time to go to seers village...

  7. #7
    Join Date
    Nov 2008
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Try putting the axe in the 28th slot, maybe that will prevent it from being clicked?
    Hope this helps.

    \±/EliteHacker\±/

  8. #8
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    This is the problem. Change this:
    SCAR Code:
    begin
          FreeDTM(DTM3);
          Wait(500 + Random(250));
          Deposit(1, 28, True);
          Inc(Loads);
          CloseBank;
          Exit;
        end;
        Wait(500 + Random(250));
        Deposit(1, 28, True);
      end;
    and
    Change it to this:
    SCAR Code:
    begin
          FreeDTM(DTM3);
          Wait(500 + Random(250));
          Deposit(2, 28, True);
          Inc(Loads);
          CloseBank;
          Exit;
        end;
        Wait(500 + Random(250));
        Deposit(2, 28, True);
      end;

    That should work.
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


    SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.


  9. #9
    Join Date
    Dec 2008
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    im having a problem with it i fixed the fern color and the tolerance and the road color and deleted the world switcher it goes there starts cuting and then when it cant find a tree for a few seconds it walks south away from the area and starts examining regular trees

  10. #10
    Join Date
    Feb 2007
    Location
    Access Violation at 0x00000000
    Posts
    2,865
    Mentioned
    3 Post(s)
    Quoted
    18 Post(s)

    Default

    Post your issues in the thread of the regarding script!
    This is not the correct forum for this !
    Further, I'd STRONGLY advice you learn to script yourself.
    Ce ne sont que des gueux


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

    Default this is the right topic need help with seers yew whacker

    ive been trying to figure out how to script but it is just really complicated

  12. #12
    Join Date
    Oct 2006
    Posts
    2,297
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by drlundquist View Post
    ive been trying to figure out how to script but it is just really complicated
    Says the guy with 2 posts..
    Show you really want to script, and I'm sure that the community will be glad to help you

    -Tsn.
    [QUOTE=Santa_Clause;277761]I love you too TSN :p[/QUOTE]
    [CENTER][URL="http://www.stats.srl-forums.com/sigs"][IMG]http://www.stats.srl-forums.com/sigs/1324.png[/IMG][/URL][/CENTER]

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [UDL] Seers Yew Whacker
    By Claymore in forum First Scripts
    Replies: 27
    Last Post: 02-08-2009, 01:06 AM
  2. [UDL] Seers Yew Whacker!
    By Claymore in forum First Scripts
    Replies: 24
    Last Post: 10-31-2008, 06:46 PM
  3. willow whacker help
    By slacky001 in forum OSR Help
    Replies: 9
    Last Post: 07-12-2007, 04:19 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
  •