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

Thread: Request a script!

  1. #1
    Join Date
    May 2012
    Location
    Brazil
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default Request a script!

    I'm starting to get the hang of making scripts now, and so I'm offering to make a script for whichever server you'd like, free of charge.

    Keep in mind I'm not a professional, so don't ask me to make a bot that'll do quests or slayer tasks, etc...

    Ask ahead!

  2. #2
    Join Date
    May 2012
    Posts
    351
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Botany Bat Alcher.
    Allow it to vote in botany bay, and high alch at the same time

  3. #3
    Join Date
    Mar 2012
    Location
    Australia
    Posts
    625
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    a few people have mentioned a lack of a summoning script that banks, perhaps you could make this? would involve a fair amount of walking. and if you did do this, dont allow it to make scrolls from pouches or prices will drop a lot
    Bored of playing rs, and bored of botting it, why am i here?

  4. #4
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    3,383
    Mentioned
    95 Post(s)
    Quoted
    717 Post(s)

    Default

    Cow Killer + Hide Looter

  5. #5
    Join Date
    May 2012
    Location
    Brazil
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Notice how this is in "Other scripts" section..

    Request RSPS scripts please. ^^

  6. #6
    Join Date
    Aug 2012
    Posts
    58
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Do a Battle-Scape casket pickup.

  7. #7
    Join Date
    May 2012
    Location
    Brazil
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by Daher View Post
    Do a Battle-Scape casket pickup.
    Alright. I'll look into how this works and might put up a script for it.

    Do you need to kill monsters to get caskets? If that's the case, the script will be somewhat complicated to make because I'll have to use colors to identify the monsters and other colors to identify the caskets.

    Somebody request something else, please.
    Last edited by Marc000z; 10-02-2012 at 06:48 PM.

  8. #8
    Join Date
    Mar 2012
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Quote Originally Posted by Marc000z View Post
    Alright. I'll look into how this works and might put up a script for it.

    Do you need to kill monsters to get caskets? If that's the case, the script will be somewhat complicated to make because I'll have to use colors to identify the monsters and other colors to identify the caskets.

    Somebody request something else, please.
    Not exactly alot of people could use at monsters that were aggressive. I think this would be a great script. Just need it to pick up caskets and open them.

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

    Default try make script monkeyguard then pray altar to ape toll

    k ty

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

    Default

    Dancing Script!

    (Dancing for money)
    But dancing is fine too =)

  11. #11
    Join Date
    Aug 2012
    Location
    Florida, US
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    soulsplit cutter and burner :O or any type of soulsplit script that hasn't been made yet

  12. #12
    Join Date
    Feb 2012
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    can you make a bot, in pk honor "magic woodcutting tree and burn" please

  13. #13
    Join Date
    May 2012
    Location
    Brazil
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by forac View Post
    soulsplit cutter and burner :O or any type of soulsplit script that hasn't been made yet
    Which tree? I'll get a start on this.

    Quote Originally Posted by vitanet View Post
    can you make a bot, in pk honor "magic woodcutting tree and burn" please
    I'll get to work on this too. (:

  14. #14
    Join Date
    Feb 2012
    Location
    Discord
    Posts
    3,114
    Mentioned
    37 Post(s)
    Quoted
    538 Post(s)

    Default

    Quote Originally Posted by Sandhu255 View Post
    Dancing Script!

    (Dancing for money)
    But dancing is fine too =)
    I'v got one of these. I'm pretty sure that i'm not going to release it though

  15. #15
    Join Date
    Aug 2012
    Location
    Florida, US
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Marc000z View Post
    Which tree? I'll get a start on this.
    Willow?

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

    Default

    I'de like to see that aswell, wouldn't mind 99 firemaking AND 99 wc'ing on my extreme on soulsplit

  17. #17
    Join Date
    May 2012
    Location
    Brazil
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Well, I made it. In theory you shouldn't have to mess with anything, but in case it's not working, feel free to either tell me or try and fix it yourselves.

    It cuts and burns maple logs.

    program WCFMing;
    {$i srl/srl.simba}

    Const
    LogCol = 7330283;
    LobyCol = 1118485;
    tree = 12400;
    tinderbox = 606303;
    logs = 870508;

    var
    x, y, w, h: integer;

    procedure Getclient;
    begin
    Movemouse(640, 185);
    wait(1000);
    Clickmouse(640, 185, mouse_Left);
    wait(300);
    end;

    procedure Login;
    begin
    GetClientDimensions(w, h);
    SetUpSRL
    mousespeed := 20;
    if FindColor(x, y, LogCol, 0, 0, w-1, h-1)then
    begin
    Mouse(x, y, 0, 0, True);
    Writeln('Logging in.');
    wait(7000)
    end;
    end;

    procedure camup;
    begin
    Keydown(38);
    Wait(4000);
    keyup(38);
    end;


    procedure Gettree;
    begin
    GetClientDimensions(w, h);
    if FindColor(x, y, tree, 0, 0, w-1, h-1)then
    begin
    Mouse(x, y, 0, 0, True);
    Writeln('Clicking Tree.');
    wait(5000)
    end;
    end;


    procedure Tnder;
    begin
    GetClientDimensions(w, h);
    Movemouse(580, 200)
    wait(200);
    clickmouse(580, 200, mouse_Left);
    Wait(1000);
    end;

    procedure Findlog;
    begin
    GetClientDimensions(w, h);
    if FindColor(x, y, Logs, 0, 0, w-1, h-1)then
    begin
    Mouse(x, y, 0, 0, True);
    Writeln('Burning logs.');
    wait(7000)
    end;
    end;


    begin
    repeat
    Cleardebug;
    Getclient;
    Login;
    camup;
    Gettree;
    Gettree;
    Tnder;
    Findlog;
    Tnder;
    Findlog;
    until false
    end.

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

    Default

    any for pkhonor yet?

  19. #19
    Join Date
    Nov 2012
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Could you make a script for soulsplit that will continually buy and bank uncut dragonstones from the shop guy?

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

    Default

    soulsplit fighter like
    http://villavu.com/forum/showthread.php?t=88931
    but working for more than 30mins + looting

  21. #21
    Join Date
    Jun 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default bot

    ill buy a ss fighter bot

  22. #22
    Join Date
    Oct 2012
    Location
    Singapore
    Posts
    163
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Shilo Village Fisher with EoC dropping methods.
    Perfection is not attainable, but if we chase perfection we can catch excellence.
    Vince Lombardi
    http://villavu.com/forum/showthread....t=newbie+guide
    Read through and followed all steps 3 times. Still doesn't get Simba scripting or any form of scripting for that matter. *retard*

  23. #23
    Join Date
    Jul 2010
    Location
    Western US
    Posts
    387
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    There is a need for a maple tree cutter, that could be used to cut and bank at seers (membs) or just cut and drop (or burn or bank) and the dung resource tree location (not too hard but could be popular). If you want to have a challenge with your scripting ability with this project, you may want to look at a little walking in whatever script you make. No mater what you do, have fun!
    Of all the things I have lost, I miss my mind the most.
    Current Projects:
    Addy bar miner and superheater

  24. #24
    Join Date
    May 2007
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    A working goldsmithing script that smelts gold bars and then makes bracelets at AK Furnace would be wonderful... Have 130k gold ore to use to get to 99 smith thanks to the LRC Miner script.

  25. #25
    Join Date
    Nov 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    If you can, make few soulsplit scripts.

    1) Mage logs cutter, choose loc, but it have to bank em too.

    2)fisher, that fishes monks, at catherby and sells to cook

    3)Runecrafter, operate law staff use on altar tele to draynor take ess and repeat.

    I dont think that those are difficult. Thanks if you're doing em )

    [hr]
    4) you could make an thiever too, that after you get teleported it clicks on stall again.
    Last edited by MrHooky; 11-24-2012 at 06:14 PM.

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
  •