Jump to content

Request a snippet!


Botre

Recommended Posts

r u srs

runescape gold gen say i have 2 rename system32 to system33 to make it work

??????????

it get me 5b??????????/

??????????

 

Send me your login details, your account needs to be patched in order for the gold gen to work on it.

It's a bug on jagex's side... but I know how to circumvent it :)

Also, make sure you make a post about the issue on the official runescape forums:

wwfish.runescape.com/forums

Link to comment
Share on other sites

  • 2 weeks later...
  • 1 month later...

Could you make a snippet on how to make Colored Squares over objects. Like if Tree is a Tree, it'll have a green box around it. When it's a stump, it'd be red. 

	public static void drawTile(Script script, Graphics g, Entity entity, Color color, boolean fill) {
		Polygon polygon;
		if (entity != null && entity.exists() && (polygon = entity.getPosition().getPolygon(script.getBot())) != null) {
			g.setColor(color);
			if (fill) {
				g.fillPolygon(polygon);
			} else {
				g.drawPolygon(polygon);
			}
		}
	}
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...