Pure Flattening Movement Bot
From Talk:Flattener
Jump to navigation
Jump to search
Revision as of 31 January 2014 at 01:32.
The highlighted comment was created in this revision.
The highlighted comment was created in this revision.
Could someone direct me to a strong bot which only flattens, without surfing, or instruct on me how to change a top bot( DrussGT, Diamond, etc) so that it only uses its flattener? Thanks in advance.
Sure. In Diamond, it's all in voidious/move/MoveEnemy.java. Just comment out some of these:
addView(simple); addView(normal); addView(recent); addView(recent2); addView(recent3); addView(recent4); addView(recent5); addView(recent6); addView(lightFlattener); addView(flattener); addView(flattener2);
Oops, sorry, you'll also want to remove the hit percentage thresholds, like:
.setPaddedHitThreshold(FLATTENER_HIT_THRESHOLD)
Flattener is only enabled at a certain hit percentage, but you want it always on.