PDA

View Full Version : Requests, anyone?



EvilChicken!
10-10-2010, 06:18 AM
Hai.


Just got to lv. 65; currently at 9th prestige. At this very moment I cant stand to look at the game anymore, and was just thinking about how I miss programming and scripting again. (ActionScript was all okay, but kinda lost it's fun way too fast.)

So, here I am.
I'm willing to take any requests, which may or may not relate to RS, just as long as it's somehow related to coding or code in general. If you have to make it RS-related, no P2P stuff -- and nothing that takes way too much time. (I.e. a guild miner.)


Thanks,
~EC!

i luffs yeww
10-10-2010, 06:21 AM
If you need a p2p account you can use mine again. :)

EvilChicken!
10-10-2010, 06:22 AM
If you need a p2p account you can use mine again. :)

Thanks a lot, but..
I want to make something which I can benefit from aswell >:

i luffs yeww
10-10-2010, 06:33 AM
Fair enough. :p

TomTuff
10-10-2010, 06:53 AM
Hill Giant killer.

Kills Giants in the edgeville dungeoneering resource dungeon - it's never crowded.

YoHoJo
10-10-2010, 07:01 AM
Super Duper Alcher.
I had one that was close to done, reformatted, lost it.

Allow users to enter a list of different items and how much gp they willing to loose per alch.
Let the script look up the items, price of natures, alch price and do some math to see which item is best for alching.

Let it buy them at the GE and alch away, switching to different items/alching multiple items when necessary.

:D

i luffs yeww
10-10-2010, 07:21 AM
^ Or take out the user input and use alchprices.com.

BlueWorld
10-10-2010, 08:56 AM
I would so love it if that would happen

Bad Boy JH
10-10-2010, 10:25 AM
Generally speaking, anything to do with the resource dungeons, the hill giants, the mining ones, etc, its all good...

fresh iz ere
10-10-2010, 11:22 AM
Could you fix this script up, it is for Battlescape and what it does is it cuts the diamonds into bolt tips and then buys more diamonds to do more, but it gets stuck when its trying to buy more.



program Crafter;
var
x1, ShopX, ShopY: Integer;


procedure FindClient;
var
I: Integer;
begin
for I := 0 to 600 do
begin
if (GetColor(I, 420) = 2437688) then x1 := I;
if x1 > 0 then
begin
WriteLn('Clientti loyty (X='+IntToStr(x1)+')');
Exit;
end;
end;
end;


procedure C(x, y: Integer; Left: Boolean);
begin
MoveMouse(x-258+x1, y);
Wait(70);
ClickMouse(x-258+x1, y, Left);
Wait(70);
end;

function ShopScreen: Boolean;
begin
Result := (GetColor(222+x1, 41) = 2070783);
end;


procedure CloseShop;
var
I: Integer;
begin
while ShopScreen do
begin
MoveMouse(697-258+X1, 37);
Wait(30);
ClickMouse(697-258+X1, 37, True);
while ShopScreen and (I < 350) do
begin
Wait(10);
Inc(I);
end;
if I < 350 then Exit;
I := 0;
end;
end;



function OpenShop: Boolean;
var
x, y, I, II, III, A: Integer;
NewX: Integer;
begin
repeat
if IsFKeyDown(10) then TerminateScript;
MoveMouse(ShopX-257+X1, ShopY);
while (CountColorTolerance(255463, 315-258+X1, 5, 360-258+X1, 15, 35) < 7) do
begin
Wait(10);
A := A + 1;
if A = 150 then
begin
ClickMouse(790-258+X1, 263, True);
Wait(80);
ClickMouse(790-258+X1, 263, True);
Wait(80);
MoveMouse(ShopX-257+X1, ShopY);
end;
if A = 300 then
begin
for A := 300 to 400 do
begin
NewX := ShopX+A-300;
MoveMouse(NewX-257+X1, ShopY);
Wait(100);
if (CountColorTolerance(255463, 315-258+X1, 5, 360-258+X1, 15, 35) > 6) then Break;
NewX := ShopX-A+300;
MoveMouse(NewX-257+X1, ShopY);
Wait(100);
if (CountColorTolerance(255463, 315-258+X1, 5, 360-258+X1, 15, 35) > 6) then Break;
end;
if A < 400 then ShopX := NewX
else TerminateScript;
end;
end;
ClickMouse(ShopX-257+X1, ShopY, False);
III := 0;
while (III < 50) do
begin
if FindColor(x, y, 65535, ShopX-280+X1, ShopY-30, ShopX-255+X1, ShopY+80) then
begin
ClickMouse(ShopX, Y+20, True);
Break;
end;
Inc(III);
Wait(5)
end;
if III > 49 then Continue;
//Wait(100);
//ClickMouse(ShopX-258+X1, ShopY+42, True);
I := 0;
repeat
Wait(10);
I := I+1;
until(ShopScreen or (I > 200));
until(ShopScreen);
MoveMouse(445-258+X1, 130);
Wait(50);
ClickMouse(445-258+X1, 130, False);
while not FindColor(x, y, 65536, 445-258+X1, 130, 450-257+X1, 135) do Wait(5);
ClickMouse(435-258+X1, 216, True);
Wait(50);
CloseShop;
repeat
Wait(10);
II := II+1
until(((GetColor(960-258+X1, 450) <> 3357765) and (GetColor(920-258+X1, 450) <> 3357765))) or (II > 200);
end;


