PDA

View Full Version : Gilded altar prayer REQUEST



cleav
02-08-2009, 04:14 AM
hello everyone! im looking for a gilded altar'er
im not looking for a teler, banker , and atlarer no!

im just looking for a script that right click my bone and click the altar pretty fast so i dont fail, it goes pretty fast etc , i can go to the bank myself

i want this so i can do split screen and watch heroes while the bot right click all my bones and use them on the altar, i dont need the script to take the bones from my beast of burden but if it does, im ok with that

THANK YOU

NCDS
02-08-2009, 04:18 AM
I would make it for you but I dont have a guilded Altar...

If you want to take a screen shot I could maybe do it with that.

ian.
02-08-2009, 07:22 AM
the walking is easy if your house is in yanille..

otherwise the walking would get you lost :p

and if he doesn't make good I can do this for you..

(do it legit)

cleav
02-08-2009, 03:31 PM
nah i have to do 9k dbones and split screen, by the way i dont have a gilded altar in my house , im going to gilded altar events so i just want a auto that click on my bones and on the altar.

i dont wanna do it legit, cmon

Pixelate
02-08-2009, 03:39 PM
this is a good idea, a script that walks from yanille to house, types in user input name and uses the bones. Then goes and banks. A thing to look out for is the flame gonig out tho

cleav
02-08-2009, 03:42 PM
no need to walk from yanille to house, i can do this myself , i just want it to click use bones on altar, then i go to bank ,myself and bring it back

but if you can do a walk from house to yanille im ok with that ;P

Pixelate
02-08-2009, 03:45 PM
i may start, but i got so much work going on it will be highly unlikely i finish, if someone made this it would be great though - i would use it

cleav
02-08-2009, 03:52 PM
.

cleav
02-08-2009, 03:53 PM
i found one, its pretty queer, it work a bit well


program bla;
{.include SRL/SRL.scar}

var
x, y :integer;
i :integer;

procedure bonetje;
begin
i := (i+1);
MouseItem(i,false);
wait(109+random(53));
if(ChooseOption('Use')) then
if(FindObj(x,y,'Altar',9800330,20)) then
begin
Mouse(x,y,2,2,true);
end;
end;

begin
SetupSRL;
activateClient;
gametab(4);
MakeCompass('e');
SetAngle(true);
i := 5;
repeat
bonetje;
until(i=28)
end.


by hamster

cleav
02-08-2009, 04:02 PM
but it has alot of anoying shit, when it doesnt find the altar it start searching everywhere with some movement that for me seems detectable , if it fails, it doesnt care it continue the other bones, its anoying but enjoyable

can anyone tell me if its like a script no to use like if its very detectable or not

William
02-08-2009, 07:07 PM
you could just use an auto clicker...

Main
02-08-2009, 07:12 PM
jeez dude, lazy much?
It would waste a lot of money because its hard for script to detect whether the torch is lit.

cleav
02-08-2009, 07:21 PM
you could just use an auto clicker...


gilded altar / autoclicker ?

wtf

cleav
02-08-2009, 07:23 PM
jeez dude, lazy much?
It would waste a lot of money because its hard for script to detect whether the torch is lit.

the script is 50-50

you bank yourself you walk yourself to the house etc

all it does is click on bone and altar, if its unlit, you press

crtl+alt+a and its paused, when someone lit it you press resume

damn

ian.
02-08-2009, 09:39 PM
don't double post.. edit your post..

and don't get mad at people for not making you scripts if you can't even script yourself..

and you COULD use an auto clicker.. just start it in the same spot every time ;)

or use color..

or use DTM..


repeat
if(FindDTM(Bones, blahblahblah))then
Mouse(x, y, 2, 2, false);
Wait(randomrange(25, 50));
ChooseOption('use');
Wait(randomrange(25, 50));
if(FindObjCustom(params))then
Mouse(x, y, 1, 1, true);
Writeln('boned');
inc(boned);
Until(boned > 27);

cleav
02-08-2009, 10:33 PM
huh?

ian.
02-09-2009, 03:25 AM
EDIT YOUR POSTS.. idk how to make it clearer..

and you can make a simple one.. look at what I said.. that will find the bone, right click, select 'use', then click on the altar.. you just gotta fix the params..