hey guys,
need help how do u make finding a bitmap repeat so it clicks on the bitmap 28 times?
or do u's have a script that picks flax and banks it? and it doesnt need anti random and stuff.
thanks for either
hey guys,
need help how do u make finding a bitmap repeat so it clicks on the bitmap 28 times?
or do u's have a script that picks flax and banks it? and it doesnt need anti random and stuff.
thanks for either
SCAR Code:for i:=0 to i=28 do
begin
...//<what you want it to do
end;
you also have to declare variable "i" as
SCAR Code:i : integer;
Project: Welcome To Rainbow
You could do for i := 0 to 28 do
or repeat
stuff;
i:=i+1;
until i>=28
if you want to drop invent do
for i := 1 to 28 do
dropitem(i);
EDIT: ive reread your original post and noticed i to pick flax you really dont want to use bitmap
i wil suggest in order of the most siutable
TPA's
FindObjCustom2 by starblaster
FindObjCustom also by starblaster
and do repeat
thing to pick flax
until invfull;
Blank!
yes, repeat would work too
Project: Welcome To Rainbow
Kindof Inactive...
Very nice piece of code you got there skater.
Kindof Inactive...
you'd be best off with
SCAR Code:repeat
//stuff here...
until(InvFull)
which makes sure you'll click it until the inventory is full.
~RM
Or maybe use A GoTo statement with the I Variable used for counting, when to break out of the loop.
lol thanks for the help but it doesnt need to be good because i just need it for a private server to use so like which would be the simplest to use?
to make it pick up flax spin them and then go to bank and bank them?
repeat
until(InvFull)
would be best.
if it's timer's server please avoid lagging it too much...
~RM
nah its not his server its ummm advanced scape it really good :P
There are currently 1 users browsing this thread. (0 members and 1 guests)