Garub 6 Posted September 14, 2018 Share Posted September 14, 2018 Anyone know of any solution for using https://wotlk.evowow.com?spell=7386 Sunder Armor? Always keep in 5 staks without wasting the rage. Link to comment https://wrobot.eu/forums/topic/10099-sunder-armor/ Share on other sites More sharing options...
Bambo 148 Posted October 7, 2018 Share Posted October 7, 2018 (edited) I know that @Ordush Warrior Tank FC uses Sunder Armor... might wanna ask him, maybe he shares some information with you Edited October 7, 2018 by Bambo Link to comment https://wrobot.eu/forums/topic/10099-sunder-armor/#findComment-48381 Share on other sites More sharing options...
Ordush 185 Posted October 7, 2018 Share Posted October 7, 2018 Can not be done on Vanilla, without a lot of tinkering. I know that you are using fightclass editor. ? Link to comment https://wrobot.eu/forums/topic/10099-sunder-armor/#findComment-48384 Share on other sites More sharing options...
Marsbar 228 Posted October 7, 2018 Share Posted October 7, 2018 (edited) 54 minutes ago, Ordush said: Can not be done on Vanilla, without a lot of tinkering. I know that you are using fightclass editor. ? Does ObjectManager.Target.BuffStack not work? I have a prot warr fightclass which used to have this working (can't 100% remember how), however the person said the stacks don't actually matter because sunder is actually just a rage aggro builder as well so it's used as a filler. Edited October 7, 2018 by Marsbar aggro, not rage Link to comment https://wrobot.eu/forums/topic/10099-sunder-armor/#findComment-48385 Share on other sites More sharing options...
Ordush 185 Posted October 7, 2018 Share Posted October 7, 2018 3 hours ago, Marsbar said: Does ObjectManager.Target.BuffStack not work? I have a prot warr fightclass which used to have this working (can't 100% remember how), however the person said the stacks don't actually matter because sunder is actually just a rage aggro builder as well so it's used as a filler. Yea but debuff timer doesn't work in vanilla, so you can't reapply. Link to comment https://wrobot.eu/forums/topic/10099-sunder-armor/#findComment-48392 Share on other sites More sharing options...
Marsbar 228 Posted October 7, 2018 Share Posted October 7, 2018 39 minutes ago, Ordush said: Yea but debuff timer doesn't work in vanilla, so you can't reapply. Ah okay so the way to go about it would be to start/reset a timer (couple of seconds shorter than the debuff duration) on each application of sunder and the condition to be timer.IsReady && BuffStack == 5 Link to comment https://wrobot.eu/forums/topic/10099-sunder-armor/#findComment-48393 Share on other sites More sharing options...
Ordush 185 Posted October 7, 2018 Share Posted October 7, 2018 (edited) 2 hours ago, Marsbar said: Ah okay so the way to go about it would be to start/reset a timer (couple of seconds shorter than the debuff duration) on each application of sunder and the condition to be timer.IsReady && BuffStack == 5 Yep. I don't think the FC editor has timers, unless he adds it as C#. ? Edit: He also has to base the timer on each mob he has the sunders on. What he can do: Use mob GUID, and if mob has 4 sunder stacks then on next application add a timer based on that guid. That is why i said the " without a lot of tinkering. " . ? Edited October 7, 2018 by Ordush Link to comment https://wrobot.eu/forums/topic/10099-sunder-armor/#findComment-48399 Share on other sites More sharing options...
Matenia 628 Posted October 7, 2018 Share Posted October 7, 2018 OP linked to a WotLK DB because he is actually a WotLK player. I noticed his spongebob icon and all the other 3.3.5a threads. So using Lua he can definitely achieve this. Link to comment https://wrobot.eu/forums/topic/10099-sunder-armor/#findComment-48401 Share on other sites More sharing options...
Ordush 185 Posted October 7, 2018 Share Posted October 7, 2018 1 minute ago, Matenia said: OP linked to a WotLK DB because he is actually a WotLK player. I noticed his spongebob icon and all the other 3.3.5a threads. So using Lua he can definitely achieve this. You are completely right, i totally overlooked that lol. I just saw Bambo mentioning me, and i instantly thought it was Vanilla, because that is what my FC is. But, yeah wotlk is easy. You can even set the conditions in the FC editor. Just add two conditions. one being 1-5 stacks. and another that reapply based on 5 stacks and x time left. ? Garub 1 Link to comment https://wrobot.eu/forums/topic/10099-sunder-armor/#findComment-48402 Share on other sites More sharing options...
Icvrewq 2 Posted December 18, 2019 Share Posted December 18, 2019 I cant make it work… tried everything but it just wont let me do this! Trying to have it in my DPS wotlk warrior Rotation so it applies the sunders at x time left but i cant make it work. Warrior test.xml Link to comment https://wrobot.eu/forums/topic/10099-sunder-armor/#findComment-56448 Share on other sites More sharing options...
TheSmokie 242 Posted December 19, 2019 Share Posted December 19, 2019 8 hours ago, kuckla said: I cant make it work… tried everything but it just wont let me do this! Trying to have it in my DPS wotlk warrior Rotation so it applies the sunders at x time left but i cant make it work. Warrior test.xml 1.36 kB · 2 downloads Hello, Try this, it should work. put into your fightclass editor and enable C# code. if (Target.HaveBuff("Sunder Armor") && Player.RagePercentage >= 30 && Target.BuffStack("Sunder armor") <= 4 && Target.HealthPercent >= 30 && SpellManager.KnowSpell("Sunder Armor")) { SpellManager.CastSpellByNameLUA("Sunder Armor"); Thread.Sleep(150); } Garub 1 Link to comment https://wrobot.eu/forums/topic/10099-sunder-armor/#findComment-56450 Share on other sites More sharing options...
src000 0 Posted September 2, 2023 Share Posted September 2, 2023 I cant see, where u find Quote target buff stuck condition?? Link to comment https://wrobot.eu/forums/topic/10099-sunder-armor/#findComment-68717 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