procedure Clicks;
var
x, y: Integer;
begin
MoveMouse(970, 445);
Wait(50);
repeat
if IsFKeyDown(10) then TerminateScript;
MoveMouse(953-258+X1, 445);
Wait(10);
ClickMouse(953-258+X1, 445, True);
Wait(40);
MoveMouse(931-258+X1, 445);
Wait(10);
ClickMouse(931-258+X1, 445, True);
Wait(40);
until(GetColor(960-258+X1, 450) = 3357765) or (GetColor(920-258+X1, 450) = 3357765);
ClickMouse(790-258+X1, 263, True);
Wait(10);
ClickMouse(790-258+X1, 263, True);
Wait(10);
ClickMouse(790-258+X1, 263, True);
Wait(15);
end;

begin
Wait(3000);
FindClient;
//GetMousePos(ShopX, ShopY);
ShopX := 517;
ShopY := 167;
repeat
Clicks;
OpenShop;
until(false);
end.


Heres a video
http://www.youtube.com/watch?v=nCCvDdXLdY8

EvilChicken!
10-10-2010, 07:04 PM
I would so love it if that would happen
Referring to what?



And, YoHo, that just seems like a large amount of code for something that would take the user a minute or two to accomplish, using what luffs pointed out.

I'm disappointed no one has suggested anything that isn't RS-related.. Well, if there are no more suggestions, I guess I'll do that giant fighter.

Zyt3x
10-10-2010, 07:59 PM
Make a 2D Platform game :)

bolshak25
10-10-2010, 11:31 PM
ive got one for you. a farmville bot. plants harvests plows collects trees and animals helps neighbors and once all thats done power lever by taking out a plot and planting soybeans then sell plant repeat

i also randomly go on adventure quest. a bot for that wud be nice. if you want to do one of these pm me if u need my stuff. just random suggestions that arent rs and idk if anyone other than me will use em.

BlueWorld
10-11-2010, 05:52 AM
Hill Giant killer.

Kills Giants in the edgeville dungeoneering resource dungeon - it's never crowded.
This idea =]

Harry
10-11-2010, 05:57 AM
it's never crowded.
We'll have to change that, won't we? :stirthepot:

Simtoon
10-11-2010, 06:16 AM
Make an Alcher, but with a Stunner for members

This gives 170k/h Exp what it does is Stun a npc then quickly alches something..

And Alching just for F2p :)

Carlito
11-09-2010, 04:36 PM
teleporting one! <3

tls
11-09-2010, 06:08 PM
Make an Alcher, but with a Stunner for members

This gives 170k/h Exp what it does is Stun a npc then quickly alches something..

And Alching just for F2p :)

Alch-Curser for F2p :D

Sir R. M8gic1an
11-09-2010, 09:56 PM
Heh, I think EC would be looking for something more challenging.

Fighters can have an awful lot of features... that'd keep you busy ;)

~RM

Carlito
11-10-2010, 11:11 PM
EC.

if you want to make a script, take me along and teach me with you! im a quick learner!

<3

EvilChicken!
11-11-2010, 07:30 AM
EC.

if you want to make a script, take me along and teach me with you! im a quick learner!

<3

.. you can add my MSN if you wish, but I'm a horrible teacher. :(
I'll most likely redirect you to various tutorials I want you to read and rarely actually take the time to teach you stuff.
But then again, since I'll be updating my smither, maybe I'll get more into that stuff again..
So, I'm just sayin', I ain't guaranteeing anything.

Naike
11-11-2010, 08:32 AM
.. you can add my MSN if you wish, but I'm a horrible teacher. :(
I'll most likely redirect you to various tutorials I want you to read and rarely actually take the time to teach you stuff.
But then again, since I'll be updating my smither, maybe I'll get more into that stuff again..
So, I'm just sayin', I ain't guaranteeing anything.

You pretty much taught me the first month(s) with our little alcher? :redface:

Tony_M123
11-12-2010, 12:25 AM
hey could you PLEASEEE make a bot for battlescape?

its a rsps, and it should be really easy using anything, even scar.

The bot would steal from paladins in micellania, alch all the paltebodies it gets and then eat when low hp.

Thats it i could do the rest, like reseting it and such.

it would be REALLY helpful, thanks again :)

doublex8
11-18-2010, 03:17 PM
A minning script for the resource dungeon might be in vain as that area is starting to get very crowded due to the low requirement to access it.

A hill giant fighter would be very nice. Also I loooooove your varrock smither, so an update to that would be very appriciated.

Also I'm not sure how plausible this idea is but what about a Fist of Guthix runner?

EvilChicken!
11-19-2010, 08:21 PM
Hey, guys. I, er, .. "updated" my smither, so at least that's out of the way.

Nice to see that you've kept this thread surprisingly active, didn't think anybody actually would care to say anything.. :'D
Anyway, I'll see about working on that Hill Billy fighter or whatever -- in the mean time, feel free to continue dropping in other ideas; I don't mind working on multiple things simultaniously. That's, for a fact, a way in which I prefer to work. Allows me to switch between projects of preference whenever I feel like it.

doublex8
11-20-2010, 07:43 AM
Since when was an update a three minute proggy? hehe :P