Jump to content

Tile markers


Recommended Posts

Posted (edited)

I see in Explv's AIO there is something that highlights Tree's that you are chopping, is there something similar to mark tiles in a similar way to runelite?

 

 

EXPLV's Woodcutting reference:

 

if (targetTree != null) {
            graphics.setColor(Color.GREEN);
            getGraphics().drawEntity(targetTree, graphics);
        }

 

This is colouring an Entity , however the tile is not an entity...

Edited by xcx

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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