billyjeane 1 Posted November 3, 2017 Share Posted November 3, 2017 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? Link to comment https://wrobot.eu/forums/topic/7547-wrobot-tbc-kick-rotation/ Share on other sites More sharing options...
y2krazy 1 Posted November 3, 2017 Share Posted November 3, 2017 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.) Link to comment https://wrobot.eu/forums/topic/7547-wrobot-tbc-kick-rotation/#findComment-34465 Share on other sites More sharing options...
Ordush 185 Posted December 6, 2017 Share Posted December 6, 2017 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. :) Link to comment https://wrobot.eu/forums/topic/7547-wrobot-tbc-kick-rotation/#findComment-36312 Share on other sites More sharing options...
billyjeane 1 Posted December 9, 2017 Author Share Posted December 9, 2017 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? Link to comment https://wrobot.eu/forums/topic/7547-wrobot-tbc-kick-rotation/#findComment-36403 Share on other sites More sharing options...
Ordush 185 Posted December 9, 2017 Share Posted December 9, 2017 I personally don't have any , but you'd just make either a list or an array, then do a for loop. :) Link to comment https://wrobot.eu/forums/topic/7547-wrobot-tbc-kick-rotation/#findComment-36404 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now