Pasterke 98 Posted February 18, 2014 Share Posted February 18, 2014 I have here an bosslist with all WoW bosses in raids, instances and scenarios. Is it possible to implent this, that way we can use our cooldowns on bosses and don't waste it on trash ? Bosslist.zip Link to comment https://wrobot.eu/forums/topic/1172-bosslist/ Share on other sites More sharing options...
Teksun 4 Posted February 20, 2014 Share Posted February 20, 2014 I added in the spell like a big cd not to use on anything under say 92. Finding out what level the boss is would help that way a long cd spell is not used on anything under say lvl 92 Link to comment https://wrobot.eu/forums/topic/1172-bosslist/#findComment-6263 Share on other sites More sharing options...
Bugreporter 93 Posted February 25, 2014 Share Posted February 25, 2014 Every Boss has level -1 . In MC (60+) as equal as in SoO (90+) if (UnitLevel("target")==-1) then print("Hi Boss") end Link to comment https://wrobot.eu/forums/topic/1172-bosslist/#findComment-6353 Share on other sites More sharing options...
Droidz 2738 Posted February 25, 2014 Share Posted February 25, 2014 Hello, I'll not add it in wrobot. But I'll add in fightclass possibility to add custom c# function/methods. I post here sample when I have added this feature (sample of use of your boss list). Link to comment https://wrobot.eu/forums/topic/1172-bosslist/#findComment-6364 Share on other sites More sharing options...
Droidz 2738 Posted February 26, 2014 Share Posted February 26, 2014 Wait next update, I have added fightclass option (General Settings) "Additional C# Code". This is sample (with you bosslist): AdditionalCodeSample.xml Link to comment https://wrobot.eu/forums/topic/1172-bosslist/#findComment-6420 Share on other sites More sharing options...
rastablondy 1 Posted March 17, 2014 Share Posted March 17, 2014 I've tried but i didn't find how does it work? Link to comment https://wrobot.eu/forums/topic/1172-bosslist/#findComment-6802 Share on other sites More sharing options...
Bear T.O.E. 63 Posted March 17, 2014 Share Posted March 17, 2014 yeah is there a a break down of all usable commands? Cause I could build boss specific profile for a grinder profile and make the grinder profile reference the boss profile for trash encounters and boss encounters within a instance. Would take some time to build but I'm sure I could do a dungeon a day. And then work on Raids. So I could farm them for stuff. Link to comment https://wrobot.eu/forums/topic/1172-bosslist/#findComment-6803 Share on other sites More sharing options...
Droidz 2738 Posted March 17, 2014 Share Posted March 17, 2014 I've tried but i didn't find how does it work? You need to know base of c# programming. yeah is there a a break down of all usable commands? Cause I could build boss specific profile for a grinder profile and make the grinder profile reference the boss profile for trash encounters and boss encounters within a instance. Would take some time to build but I'm sure I could do a dungeon a day. And then work on Raids. So I could farm them for stuff. You can get the usable commands with Visual Studio (add "robotManager.dll" and "wManager.dll" in project references). Link to comment https://wrobot.eu/forums/topic/1172-bosslist/#findComment-6807 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