November 3, 20178 yr I want to make a fight class that only interrupts and lets me play the rest of the time this is for PVP. Any idea how to do this?
November 3, 20178 yr 1) Create a new Fight Class. 2) Add an interrupt spell. 3) Set conditions to target is casting/etc. 4) Profit? Please note that I have not tried to create an "interrupt-only" Fight Class, but I imagine it's not going to be terribly complex, unless you want the interrupt(s) to occur under very specific circumstances - in that case, add as many conditions as needed. (Also, I'm not at home, so I can't give you specifics to test, or a dummy Fight Class to work with at this time, sorry.)
December 6, 20178 yr Note that TBC doesn't have the property (IsInterruptible), so you have to either use kick on everything that is cast or you have to manually add all spells you want to interrupt. :)
December 9, 20178 yr Author On 12/6/2017 at 5:48 PM, Ordush said: Note that TBC doesn't have the property (IsInterruptible), so you have to either use kick on everything that is cast or you have to manually add all spells you want to interrupt. :) Well this could work... is it possible to get a example fight class that I could build on? made for a rogue?
December 9, 20178 yr I personally don't have any , but you'd just make either a list or an array, then do a for loop. :)
Create an account or sign in to comment