-to delete-
-to delete-
Last edited by gmpaul; 03-25-2013 at 05:07 PM. Reason: -to delete-
What do you want it to do.. Also use simba tags
Code:simba][/simba]
This is from my AIO fighting script.
Simba Code:FeatherColor = 13882329; // Color of feathers
Simba Code://Collect Feathers
if (FindColor(X, Y, 65280, 220, 110, 330, 220)) = false then
if P07_FindObjCustom(x, y, ['Feather'], [FeatherColor], 5) then
begin
wait (randomrange(100, 200));
ClickMouse2(mouse_right);
wait(randomrange(300, 500));
P07_ChooseOptionMulti(['Feather']);
end;
You wont want it to detect take because then everything in the loot is available.
There are currently 1 users browsing this thread. (0 members and 1 guests)