Kittens Posted February 7, 2014 Author Posted February 7, 2014 Shout out to @TheScrub for helping me with the drawimages and making obtain the coordinates literally 100x much easier and faster.
Eliot Posted February 7, 2014 Posted February 7, 2014 Looking good, should be a fun a worthwhile project for you. 1
Sky Posted February 7, 2014 Posted February 7, 2014 Shout out to @TheScrub for helping me with the drawimages and making obtain the coordinates literally 100x much easier and faster. 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 ^_^ 1
Kittens Posted February 7, 2014 Author Posted February 7, 2014 Looks much better 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 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.
Sky Posted February 7, 2014 Posted February 7, 2014 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. Oh don't worry about it! It's still super clean completely legible. Good luck again ! 1
BawsZ Posted February 7, 2014 Posted February 7, 2014 good job, sure people can't wait for the release! 1
Kittens Posted February 7, 2014 Author Posted February 7, 2014 Got 6 hour proggy thats needed for any script if you want it to go premium. Such great progress so far guys
DPSkillaS Posted February 7, 2014 Posted February 7, 2014 Damn son you gotta teach me how to script, still have not made a single one or even tried This looks fun 1
Timekeeper Posted February 7, 2014 Posted February 7, 2014 You know what I bet Swizzbeat didn't do? SHOW YOU HOW TO PUT PAINT ON FUCKING INVENTORIES
Swizzbeat Posted February 7, 2014 Posted February 7, 2014 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. ;)