Is there any way to identify drops on ground. I will like to ad looting functionality in my combat script.
Is there any way to identify drops on ground. I will like to ad looting functionality in my combat script.
http://villavu.com/forum/showthread.php?t=26944
It's awesome!
I'm going to make some video tutorials for it later!
look for the colour and check with isuptext
Simba Code:if(FindColorSpiralTolerance(X, Y, 000000, MSX1, MSY1, MSX2, MSY2, 10)) then
begin
MMouse(x,y,0,0);
if IsUpText('')then
Mouse(x,y,0,0,true);
....
^Yeah that works also, just pick a nice color and have enough tolerance and that will be just fine.
There are currently 1 users browsing this thread. (0 members and 1 guests)