EC: missing cooldown timer for animal lore and animal taming


Similar to the issue here:

The animal lore and animal taming skill don't trigger the hotbar cooldowm timers.

In textparsing.lua, add the below to TextParsing.TimersNbuff

	-- animal lore
if (SystemData.TextID == 500328 ) then -- What animal should I look at?
HotbarSystem.SkillDelayTimeMax = 1
HotbarSystem.SkillDelayTime = 1
return
end

-- animal taming
if (SystemData.TextID == 502789 ) then -- Tame which animal?
HotbarSystem.SkillDelayTimeMax = 12
HotbarSystem.SkillDelayTime = 12
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 (reference: link)?

Comments

  • PawainPawain Posts: 9,121
    I really do not need to play UO with 100 icons on the buff bar.

    Why don't you provide some Icon pictures and teach those with EC how to make these timers that YOU need?


    Focus on what you can do, not what you can't.
  • Lord_FrodoLord_Frodo Posts: 2,258
    What is this cool down with animal lore but then I use the CC.
  • TimStTimSt Posts: 1,801
    Pawain said:
    I really do not need to play UO with 100 icons on the buff bar.

    Why don't you provide some Icon pictures and teach those with EC how to make these timers that YOU need?



    As long as you do not use my code fragment: https://forum.uo.com/discussion/comment/91847/#Comment_91847 you will not get an additional icon on the buff bar.  What you will get are already showing icons getting a cool down timer effect







  • PawainPawain Posts: 9,121
     I don't use EC so just making sure that players who do, are getting these cool mods in a complete fashion, that yall are making, if they choose to.

    But can someone make more UO looking icons for these?
    Focus on what you can do, not what you can't.
  • ForeverFunForeverFun Posts: 811
    edited May 2023
    Pawain said:
    I really do not need to play UO with 100 icons on the buff bar.

    Why don't you provide some Icon pictures and teach those with EC how to make these timers that YOU need?



    You obviously don't use EC.  The EC (in many cases) automatically marks any skill based icon in the hotbar with a countdown timer.

    Pawain, stay out of threads unless you have something constructive to add. 
Sign In or Register to comment.