Results 1 to 9 of 9

Thread: Batwing banker

  1. #1
    Join Date
    May 2013
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Lightbulb Batwing banker

    Killing level 20 Bats, in Lumbridge Catacombs (Lumbridge cementery) http://www.youtube.com/watch?v=w19pp1tZV0o there is a lot of those bats. There is a chance to drop batwings (the chance is "Common", according to RSWiki).
    That place is always empty of people!
    Batwings are 2,016 gp each, I can make 200k - 400k per hour.
    Just kill bats, collect Batwings, bank them in Lumbridge's bank and repeat.

    I don't know if you can't do it, isn't hard I think.
    Thanks for reading

  2. #2
    Join Date
    Nov 2011
    Location
    United States
    Posts
    815
    Mentioned
    6 Post(s)
    Quoted
    284 Post(s)

    Default

    Ive thought of doing it, but bats are pretty well botted. The pB script for it kills gp/hr

    Might be worth it, depends how common they drop wings , I'd have to test it

  3. #3
    Join Date
    Jun 2007
    Posts
    532
    Mentioned
    1 Post(s)
    Quoted
    68 Post(s)

    Default

    They have been Nerf man...or from what I remember. This is also a gold farming script and a lot of people don't really support that here. Why not give a crack at it yourself? People here, including me, would be more than happy to help you along.


    Here is my own tele function. It brings up the LS screen. You can get your own coords of the Lummy tele.

    Simba Code:
    procedure HomeTeleport;
    var
      Box: TBox;
      TPA: TPointArray;
    begin
    if (not (LoggedIn)) then
        Exit;
      GameTab(tab_Magic);
      Box := IntToBox(560, 290, 589, 320);
      findColorsTolerance(TPA, 5514567, Box.x1, Box.y1, Box.x2, Box.y2, 15);
      Box := GetTPABounds(TPA);
      Smart_DrawBox(Box);
      MiddleTPAEx(TPA, x, y);
      HumanMMouse(x, y, 5, 5);
      ClickMouse2(True);
      Wait(2000 + Random(250));
      if LodeStoneScreen then
      begin
        writeln('Found LodeStone Screen');
        Exit;
      end
      else
      begin
        Writeln('Trying second time');
        findColorsTolerance(TPA, 5514567, Box.x1, Box.y1, Box.x2, Box.y2, 15);
        Box := GetTPABounds(TPA);
        Smart_DrawBox(Box);
        MiddleTPAEx(TPA, x, y);
        HumanMMouse(x, y, 5, 5);
        ClickMouse2(True);
        Wait(2000 + Random(250));
        if LodeStoneScreen then
        begin
          writeln('Found LodeStone Screen');
          Exit;
        end
        else
          writeln('Tried twice could not open LodeScreen');
        TerminateScript;
      end;
    end;
    Finished B.S. Program in Radiology!!

    Projects: A big one! Total secret! hehe

  4. #4
    Join Date
    May 2007
    Location
    England
    Posts
    4,140
    Mentioned
    11 Post(s)
    Quoted
    266 Post(s)

    Default

    Would you have to be P2P for this, or is it F2P as well?
    <3

    Quote Originally Posted by Eminem
    I don't care if you're black, white, straight, bisexual, gay, lesbian, short, tall, fat, skinny, rich or poor. If you're nice to me, I'll be nice to you. Simple as that.

  5. #5
    Join Date
    Sep 2012
    Posts
    270
    Mentioned
    4 Post(s)
    Quoted
    97 Post(s)

    Default

    Quote Originally Posted by Rich View Post
    Would you have to be P2P for this, or is it F2P as well?
    In f2p the batwing is not dropped.

  6. #6
    Join Date
    Sep 2012
    Posts
    270
    Mentioned
    4 Post(s)
    Quoted
    97 Post(s)

    Default

    Quote Originally Posted by Itankbots View Post

    Might be worth it, depends how common they drop wings , I'd have to test it
    There is a 25% drop chance so 1 batwing every 4 bats.

  7. #7
    Join Date
    Feb 2012
    Location
    DON'T PM ME ASKING FOR STUFF
    Posts
    2,170
    Mentioned
    38 Post(s)
    Quoted
    423 Post(s)

    Default

    seems fun to run, what are the chances of them staying at 200-400kph though?

  8. #8
    Join Date
    Sep 2012
    Location
    Here.
    Posts
    2,007
    Mentioned
    88 Post(s)
    Quoted
    1014 Post(s)

    Default

    Quote Originally Posted by Element17 View Post
    They have been Nerf man...or from what I remember. This is also a gold farming script and a lot of people don't really support that here. Why not give a crack at it yourself? People here, including me, would be more than happy to help you along.


    Here is my own tele function. It brings up the LS screen. You can get your own coords of the Lummy tele.

    Simba Code:
    procedure HomeTeleport;
    var
      Box: TBox;
      TPA: TPointArray;
    begin
    if (not (LoggedIn)) then
        Exit;
      GameTab(tab_Magic);
      Box := IntToBox(560, 290, 589, 320);
      findColorsTolerance(TPA, 5514567, Box.x1, Box.y1, Box.x2, Box.y2, 15);
      Box := GetTPABounds(TPA);
      Smart_DrawBox(Box);
      MiddleTPAEx(TPA, x, y);
      HumanMMouse(x, y, 5, 5);
      ClickMouse2(True);
      Wait(2000 + Random(250));
      if LodeStoneScreen then
      begin
        writeln('Found LodeStone Screen');
        Exit;
      end
      else
      begin
        Writeln('Trying second time');
        findColorsTolerance(TPA, 5514567, Box.x1, Box.y1, Box.x2, Box.y2, 15);
        Box := GetTPABounds(TPA);
        Smart_DrawBox(Box);
        MiddleTPAEx(TPA, x, y);
        HumanMMouse(x, y, 5, 5);
        ClickMouse2(True);
        Wait(2000 + Random(250));
        if LodeStoneScreen then
        begin
          writeln('Found LodeStone Screen');
          Exit;
        end
        else
          writeln('Tried twice could not open LodeScreen');
        TerminateScript;
      end;
    end;
    Why not just use LodestoneTeleport(lodestone: String); and simply pass the city name you want to tp to instead of writing a new function that only goes to one city?

    Quote Originally Posted by xtrapsp View Post
    seems fun to run, what are the chances of them staying at 200-400kph though?
    Pretty stable I bet as it's very good and already decently cheap crafting xp/hr.

  9. #9
    Join Date
    Jun 2007
    Posts
    532
    Mentioned
    1 Post(s)
    Quoted
    68 Post(s)

    Default

    Quote Originally Posted by Kevin View Post
    Why not just use LodestoneTeleport(lodestone: String); and simply pass the city name you want to tp to instead of writing a new function that only goes to one city?



    Pretty stable I bet as it's very good and already decently cheap crafting xp/hr.
    I mean he can use whatever he wants. I know at one point, if not still, the LS function in SRL hasn't been updated to include all the new cities. I already updated mine, but what I just posted only clicks the home tele.
    Finished B.S. Program in Radiology!!

    Projects: A big one! Total secret! hehe

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

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