March 30, 201510 yr So I have my mouse location (x,y) that was clicked. How can I turn that into a location from the map?
March 30, 201510 yr Need a little more detail. Are you trying to get entities at the cursor? getMouse().getEntitiesOnCursor()
March 30, 201510 yr Author Need a little more detail. Are you trying to get entities at the cursor? getMouse().getEntitiesOnCursor() Not entities, but the location. For example, if the mouse clicked the map is there a way to get that x,y for the Runescape location?
March 30, 201510 yr Not entities, but the location. For example, if the mouse clicked the map is there a way to get that x,y for the Runescape location? Get your players position when they stop moving? Hard to say when I have no clue what you want to do with this.
March 30, 201510 yr Yep, thats correct. Just be wary it will return a Position at the Base X/Y of the region if no flag is present, instead of an expected null.
Create an account or sign in to comment