Skip to content

Cheat Codes for Tribes of the East.

User Avatar
#205
Auto-translated
RedHeavenHero
1. Key combination: Ctrl + Shift + T (cursor on the location where you want to teleport)
1a. @SetObjectPos('script name of the hero', x, y, floor)
-- x, y - coordinates (can be found by holding down Ctrl), floor - level (0 - surface or 1 - dungeon)
2. @TransformTown('script name of the town', TOWN_NECROMANCY)
3. for i=36,43 do GiveArtefact('script name of the hero', i) end

You can find the script name of a hero like this:
@print(GetAllNames(0))
This will display a green line with the names of all heroes, starting with yours.

Finding the script name of a town is a bit more complicated:
@print(GetObjectNamesByType('TOWN'))
This will display several white lines with the names of all towns. The one that best matches the coordinates is likely yours.
And I thought I was the smartest... :smile20:
Then let's do it this way: :cool: ... the specialization changes directly in the game... Well, I don't think you can do anything about that: smile44: