Log in

View Full Version : first script help rsps



keanenkmw
11-14-2012, 04:52 AM
1. a tut on sendkeys and how to get it to work right or another way to type // solved
2. how to make the bot understand when inventory is full before banking on rsps
3. if the bot gets off track and can not find color how to get him back on track

I just started about 1 hour ago so please give me a tut that i would understand

thank you

IsoMorphic
11-14-2012, 06:03 AM
1. a tut on sendkeys and how to get it to work right or another way to type // solved
2. how to make the bot understand when inventory is full before banking on rsps
3. if the bot gets off track and can not find color how to get him back on track

I just started about 1 hour ago so please give me a tut that i would understand

thank you

Ok i can answer a few
1. sendkey just add an if statement then sendKeys
2. in your main loop add
if(InvFull) then
begin
Bank mah shit;
Walk bak

end;
3. when you call if FindObj make an else statement so it loks like this
ifFindobjtpa shit

begin

end else

begin
SPS_Walktopos(My penispoint)

end;

AFAIK that can work. kbai

Look a few threads down on how to send text, should be something like sending text when some kid says something
http://villavu.com/forum/showthread.php?t=92468