Jump to content

VerifiedChopperPro


Kittens

Recommended Posts

Shout out to @TheScrub for helping me with the drawimages and making obtain the coordinates literally 100x much easier and faster.

 

eeefa7a3c5352bdf47cfe30a1ac29c9c.png

Looks much better :P

 

You could move the woodcutter image tot he to left shadowing over "Verified" in VerifiedChopperPro  and flipped horizontally and have your icon where the woodcutter currently is ^_^

  • Like 1
Link to comment
Share on other sites

Looks much better tongue.png

 

You could move the woodcutter image tot he to left shadowing over "Verified" in VerifiedChopperPro  and flipped horizontally and have your icon where the woodcutter currently is happy.png

thanks man. 

 

 

to that that id have to pay for a new paint/edit it and I like the way it is now though so i won't be changing anything at al :) I like the way it is.

Link to comment
Share on other sites

You know what I bet Swizzbeat didn't do?

 

 

SHOW YOU HOW TO PUT PAINT ON FUCKING INVENTORIES

final Item[] items = client.getInventory().getItems();
if (items != null) {
    for (int i = 0; i < items.length; i++) {
        if (items[i] != null) {
        final Rectangle r = client.getInventory().getDestinationForSlot(i);
        g.drawString(Integer.toString(items[i].getId()), r.x - 5, r.y + 4);
    }
}

There ya go. ;)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...