Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I am going to show you how you are able to rearrange your heroes on the selection screen. It will be done within of seconds.
Step 1: Select the hero which you want to move.
Step 2: Press and hold ALT
Step 3: Select the hero which you want to move with.
You are also able to rearrange heroes of different pages.
Step 1: Select the hero which you want to move.
Step 2: Press and hold ALT
Step 3: Switch to another page
Step 4: Select the hero which you want to move with.
Note: You can not switch a hero of the same slot e.g. 2nd hero of page one with 2nd hero of page two. If you want to rearrange 2 heroes of the same slot you have to move one hero into another slot of the same page.
I hope this gave you some assistance.
Enjoy the game :)
https://www.youtube.com/watch?v=3yJfRRZBu1I
Clearly checking against same position always, instead of just when on the same page.
Did
If (targetindex==sourceindex) do nothing
instead of
if (targetpage==sourcepage && targetindex==sourceindex) do nothing
and why wasnt it just a flat index calculation... then the whole page logic check would be superfluous.
character[0..23]
instead of
page[0..2].character[0..7]
Another 'fun' one is the broken upgrade logic, which fortunately only becomes apparent on accessories.
As you may know, if the upgrade cost exceeds 2^31, it wraps to negative, making the cost zero.
However, there is a gap.
Max mana is 2,000,000,000. However 2^31 is 2,147,483,648.
If the upgrade cost lands in that gap, it effectively becomes impossible to upgrade it further. The problem:
Someone put in a cost=max(0,cost), to avoid upgrades giving back mana (negative costs) but failed to consider the gap. What they should have done: cost=min(cost,mana_cap) and a less extreme cost-ramp.
edit: fixed bad number.
I doubt that 'invest all' works, as that would do the same as 'pro'.
It might work with doing gradual investing (the slow way). Try it on open with a manamap and see if it works.
selling 2 tokens each time
invest all well use all the mana in your bank till it upgrades
unfortunatly i wasnt lucky to get such an acc .. yet :P so testing is out of questoin ^^
It took a disgusting amount of billions of mana, but hey, on open......