Jump to content
Sign in to follow this  
Reinisdm

'.cast id t' doesn't trigger event

Recommended Posts

• Type of Bug: In-Game, event bug

• Description:
If cast spell with '.cast id t' with 't' in end, event "UNIT_SPELLCAST_SUCCEEDED" or "UNIT_SPELLCAST_FAILED" doesn't trigger.

• Evidence (Chat message/Screenshot):
Here I 3 times wrote '.cast 163201 t' and 3 times '.cast 163201'.

• Steps to reproduce:
Script who shows triggered events.
/run fr = fr or CreateFrame("Frame")fr:RegisterEvent("UNIT_SPELLCAST_SUCCEEDED")fr:RegisterEvent("UNIT_SPELLCAST_FAILED")fr:SetScript("OnEvent",function(self,event,unittarget,_,cast)print("\124cff2fff02Event: \124r"..event.." \124cff2fff02Target:\124r "..tostring(unittarget).." \124cff2fff02cast:\124r "..cast)end)
Cast any spell with '.cast id', and with '.cast id t'.


• Expected result:
'.cast id t' works same as '.cast id'

• Observed result:
Don't work the same.

• Reproduction rate: 100%

• Additional information:

Bez nosaukuma.png

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  
  • Recently Browsing   0 members

    No registered users viewing this page.

×