Adblock breaks this site

AutoDropping Base

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

  1. Monster Hack

    Monster Hack Member

    Joined:
    Nov 19, 2005
    Posts:
    59
    Referrals:
    2
    Sythe Gold:
    0
    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. >


 
 
Adblock breaks this site