MrSmite

Results 44 comments of MrSmite

> This is how the oposite mob looks on PTR: But PTR isn't for 3.3.5. Perhaps it would be the easiest way to go since finding 335 info is getting...

@tkrokli This isn't a cooldown problem (IMO) which is why I started a new issue. In my case, the summon does not appear and the CD is not triggered and...

@Raydor - It's close except the other bug mentions the CD is triggered. This doesn't trigger a CD at all that I'm aware of. If it were on an "eternal...

> #12459 ? It's possible they're related. I made the separate issue because the old one is difficult to reproduce but this one happens all the time.

> Interesting, the bug only appears if it expires, if you drink another while the buff is on you can drink more. Also, .cooldown command allows you to drink another....

@ccrs That's an interesting point but I'm not really sure. In my case, it was the first potion I tried to use since logging in so I'm not sure why...

Out of curiosity I commented out that check and haven't had the problem so far.

@Booscary - I wonder if the core is considering them the "same" since they both restore health. Obviously nothing should interfere with a health potion except the "1 per" rule...

So looking at this in _Spell::CheckCast()_ ``` c++ if (m_caster->ToPlayer()->GetLastPotionId() && m_CastItem && (m_CastItem->IsPotion() || m_spellInfo->IsCooldownStartedOnEvent())) return SPELL_FAILED_NOT_READY; ``` This check really seems to be the issue since commenting it...

Still seems to be an issue in: https://github.com/TrinityCore/TrinityCore/commit/974703671ed5f08ec0c1a5b3943fc68508f2f4d6 I also think it may be related to #16852 because I had a Troll's Blood Elixir active and I couldn't use any...