- Joined
- Feb 2, 2006
- Messages
- 1,691
Hi,
it seems that changing ability tooltips during the game does not work for abilities which are passive like Phoenix Fire, Drunken Brawler etc.
For non-passive abilities it seems to work just fine. How can I fix this?
it seems that changing ability tooltips during the game does not work for abilities which are passive like Phoenix Fire, Drunken Brawler etc.
JASS:
call BlzSetAbilityStringLevelField(a, ABILITY_SLF_TOOLTIP_NORMAL, 0, "Test 1")
call BlzSetAbilityStringLevelField(a, ABILITY_SLF_TOOLTIP_NORMAL_EXTENDED, 0, "Test 2")
For non-passive abilities it seems to work just fine. How can I fix this?
