Guide Quickbar Tutorial (Premium)

RoseMadder

Hekatontarch
Does anybody know if there's a way to set up the farm (to activate militia) into the Quickbar?

The script:
javascript: BuildingWindowFactory.open ('farm')

does not seem to work for me. Tried on a few worlds with no luck.
Some insights with this script would be appreciated, thanks.
 

Pennaone

Phrourach
Seeing how much the city list lags (especially late game) it would be amazing as a QoL feature to be able to switch city groups from the quick bar.
If someone could figure that out they'd be a real homie
 

bugeyes10

Phrourach
Seeing how much the city list lags (especially late game) it would be amazing as a QoL feature to be able to switch city groups from the quick bar.
If someone could figure that out they'd be a real homie
I normally do it from command overview
 

Reimu Hakurei

Chiliarch
Seeing how much the city list lags (especially late game) it would be amazing as a QoL feature to be able to switch city groups from the quick bar.
If someone could figure that out they'd be a real homie
Gonna necro this thread

TownGroupOverview.setActiveTownGroup(353)

Replace the number (in my case its 353) with town group ID, which you need to get using inspect element in city groups overview. Replace the number with -1 to deselect group
 
Top