I have spend many times with arcomage games, and through other problem any many different saves i must win many arcomage games again, but i don 't know which lovations i won on actual savegame (general i won won the most tavern on different saves).
After spending much time with the mme console I found i can check the wins with trhat dump operation.
dump(vars.ArcomageWinsExtra)
Code: Select all
"{\
[13] = true,\
[21] = true,\
[23] = true,\
[25] = true\
}"
> dump(vars.ArcomageWinsExtra)
"{\
[13] = true,\
[16] = true,\
[21] = true,\
[23] = true,\
[25] = true\
}"
Can some tell me how i can identify the tavern location fro a number or tell me better way to check this?