KevinVapes 48 Posted August 6, 2016 Share Posted August 6, 2016 Hi guys, i dont know if this is asked alot, or its a bug, i dont know. But im wondering what am i doing wrong with my fightclass. It does not work the way as intended. Here is a screenshot attached. All what my bot is doing is CORRECTLY cast Ice Barrier and start fights with Orb of frost, and then only using "Flurry" and "Frostbolt" he doesnt even care for Proccs/Buffs no matter what. I didnt even know what i changed last time, i played around with the conditions a bit and then he used Ice Lance and Flurry randomly, but still not happy with this result. The bot should use Flurry ONLY when Brain Freeze Proccs, and Ice lance everytime Fingers of frost is at least one time available. I should mention that i play with a german language client. Even when i type the spellnames in german no change. Maybe someone can tell me if it matters to insert Buffnames/Proccnames in english or clientlanguage. Also you cant see the condition for flurry in this screenshot its "Condition: Buff" Need: True Name: Brain Freeze. Help me to get the idea of this. Thank you! Regards Link to comment https://wrobot.eu/forums/topic/3567-frostmage-fightclass-using-proccsbuffs/ Share on other sites More sharing options...
KevinVapes 48 Posted August 6, 2016 Author Share Posted August 6, 2016 A little "bump" here cuz im really curious :) Link to comment https://wrobot.eu/forums/topic/3567-frostmage-fightclass-using-proccsbuffs/#findComment-16502 Share on other sites More sharing options...
eeny 523 Posted August 6, 2016 Share Posted August 6, 2016 I tried almost everything i can think of and the procs didnt work. Buff, buffstack and a LUA code to check buff present all fell short. Have you considered Arcane/ Fire Link to comment https://wrobot.eu/forums/topic/3567-frostmage-fightclass-using-proccsbuffs/#findComment-16503 Share on other sites More sharing options...
KevinVapes 48 Posted August 7, 2016 Author Share Posted August 7, 2016 43 minutes ago, eeny said: I tried almost everything i can think of and the procs didnt work. Buff, buffstack and a LUA code to check buff present all fell short. Have you considered Arcane/ Fire Well that helps me at least that im not alone with this. Thank you. Not i didnt consider another specc, since proccs are almost in every class/specc i can think of, i dont know for mage for sure. I dont think this should be too hard to fix though. Link to comment https://wrobot.eu/forums/topic/3567-frostmage-fightclass-using-proccsbuffs/#findComment-16504 Share on other sites More sharing options...
BetterSister 367 Posted August 7, 2016 Share Posted August 7, 2016 Buff stack checking is apparently broken on legion Link to comment https://wrobot.eu/forums/topic/3567-frostmage-fightclass-using-proccsbuffs/#findComment-16505 Share on other sites More sharing options...
Droidz 2738 Posted August 7, 2016 Share Posted August 7, 2016 Hello, Like here: http://wrobot.eu/bugtracker/feral-casting-healing-touch-even-when-predatory-swiftness-is-not-present-r468/#comment-3141 Your character get several buffs with the same name: The best way to resolve this problem, is to use "C Sharp Code" conditon with the code: wManager.Wow.ObjectManager.ObjectManager.Me.BuffStack(44544) >= 1 Dlarge and KevinVapes 2 Link to comment https://wrobot.eu/forums/topic/3567-frostmage-fightclass-using-proccsbuffs/#findComment-16506 Share on other sites More sharing options...
Droidz 2738 Posted August 7, 2016 Share Posted August 7, 2016 http://wrobot.eu/forums/topic/3573-snippets-c-codes-for-fight-classes/?do=findComment&comment=16508 Dlarge 1 Link to comment https://wrobot.eu/forums/topic/3567-frostmage-fightclass-using-proccsbuffs/#findComment-16511 Share on other sites More sharing options...
KevinVapes 48 Posted August 7, 2016 Author Share Posted August 7, 2016 Thank you droidz! Link to comment https://wrobot.eu/forums/topic/3567-frostmage-fightclass-using-proccsbuffs/#findComment-16513 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