Pure Flattening Movement Bot
Jump to navigation
Jump to search
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);
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
Return to Thread:Talk:Flattener/Pure Flattening Movement Bot/reply (2).
Just making sure, this will also disable normal hit logging, so it will only dodge places its been before, not where its been hit? Will I also have to add something to its move history so it has some at the beginning?