Results 1 to 8 of 8

Thread: Al-kharid Any Hide Tanner

  1. #1
    Join Date
    Apr 2007
    Location
    Estonia
    Posts
    156
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default Al-kharid Any Hide Tanner

    Al-kharid Any Hide Tanner
    by neeger




    • Widraws (any)hides from Al-kharid bank and takes them to funny "girl named" guy-Ellis
      Tanns them and walks back to bank...




    SETUP:



    1. Place ur chars in Al-Kharid bank(near the bank booths) and put money in first inventory slot(nothing else)!
    2. Have hides what you wish to tann in first bank slot!
    3. Declare players in line 34 and fill up line 25 & 29
    4. Run very bright, 32bit true color



    Proggys:

    My proggy, tested it-ran out of hides, stopped manually...

    PHP Code:
    ---===Al-kharid Any Hide Tanner by Neeger v1.0===---
           -> 
    Tanned405 hides =)  
           -> 
    Worked for: 19 Minutes and 48 Seconds           
           
    -> Post Reports to



    Post reports, bugs and suggestions =)

    Version 1.1 is out-little fixes has been done
    ROCK IS NOT A DEVILS WORK, ITS MAGICAL AND RAD!

  2. #2
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    nice looking... some problems tho

    SCAR Code:
    until (w = 8) or findsymbol(x, y, 'tanner');//change to w >= 8
      if (w > 8) then// change to w >= 8 here
    w will never be greater than 8...

    mainloop fix
    SCAR Code:
    repeat
        if not OpenBankFast('akb') then
            begin
              Writeln('Didnt find Bank =(');
              LogOff;
              NextPlayer(False);
            end else
            begin
              FixBank;
              count:= 0;
              repeat
                HidesToInv;
                CloseBank;
                ClickRoad;
                IntoEllisHouse;
                FindEllis('Ellis');
                TannAllHides;
                count:= count + 1;
                Hides:= count*27
                Setrun(true);
                ClickRoad2;
                ToBank;
                if not OpenBankFast('akb') then
                begin
                  Writeln('Didnt find Bank =(');
                  LogOff;
                  NextPlayer(False);
                end;
                Wait(1800+random(200));
                if BankScreen then Deposit(2, 28, True);
                Report;
              until(count >= Invs);
              if (count >= Invs) then
              begin
                Writeln('Player did all loads successfully =)');
                LogOff;
                NextPlayer(True);
              end else
              begin
                Writeln('Player has failed =(');
                LogOff;
                NextPlayer(False);
              end;
           end;
      until (CurrentPlayer > HowManyPlayers - 1);
    could use a lot more help...
    i suggest making a walk procedure that has a which option and make it a case of toback and toellis. also make a deposit procedure and use that instead of
    SCAR Code:
    if not OpenBankFast('akb') then
                begin
                  Writeln('Didnt find Bank =(');
                  LogOff;
                  NextPlayer(False);
                end;
                Wait(1800+random(200));
                if BankScreen then Deposit(2, 28, True);
                Report;
              until(count >= Invs);
    same with withdraw procedure. if you want an example you can look at my stick smither in the jun mem smithing section... pretty good script in all!

  3. #3
    Join Date
    Apr 2007
    Location
    Estonia
    Posts
    156
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    Thanks mormonman for your suggestions i look into that...
    Did you run it? Perhaps we can see proggy? :P
    Hmm... you "fixed" mainloop but i dont think its going to compile...
    ROCK IS NOT A DEVILS WORK, ITS MAGICAL AND RAD!

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

    Default

    the script does not always get to the tanner.

  5. #5
    Join Date
    Aug 2007
    Location
    Where do you live?
    Posts
    934
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    aww, I just started writing my hide tanner the other day...

    Oh well, I'll take a look at yours later

  6. #6
    Join Date
    Nov 2008
    Posts
    102
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lmfao teen porn LOLOLOLOL?

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

    Default

    um this script walks the same way to the bank and to the tanner the same ... isnt that easy to detect for a ban?

  8. #8
    Join Date
    Aug 2007
    Posts
    259
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Omg why are so many people making AK tanners lol! I'll have to update mine a lawt

    Nice script though, could use some failsafes though. And I don't see a withdraw coins procedure?

    Otherwise It looks good

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Al-Kharid Hide Tanner
    By supershort3 in forum RS3 Outdated / Broken Scripts
    Replies: 0
    Last Post: 06-11-2008, 12:59 AM
  2. PLEASE HELP : hide tanner
    By Serbe0 in forum OSR Help
    Replies: 4
    Last Post: 04-11-2007, 09:36 PM
  3. Dragon Hide tanner please
    By Xx pk xX in forum RS3 Outdated / Broken Scripts
    Replies: 0
    Last Post: 04-02-2007, 06:16 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
  •