Ok, I'm creating a herblore script and need some help.
If I want to find an item in the bank, they will be in the first and second spot, should I use a procedure to find DTM, or IsUpText?
Ok, I'm creating a herblore script and need some help.
If I want to find an item in the bank, they will be in the first and second spot, should I use a procedure to find DTM, or IsUpText?
Definitely use a bitmap or dtm, you can not count on your users putting items always in the first slotspeople can't be relied on, learn it.
Lol, Thanks guys.
heres a bit from the air crafter i started today
SCAR Code:FindDTM(DTM2, c.x, c.y, MSX1, MSY1, MSX2, MSY2);
MMouse(c.x, c.y, 0, 0);
wait(50);
If not isuptext('ssence') then
begin
Writeln('Cannot Find d ESS AHH!?!');
Logout;
Exit;
end;
~ Metagen
There are currently 1 users browsing this thread. (0 members and 1 guests)