In the new @o0netquik0o script do following:
1) Change from (line 550)
if (temp) {
this._armyBar.add(this.buttons.attack.unlock, {
top : 108,
right : 10to
if (temp) {
this._armyBar.add(this.buttons.attack.unlock, {
top : 148,
right : 102) Change from (line 574)
if (temp) {
this._armyBar.add(this.buttons.attack.repair, {
top : 23,
right : 10
});to
if (temp) {
this._armyBar.add(this.buttons.attack.repair, {
top : 63,
right : 10
});3) Change from (line 2196)
if (this.options.rightSide.getValue()) {
this._armyBar.add(this.userInterface, {
top : 0,
right : 65to
if (this.options.rightSide.getValue()) {
this._armyBar.add(this.userInterface, {
top : 40,
right : 65Note: only three number changes.