Jump to content

435

Members
  • Posts

    23
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    435 reacted to ScripterQQ in new routes for battlegrounder   
    My profiles are/were good. Though, I got banned after 2min in battleground some months ago, using my Paladin rotation (public) and my Arathi Basin rotation (public).
    So I would suggest you to create your own profile and fight class because there is a high chance that all my public stuff is detected by the warden.
  2. Thanks
    435 reacted to ScripterQQ in Announce Interrupts LUA script   
    Hello, I want to implement in my addon an announce that writes in party when I get interrupted in the Holy school, so I created a frame, registered event "COMBAT_LOG_EVENT_UNFILTERED" and checked for the "SPELL_INTERRUPT" firing. Works good, nothing to complain.
    Problem is Penance, not only is a channeled spell, but also it belongs to "Discipline" school, which doesn't exists in the wow school database (only Holy/Nature/Shadow, etc) but I think this is not a real problem. The main problem is with Penance (didn't test with other channeled spell but I believe it's the same), in the /eventtrace, I don't see the "SPELL_INTERRUPT" firing, when kicked.
    I see only something like "SPELL_FAILED" but that fires even if you stop the spell manually (for example 1 tick penance fake cast).
    So how can I keep trace of the Penance (and other channeled spells) being interrupted?
    I found only this and of course it has no replies or solutions: https://eu.battle.net/forums/en/wow/topic/1622868793
    Thanks for reading
  3. Like
    435 reacted to Mykoplazma in Interrupt focus target if casting spell by name?   
    f = 0; spellName = "Flash Heal"; spell,_,_,_,_,_,_,_,_ = UnitCastingInfo("Focus"); if spell == spellName then f = 1 end; You must add that to Lua script part and check the f value. If f = 1 then you can cast the interrupt spell ( in that case that  will interrupt Flash Heal) If you need to interrupt anything that is interruptable or interrupt a list of spells or interrupt channeling well check the lua documentation ;)
×
×
  • Create New...