Hi,
I'm in the process of creating a Goblin Killer for runescape 2007. The goblin scanner and attacker works fine, but I want to add a loot option for picking up.
My problem is, if a goblin drops coins and bones,the bones are above the coins and cover up the coins.
I can detect bones, but nothing else
All help is appreciated,Code:Procedure TakeLoot; Begin if FindObjCustom(x,y, ['ake','ones'],[boneColour1,boneColour2], 5) then begin mouse(x,y,4,4,false); ChooseOption('ake'); wait(2000) end; end;
msemtex



Reply With Quote






