Results 1 to 10 of 10

Thread: [Bandit Camp] Potter, Teler, Attacker.

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

    Default [Bandit Camp] Potter, Teler, Attacker.

    Hey guys, I would like to make a request to a script that I see as a really useful one.

    The script would train at bandit camp, in the house, attacking, and potting prayer.
    It should have safes, that if prayer the player doesn't have protect from melee/low hp, it'll teleport away.

    If anyone is interested in coding one, I'll give you alot of more detail.

    Thanks.

  2. #2
    Join Date
    Nov 2010
    Posts
    86
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

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

    Default

    Quote Originally Posted by Zota View Post
    What exactly is wrong with WT-Fakawi's?
    http://villavu.com/forum/showthread.php?t=78429

    Luke
    He uses lobsters, I want to use Prayer Potions, as I'm not using defence to protect me.

    And I would run out of food in less than 3 minutes due to my low hp and low defence.

    That's why I think a bot that uses prayer istead of food would be more efficient.

  4. #4
    Join Date
    Nov 2010
    Posts
    86
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ahh good I was hoping you had a decent reason! Thought you just hadn't looked :P

    Well, you could send WT-Fakawi a message. Ask him to add prayer support.
    Good luck either way.

    Luke

  5. #5
    Join Date
    Nov 2011
    Posts
    1,532
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Isn't there a script called Bandit's Aid or something like that in the first scripts section? Does it support praying?

    Here is a sample prayer potting procedure. Prayer pots at slots 1-27 and one click tele in slot 28. I didn't really test it, but should work.

    Simba Code:
    procedure PotPray;
    var i: integer;
        s: string;
    begin
      while LoggedIn do
      begin
        if getMMLevels('pray', s) < 200 then
        begin
          //Assume prayer pots in slots 1-27
          for i:=1 to 27 do
          begin
            if ExistsItem(i) then
            begin
              MouseItem(i, mouse_left);
              wait(200);
            end;
          end;
          //Assume one click tele on last slot
          if (InvCount = 1) then
          begin
            MouseItem(28, mouse_left);
            break;
          end;
        end;
      end;
    end;
    Last edited by Er1k; 04-01-2012 at 08:56 AM.
    Current activity: Recovering from vacation
    - Nulla pars vitae vacare officio potest -
    SRL membership? Can I buy that?
    Scripts - AGS - SWF - WAR - EMS - W100S-EM
    If you need scripting help, you can pm me. Remember, if you need help you have to ask for it properly though

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

    Default

    Quote Originally Posted by Er1k View Post
    Isn't there a script called Bandit's Aid or something like that in the first scripts section? Does it support praying?

    Here is a sample prayer potting procedure. Prayer pots at slots 1-27 and one click tele in slot 28. I didn't really test it, but should work.

    Simba Code:
    procedure PotPray;
    var i: integer;
        s: string;
    begin
      while LoggedIn do
      begin
        if getMMLevels('pray', s) < 200 then
        begin
          //Assume prayer pots in slots 1-27
          for i:=1 to 27 do
          begin
            if ExistsItem(i) then
            begin
              MouseItem(i, mouse_left);
              wait(200);
            end;
          end;
          //Assume one click tele on last slot
          if (InvCount = 1) then
          begin
            MouseItem(28, mouse_left);
            break;
          end;
        end;
      end;
    end;

    Not really sure, I can't really write scripts.
    But I would like one made that would bank also back, I might start try and write my own.

    Thanks.

    Anyone else willing to help?

  7. #7
    Join Date
    Nov 2011
    Posts
    1,532
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    With the new lodestone at bandit's camp, it sounds much more possible
    Current activity: Recovering from vacation
    - Nulla pars vitae vacare officio potest -
    SRL membership? Can I buy that?
    Scripts - AGS - SWF - WAR - EMS - W100S-EM
    If you need scripting help, you can pm me. Remember, if you need help you have to ask for it properly though

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

    Default

    Quote Originally Posted by Er1k View Post
    With the new lodestone at bandit's camp, it sounds much more possible
    That's good ^_^
    Just need someone willing to do it.

  9. #9
    Join Date
    Nov 2011
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Incanumix View Post
    That's good ^_^
    Just need someone willing to do it.
    You should try to learn how to script it. Something like this shouldnt be to hard, and its something i plan on making once i get a little more advanced with pascal

  10. #10
    Join Date
    Jan 2012
    Posts
    111
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    and bandit killing script can't be that hard, use YoHoJo's youtube tuts, they helped me alot
    check out my falador tablet making script http://http://villavu.com/forum/show...177#post968177

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
  •