(→RewardHeroes) |
(→UseHeroItem) |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 93: | Line 93: | ||
Used to dismiss a captive hero from the feasting hall. | Used to dismiss a captive hero from the feasting hall. | ||
+ | ==WaterHero== | ||
+ | |||
+ | {| class="wikitable" | ||
+ | ! style="text-align:left;" | Usage: | ||
+ | | waterhero heroName | ||
+ | |- | ||
+ | ! style="text-align:left;" | Example: | ||
+ | | waterhero BigGuy | ||
+ | |} | ||
+ | |||
+ | Used to apply holy water item to a hero in the feasting hall. | ||
==GetSpamHero== | ==GetSpamHero== | ||
Line 98: | Line 109: | ||
{| class="wikitable" | {| class="wikitable" | ||
! style="text-align:left;" | Usage: | ! style="text-align:left;" | Usage: | ||
− | | getspamhero [management | + | | getspamhero [optional management or strategem] |
|- | |- | ||
! style="text-align:left;" | Example: | ! style="text-align:left;" | Example: | ||
Line 110: | Line 121: | ||
Second example used to get the best politics hero currently available in the inn. | Second example used to get the best politics hero currently available in the inn. | ||
Third example used to get the Highest intelligence hero currently available in the inn. | Third example used to get the Highest intelligence hero currently available in the inn. | ||
− | |||
==ChangeHeroName== | ==ChangeHeroName== | ||
Line 126: | Line 136: | ||
==UpLevelHero== | ==UpLevelHero== | ||
+ | |||
+ | '''Currently not implemented''' | ||
+ | |||
+ | ==UpLevelHeroes== | ||
{| class="wikitable" | {| class="wikitable" | ||
! style="text-align:left;" | Usage: | ! style="text-align:left;" | Usage: | ||
− | | | + | | uplevelheroes |
|- | |- | ||
! style="text-align:left;" | Example: | ! style="text-align:left;" | Example: | ||
− | | | + | | uplevelheroes |
|} | |} | ||
− | + | Implemented, but currently does nothing unless city's config hero: is set to non-zero. (This is a bug) | |
− | + | Upgrades all heroes in current city (unless named in the ''NoLevelHeroes'' goal). Each hero is upgraded up only one level and its best attribute increased. | |
==UseHeroItem== | ==UseHeroItem== | ||
Line 147: | Line 161: | ||
| | | | ||
useheroitem BigGuy on_war<br> | useheroitem BigGuy on_war<br> | ||
− | useheroitem BigGuy anabasis | + | useheroitem BigGuy anabasis<br> |
+ | useheroitem BigGuy nation_medal | ||
|} | |} | ||
Used to apply hero buffing items to the specified hero. | Used to apply hero buffing items to the specified hero. | ||
− | |||
==AwardGold== | ==AwardGold== | ||
Line 202: | Line 216: | ||
Pause script until one of the heroes specified is captured. | Pause script until one of the heroes specified is captured. | ||
+ | |||
+ | |||
+ | ==listallheroes== | ||
+ | |||
+ | {| class="wikitable" | ||
+ | ! style="text-align:left;" | Usage: | ||
+ | | listallheroes | ||
+ | |- | ||
+ | ! style="text-align:left;" | Example: | ||
+ | | listallheroes | ||
+ | |} | ||
+ | |||
+ | |||
+ | Will output a list of all your heroes, seperated by city, even if they are not currently in the city. | ||
+ | |||
+ | There is a temporary (I assume) bug that prevents your training hero from being enumerated, but a bug report has been filed.<br> | ||
+ | |||
+ | <br> |
Latest revision as of 10:39, 15 September 2012
Contents
FindHero
Usage: | findhero stat |
---|---|
Example: |
findHero atk |
Valid command line arguments for findhero are pol for politics, atk for attack and int for intelligence.
This command will recruit the best hero of the type specified that is available in the inn at the time.
SetMayor
Usage: | setMayor stat |
---|---|
Example: |
setMayor pol |
Valid arguments for setMayor are pol for politics, atk for attack and int for intelligence.
This command will change your current mayor for one of the specified attribute. It automatically selects the highest level of the attribute that you specify (stat is the label for the attribute argument). This is very useful when creating, upgrading and demolishing buildings, as you can specify the highest level politic hero you have to go into office. Capturing a level ten and only have a level 9 Feasting hall in one city? You can remove the mayor with this command to make sure he marches with the rest of the troops.
SetMayorByName
Usage: | setMayorbyname HeroName |
---|---|
Example: |
setMayorbyname ATKATK |
This command will allow you to specify the Mayor you wish to assign by hero name.
PersuadeHero
Usage: | persuadehero hero |
---|---|
Example: | persuadehero ken |
Persuade a captured hero ken, the medals required for the persuasion if any are shown in hero tab.
FireHero
Usage: | firehero hero |
---|---|
Example: | firehero ken |
Used to fire a hero from the feasting hall.
The Hero status must be either idle, mayor, or captured, i.e. is not on a mission away from town.
ReleaseHero
Usage: | releasehero heroName |
---|---|
Example: | releasehero Prisoner |
Used to dismiss a captive hero from the feasting hall.
WaterHero
Usage: | waterhero heroName |
---|---|
Example: | waterhero BigGuy |
Used to apply holy water item to a hero in the feasting hall.
GetSpamHero
Usage: | getspamhero [optional management or strategem] |
---|---|
Example: |
getspamhero |
First example used to get the best attack hero currently available in the inn. Second example used to get the best politics hero currently available in the inn. Third example used to get the Highest intelligence hero currently available in the inn.
ChangeHeroName
Usage: | changeheroname oldName newName |
---|---|
Example: | changeheroname ken henry |
Used to rename a hero.
UpLevelHero
Currently not implemented
UpLevelHeroes
Usage: | uplevelheroes |
---|---|
Example: | uplevelheroes |
Implemented, but currently does nothing unless city's config hero: is set to non-zero. (This is a bug) Upgrades all heroes in current city (unless named in the NoLevelHeroes goal). Each hero is upgraded up only one level and its best attribute increased.
UseHeroItem
Usage: | useheroitem hero_name item_name |
---|---|
Example: |
useheroitem BigGuy on_war |
Used to apply hero buffing items to the specified hero.
AwardGold
Usage: | awardgold hero |
---|---|
Example: | awardgold ken |
Used to increase hero loyalty by 5 using a gold reward.
RewardHeroes
Usage: | rewardheroes |
---|---|
Example: | rewardheroes |
Finds and rewards all heroes with loyalty below 100, using gold.
WaitHero
Usage: | waithero hero |
---|---|
Example: | waithero ken |
Pause script until hero ken is available.
WaitHeroLost
Usage: | waitherolost hero1,hero2,... |
---|---|
Example: | waitherolost ken,henry |
Pause script until one of the heroes specified is captured.
listallheroes
Usage: | listallheroes |
---|---|
Example: | listallheroes |
Will output a list of all your heroes, seperated by city, even if they are not currently in the city.
There is a temporary (I assume) bug that prevents your training hero from being enumerated, but a bug report has been filed.