Duhhrail wrote:No matter how fast you think you can beat your meat, Jordancoles lies in the shadows and waits to attack his defenseless prey. (tl;dr) Don't afk and jack off.
Apillion wrote:Maybe for some nice rounding you could:
Add a icon to your bat file....
And under options a button that is named Controls with all the keys that can be used in game like this list that's on the first page
Uriel246 wrote:When you press shitf+right click in seeds (or a bucket of seeds), the client freeze.
jordancoles wrote:The map snaps back to its default size when the client is restarted
CaptainMidget wrote:Yet to try this client, does it have a grid included? For farming purposes.. it would be SOOOOO convenient.
private String[] stoneNames = {"ras", "porphyry", "quartz"}; //not full list, miss some common stones
} else if(res != null && res.name.indexOf("gfx/terobjs/bumlings")==0) {
boolean stone = false;
for(String stoneName : stoneNames) {
if(res.basename().indexOf(stoneName)==0) {
stone = true;
break;
}
}
Coord pc = p2c(gob.rc);
g.chcolor(Color.BLACK);
g.fellipse(pc, new Coord(5, 5));
g.chcolor(stone ? new Color(0x777777) : Color.RED);
g.fellipse(pc, new Coord(4, 4));
g.chcolor();
}
qthree wrote:Please, add minimap icons for ore boulders. Made it by myself, but i am too lazy to merge and compile after each update. Something like this in LocalMiniMap:
romovs wrote:qthree wrote:Please, add minimap icons for ore boulders. Made it by myself, but i am too lazy to merge and compile after each update. Something like this in LocalMiniMap:
Will do. Thanks!
SlayerSlovak0207 wrote:Isn't it nice when people just do the work for you?
Coord pc = p2c(gob.rc);
Coord pc = p2c(gob.rc).add(delta);
Users browsing this forum: Claude [Bot] and 3 guests