AutoDropping Base

Discussion in 'Archives' started by Monster Hack, Aug 13, 2007.

AutoDropping Base
  1. Unread #1 - Aug 13, 2007 at 1:40 PM
  2. Monster Hack
    Joined:
    Nov 19, 2005
    Posts:
    59
    Referrals:
    2
    Sythe Gold:
    0

    Monster Hack Member

    AutoDropping Base

    I just whipped this up for someone, so I figured I'd share it.
    I have no added all the co-ords. I haven't even added the proper co-ord for inventory slot 0, I have set it up to work as a demo on the included screenshot.

    What it does

    Grab a colour from the desired inventory slot.
    Checks the colour grabbed with the correct colour.
    If they are the same, then the inventory slot is empty.

    Usage

    You can loop through each inventory slot such as this:
    Code:
    For i = 0 To 28
    	If Not checkInv(i) = invPixels(i) Then
    		emptyInvs = emptyInvs + 1
    	End If
    Next
    emptyInvs would be used to loop through dropping.
    Code:
    For i = 0 to emptyInvs
    You can also easily grab each colour at the startup. I will explain if needed.

    Download Link

    Enjoy,
    -Mh
     
< Selling Lvl 90(beserker Pure...94 Mage... 90 Str...92 Range!!) | *Free* Range Trainer. >

Users viewing this thread
1 guest


 
 
Adblock breaks this site