PDA

View Full Version : Request a script!



Marc000z
10-02-2012, 04:26 AM
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! :D

Lord
10-02-2012, 06:11 AM
Botany Bat Alcher.
Allow it to vote in botany bay, and high alch at the same time :D

stuartroad
10-02-2012, 07:07 AM
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 :D

NKN
10-02-2012, 11:03 AM
Cow Killer + Hide Looter

Marc000z
10-02-2012, 01:44 PM
Notice how this is in "Other scripts" section..

Request RSPS scripts please. ^^

Daher
10-02-2012, 02:47 PM
Do a Battle-Scape casket pickup.

Marc000z
10-02-2012, 06:44 PM
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. :)

shima
10-04-2012, 02:24 AM
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.

nyaks
10-04-2012, 02:29 AM
k ty

Sandhu255
10-25-2012, 05:34 AM
Dancing Script! :D

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

forac
10-26-2012, 06:15 PM
soulsplit cutter and burner :O or any type of soulsplit script that hasn't been made yet :)

vitanet
11-08-2012, 09:52 PM
can you make a bot, in pk honor "magic woodcutting tree and burn" please

Marc000z
11-10-2012, 06:05 PM
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.


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

I'll get to work on this too. (:

The Killer
11-10-2012, 06:14 PM
Dancing Script! :D

(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

forac
11-13-2012, 12:16 AM
Which tree? I'll get a start on this.

Willow? :D

Hapayboy
11-13-2012, 04:43 AM
I'de like to see that aswell, wouldn't mind 99 firemaking AND 99 wc'ing on my extreme on soulsplit :)

Marc000z
11-17-2012, 01:30 AM
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.

vitanet
11-19-2012, 03:11 AM
any for pkhonor yet?

chambo
11-19-2012, 11:27 PM
Could you make a script for soulsplit that will continually buy and bank uncut dragonstones from the shop guy?

Falmar
11-20-2012, 07:09 PM
soulsplit fighter like
http://villavu.com/forum/showthread.php?t=88931
but working for more than 30mins + looting

dill12345
11-22-2012, 10:03 PM
ill buy a ss fighter bot

Swifte
11-23-2012, 05:06 AM
Shilo Village Fisher with EoC dropping methods.

EtherFreak
11-23-2012, 06:17 AM
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!

XSA
11-23-2012, 07:23 PM
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.

MrHooky
11-24-2012, 06:10 PM
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.

v0ltag0
12-09-2012, 06:32 PM
dungeon script for soulsplit (level 70) that would be appreciated :) and how do you add scripts that dont have a download?