2023-04-28 01:07
#0
Similar to the issue here:
The Tracking skill doesn't properly update the hotbar cooldown timer. In textparsing.lua, replace the existing check for 1011350 with the below.
Moderator, feel free to move to the bugs subforum -- BUT I've read the "General Discussions" may get more reading attention from the developer(s), however?
The Tracking skill doesn't properly update the hotbar cooldown timer. In textparsing.lua, replace the existing check for 1011350 with the below.
if ( SystemData.TextID == 1011350 or SystemData.TextID == 1018086 -- new. ) then -- "What do you wish to track?" HotbarSystem.SkillDelayTimeMax = 10 HotbarSystem.SkillDelayTime = 10 return end
Moderator, feel free to move to the bugs subforum -- BUT I've read the "General Discussions" may get more reading attention from the developer(s), however?