Results 1 to 4 of 4

Thread: How can I Identify Drops on Ground..

  1. #1
    Join Date
    Sep 2007
    Posts
    73
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default How can I Identify Drops on Ground..

    Is there any way to identify drops on ground. I will like to ad looting functionality in my combat script.

  2. #2
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    http://villavu.com/forum/showthread.php?t=26944
    It's awesome!
    I'm going to make some video tutorials for it later!

  3. #3
    Join Date
    Jul 2007
    Posts
    238
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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);
    ....

  4. #4
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    ^Yeah that works also, just pick a nice color and have enough tolerance and that will be just fine.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •