Page 1 of 2 12 LastLast
Results 1 to 25 of 40

Thread: Taking Script Requests

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

    Default Taking Script Requests

    Out of boredom, I'm taking reasonable script request. Go.

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

    Default

    Do you have p2p? If you do. Barb basic agility.
    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

  3. #3
    Join Date
    Nov 2011
    Posts
    58
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I think we do need some new agility scripts since the current ones dont seem to function properly, I would love some advanced agility scripts for Gnome or Barbarian

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

    Default

    Quote Originally Posted by ChorizoConWebo View Post
    I think we do need some new agility scripts since the current ones dont seem to function properly, I would love some advanced agility scripts for Gnome or Barbarian
    You might want to let the script writers know this too so that they can fix them :P
    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

  5. #5
    Join Date
    Feb 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    A simple autotyper using SMART please?

    :S. I'd pay you if you want hahahah.

  6. #6
    Join Date
    Feb 2012
    Posts
    78
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Strange that you'd pay for an auto-typer but hey, that's your choice lol.. Are you sure there isn't already some wondering around these forums?
    -Brow

  7. #7
    Join Date
    Feb 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    EDIT: Made one myself haha.
    Last edited by sovereign; 02-26-2012 at 11:02 AM.

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

    Default

    Quote Originally Posted by sovereign View Post
    A simple autotyper using SMART please?

    :S. I'd pay you if you want hahahah.
    Simba Code:
    program new;
    {$DEFINE SMART}
    {$i srl/srl.simba}

    procedure DeclarePlayers;
    begin
      HowManyPlayers := 1;
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0;

      with Players[0] do
      begin
        Name :=''; // Username
        Pass :=''; // Password
        Active := True;
        Strings[0] := ''; //Text to send
      end;
    end;

    Var
    text: String;

    function SendText(text: String): Boolean;
    begin
      if LoggedIn then
        TypeSend(text);
    end;

    begin
      SMART_World=38;
      SMART_Members=False;
      SMART_Signed=True;
      SetupSRL;
      DeclarePlayers;
      text := players[CurrentPlayer].Strings[0];
      LoginPlayers;
    repeat
      SendText(text);
    until(false);
    end.

  9. #9
    Join Date
    Jan 2012
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Maybe a swamp lizard script ?

  10. #10
    Join Date
    Dec 2011
    Location
    Netherlands
    Posts
    140
    Mentioned
    1 Post(s)
    Quoted
    8 Post(s)

    Default

    1. wildy agility parcour
    2. more coming :P

  11. #11
    Join Date
    Feb 2012
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    magic smelter with coal bag.

  12. #12
    Join Date
    Dec 2011
    Posts
    124
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I only have 76 agility, so I can't do any advanced courses. I'd never had any luck while attempting to make an agility script, I'll give it a shot though, not sure if the wildy course would be an option because you have to climb those rocks, it'd be hard to find that.

  13. #13
    Join Date
    Dec 2011
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    dung script

  14. #14
    Join Date
    Dec 2011
    Posts
    124
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by TsterT View Post
    I'm taking reasonable script request.
    I hope you're being sarcastic

  15. #15
    Join Date
    Feb 2012
    Posts
    52
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    you cant make a dung script

  16. #16
    Join Date
    Dec 2011
    Posts
    124
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by infertile snail View Post
    magic smelter with coal bag.
    Care to elaborate?

  17. #17
    Join Date
    Feb 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Would you be able to make a script that buys/sells an item for its intabuy/instasell price? (Checking actual market prices) and then exports this data to a google spreadsheet?

  18. #18
    Join Date
    Feb 2012
    Posts
    202
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by infertile snail View Post
    magic smelter with coal bag.

    theres like 5 use the search button

  19. #19
    Join Date
    Jan 2012
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    A rocktail script would be nice

  20. #20
    Join Date
    Dec 2011
    Posts
    124
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    http://villavu.com/forum/showthread....ewpost&t=76553

    Link for the Barbarian Basic Course script.

    Still taking requests.

  21. #21
    Join Date
    Feb 2012
    Location
    Australia
    Posts
    87
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Iron Miner please! One that mines in falador iron and deposits in the resource dungeon where the coal is!
    ----------------
    Giving up isn't an option, it is a failure.

  22. #22
    Join Date
    Jan 2012
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok i have a simple request because i'm not 100% sure there is one, but anyways how about a script that collects brown spice for spicy stews.

  23. #23
    Join Date
    Dec 2011
    Posts
    53
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Has anyone made a Sacred Oil maker? Because the oil is limited it is difficult to abuse but it does produce crafting XP along with helping funding of leveling other skills.

    It would have to:
    - Build resources
    - Create the sacred oil
    - Go to bank and back

    The time to do the full run is about 2-3 hrs and produces 550-600 oils.

    The best way to do this is to do it with two options. (1) Build Resources (2) Make Sacred Oil

    Demon

    ** Actually if you could build the function also to say do the sacred oil to the logs it would be great also. Hell I would be actually willing to pay for a script that does all this. Just PM me. I run at about 3M in the game constantly because of paying for skill training.
    Last edited by Demondog; 03-02-2012 at 12:06 PM.

  24. #24
    Join Date
    Dec 2011
    Posts
    124
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I script as a hobby, not to gain anything other than self-achievement and helping others out. Give me a bit more information on the Sacred Oil and I may attempt it.

    As much as I enjoy creating huge, complex scripts, I also enjoy creating simple, yet flawless, scripts.

  25. #25
    Join Date
    Feb 2012
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    green drags? i know its gold farming but seriously.. there aren't any out.

Page 1 of 2 12 LastLast

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
  •