Heroes of Might and Magic V: Tribes of the East Cheats(PC)
| Effect | Code |
|---|---|
| Adds # of experience to currently selected hero. | add_exp # |
| Clear fog of war. | @ClearFog () |
| Give all heroes 1000 black dragons. | @Dragons () |
| Gives all spells to currently selected hero. | add_all_spells |
| Lose Mission. | @Loose() |
| Outputs resource quantities of specified player into console. Allows you to spy on other players. Example: show_player_money 2. | show_player_money # |
| Sets all resources except gold to # and sets gold to #*1000. So add_money 100 gives 100 of all resources and 100000 gold. | add_money # |
| Sets all your resources to zero. | clear_money |
| Sets current gold to # and zeroes out other resources. | add_gold # |
| Sets luck (X) and morale (Y) base values for current hero. For example, set_hero_luck_morale 5 3. | set_hero_luck_morale X Y |
| Shows detailed movement point stats for currently selected hero - exact quantity, stats for currently plotted path. | show_hero_mp |
| Win Mission. | @Win() |

Comments (0)