fun with harvestors

lots of things we can tweak here some of my favs are as follows:

extend the following as many times as you have characters to add, obviously replace ‘charname’ with your characters name

to use target the structure ( control terminal if its a building ) and fire the macro
name: charnameAdmin

/setperm admin charname;
/pause 1;

target the structure ( control terminal if its a building ) and fire the macro
name: maintenance

/addmaint 10000;

target the structure and fire the macro
name: power

/addpower 10000;

target the structure and fire the macro — obviously change the color to suit, and somename to whatever you prefer
name: changeName

/setname \#ffee00 somename;

for my own fun, especially with harvestors in fields of harvestors… I use something like this:
name: powerMaint

/addpower 10000;
/addmaint 10000;
/setname \#ffee00 VNC Harvesting;

and now if we take a look at the aliases we can see how we could replace the need to create these macro’s with some simple commands ( ie type: /pm10 — and the game does /addpower 10000;/paymaint 10000 ) read more