naut
Community Developer
- Joined
- Feb 9, 2012
- Messages
- 277
I made a very basic plugin to assist me with hunting a rare elite mob named Zandalari Warscout in MOP.
The mob was casting certain powerful spells singular seemed to not be detecting for interupts, therefore I created a plugin that will force the bot to use my warrior's multiple interupts when the target is casting.
I decided to release this plugin for those of you who may want to edit it for your own purposes.
The spells it will use to interupt along with the spell the target is casting can be easily edited by opening elitehelper.cs with notepad++ and changing the warrior interupts to your own classes, and the spellid's to the spells you are trying to interupt. Spell id's can be found via Wowhead: The Original, search for the mob in question, and hit the abilities tab.
Example: Heroic Shout link : Heroic Leap - Spell - World of Warcraft ... Spellid is 6544
The Zandalari Warscout along with its mobid must be replaced with the mob you are farming.
This can be found in elitehelper/myclasses/RareKillerMOPRares.cs
Credit goes to katzerle @ honorbuddy, I used his rarekiller plugin as a guide.
View attachment EliteHelper.zip
The mob was casting certain powerful spells singular seemed to not be detecting for interupts, therefore I created a plugin that will force the bot to use my warrior's multiple interupts when the target is casting.
I decided to release this plugin for those of you who may want to edit it for your own purposes.
The spells it will use to interupt along with the spell the target is casting can be easily edited by opening elitehelper.cs with notepad++ and changing the warrior interupts to your own classes, and the spellid's to the spells you are trying to interupt. Spell id's can be found via Wowhead: The Original, search for the mob in question, and hit the abilities tab.
Example: Heroic Shout link : Heroic Leap - Spell - World of Warcraft ... Spellid is 6544
The Zandalari Warscout along with its mobid must be replaced with the mob you are farming.
This can be found in elitehelper/myclasses/RareKillerMOPRares.cs
Credit goes to katzerle @ honorbuddy, I used his rarekiller plugin as a guide.
View attachment EliteHelper.zip