Designed for LazyRaider but should support all botbases Supports the Guardian Spec for PVE and Feral for PVP Has a Basic GUI interface for managing Cooldowns/Movement/Targeting Will use feral or bear depending on talent selection Will use Healthstone when below 30% Support Resting and Buffing (yourself only) Will Target and Taunt Any Hostile NPC that is targeting a party member. The Self Healing and the Snare Detection is insanely OP in PVP enjoy I have been running Dungeon's with this for a few days. I am open to suggestions but will not guarantee that all suggestions will be added. Please let me know if you find any issues. https://subversion.assembla.com/svn/evo-hb/ **Hijacked these from KicK** TortoiseSVN - Downloads <-- download tortoise For those users that are still having issues... read this: 1) download tortoise (above) & install it 1.5) RESTART YOUR COMPUTER 2) make a folder called Guardian (anywhere you will not delete it - My Documents is fine) 3) right click that folder and click "SVN Checkout" 4) copy and paste my link to SVN trunk into the first box & press ok 5) wait for profiles to download 6) each day, right click that 'main' folder and press "SVN Update" Known Issues: None I have modified my project to support multiple classes. The new SVN is above. 1.4 Completely Updated Druid - Feral Rotation PVP & PVE Self Healing should now work again as intended Added back support for detecting and removing snare through form shifting Will attempt to use Dream of Cenarius Procs for Rake and Rip Will throw out Healing Touch on lowest HP Group or party member when you have free procs Will Shift to Aquatic Form if Swimming I have included the zip for the latest stable release. Make sure you turn off AutoUpdate in General Settings. I am working on improving performance and chances are I'll break something. Special Thanks to: Apoc for the framework Tuanha for some of the Debuff checks cvcc for help on the feral pvp section
well you should give people some more info like whats does it do whats it for does it make coffey for us ? does it do the laundry ?
It does not turn the character around, I've tried several things. In honorbuddy, it says: It does this, and repeats! When the auto-turn is disabled:
Thanks for the feedback. The Facing problem is fixed. As for the Faerie fire 2 options. Disable it in the Gui or change your talents to remove faerie swarm. Please update to the latest version on the SVN.
I love this routine, but after updating to latest version I get this error on compile: Code: Compiler Error: c:\Honorbuddy\Routines\druid_guardian\Guardian\Guardian\Settings.cs(12,26) : error CS0101: The namespace 'Guardian' already contains a definition for 'Settings'
You will need to create a folder in the Routines folder called Guardian and use the svn link to download to that folder. After that it should load. **Hijacked these from KicK** TortoiseSVN - Downloads <-- download tortoise For those users that are still having issues... read this: 1) download tortoise (above) & install it 1.5) RESTART YOUR COMPUTER 2) make a folder called Guardian inside the Routines Folder in HB 3) right click that folder and click "SVN Checkout" 4) copy and paste my link to SVN trunk into the first box & press ok 5) wait for profiles to download 6) each day, right click that 'main' folder and press "SVN Update"
This is not working for me at the moment either. I deleted settings.cs as you said. Compiler Error: c:\Users\Colt\Desktop\newwithcc\Routines\Guardian\Guardian\Guardian.cs(20,35) : error CS0102: The type 'Guardian.Combat' already contains a definition for 'Me' Compiler Error: c:\Users\Colt\Desktop\newwithcc\Routines\Guardian\Guardian\Guardian.cs(21,24) : error CS0102: The type 'Guardian.Combat' already contains a definition for 'CurrentTarget' Compiler Error: c:\Users\Colt\Desktop\newwithcc\Routines\Guardian\Guardian\Guardian.cs(22,27) : error CS0102: The type 'Guardian.Combat' already contains a definition for '_combatBehavior' Compiler Error: c:\Users\Colt\Desktop\newwithcc\Routines\Guardian\Guardian\Guardian.cs(23,25) : error CS0102: The type 'Guardian.Combat' already contains a definition for 'version' Compiler Error: c:\Users\Colt\Desktop\newwithcc\Routines\Guardian\Guardian\Guardian.cs(26,32) : error CS0102: The type 'Guardian.Combat' already contains a definition for 'Name' Compiler Error: c:\Users\Colt\Desktop\newwithcc\Routines\Guardian\Guardian\Guardian.cs(27,35) : error CS0102: The type 'Guardian.Combat' already contains a definition for 'CombatBehavior' Compiler Error: c:\Users\Colt\Desktop\newwithcc\Routines\Guardian\Guardian\Guardian.cs(28,30) : error CS0111: Type 'Guardian.Combat' already defines a member called 'Initialize' with the same parameter types Compiler Error: c:\Users\Colt\Desktop\newwithcc\Routines\Guardian\Guardian\Guardian.cs(44,34) : error CS0102: The type 'Guardian.Combat' already contains a definition for 'Class' Compiler Error: c:\Users\Colt\Desktop\newwithcc\Routines\Guardian\Guardian\Guardian.cs(48,30) : error CS0102: The type 'Guardian.Combat' already contains a definition for 'WantButton' Compiler Error: c:\Users\Colt\Desktop\newwithcc\Routines\Guardian\Guardian\Guardian.cs(49,30) : error CS0111: Type 'Guardian.Combat' already defines a member called 'OnButtonPress' with the same parameter types Compiler Error: c:\Users\Colt\Desktop\newwithcc\Routines\Guardian\Guardian\Guardian.cs(50,35) : error CS0102: The type 'Guardian.Combat' already contains a definition for 'RestBehavior' Compiler Error: c:\Users\Colt\Desktop\newwithcc\Routines\Guardian\Guardian\Guardian.cs(64,35) : error CS0102: The type 'Guardian.Combat' already contains a definition for 'PullBuffBehavior' Compiler Error: c:\Users\Colt\Desktop\newwithcc\Routines\Guardian\Guardian\Guardian.cs(65,27) : error CS0111: Type 'Guardian.Combat' already defines a member called 'CompositeSelector' with the same parameter types Compiler Error: c:\Users\Colt\Desktop\newwithcc\Routines\Guardian\Guardian\Guardian.cs(79,26) : error CS0111: Type 'Guardian.Combat' already defines a member called 'RotationSelector' with the same parameter types
C:\Honorbuddy MoP 2.5.6377.493\Routines\druid_guardian\Guardian\Guardian This is the path i have then in there i have 4 folders Classes, Helpers. Properties, Settings. I then have >NET files and CS files one of them Settings.CS. Are you saying that needs to be deleted? If so i did that and alot of other errors come up when starting HB. Compiler Error: c:\Honorbuddy MoP 2.5.6377.493\Routines\druid_guardian\Guardian\Guardian\Guardian.cs(20,35) : error CS0102: The type 'Guardian.Combat' already contains a definition for 'Me' Compiler Error: c:\Honorbuddy MoP 2.5.6377.493\Routines\druid_guardian\Guardian\Guardian\Guardian.cs(21,24) : error CS0102: The type 'Guardian.Combat' already contains a definition for 'CurrentTarget' Compiler Error: c:\Honorbuddy MoP 2.5.6377.493\Routines\druid_guardian\Guardian\Guardian\Guardian.cs(22,27) : error CS0102: The type 'Guardian.Combat' already contains a definition for '_combatBehavior' Compiler Error: c:\Honorbuddy MoP 2.5.6377.493\Routines\druid_guardian\Guardian\Guardian\Guardian.cs(23,25) : error CS0102: The type 'Guardian.Combat' already contains a definition for 'version' Compiler Error: c:\Honorbuddy MoP 2.5.6377.493\Routines\druid_guardian\Guardian\Guardian\Guardian.cs(26,32) : error CS0102: The type 'Guardian.Combat' already contains a definition for 'Name' Compiler Error: c:\Honorbuddy MoP 2.5.6377.493\Routines\druid_guardian\Guardian\Guardian\Guardian.cs(27,35) : error CS0102: The type 'Guardian.Combat' already contains a definition for 'CombatBehavior' Compiler Error: c:\Honorbuddy MoP 2.5.6377.493\Routines\druid_guardian\Guardian\Guardian\Guardian.cs(28,30) : error CS0111: Type 'Guardian.Combat' already defines a member called 'Initialize' with the same parameter types Compiler Error: c:\Honorbuddy MoP 2.5.6377.493\Routines\druid_guardian\Guardian\Guardian\Guardian.cs(44,34) : error CS0102: The type 'Guardian.Combat' already contains a definition for 'Class' Compiler Error: c:\Honorbuddy MoP 2.5.6377.493\Routines\druid_guardian\Guardian\Guardian\Guardian.cs(48,30) : error CS0102: The type 'Guardian.Combat' already contains a definition for 'WantButton' Compiler Error: c:\Honorbuddy MoP 2.5.6377.493\Routines\druid_guardian\Guardian\Guardian\Guardian.cs(49,30) : error CS0111: Type 'Guardian.Combat' already defines a member called 'OnButtonPress' with the same parameter types Compiler Error: c:\Honorbuddy MoP 2.5.6377.493\Routines\druid_guardian\Guardian\Guardian\Guardian.cs(50,35) : error CS0102: The type 'Guardian.Combat' already contains a definition for 'RestBehavior' Compiler Error: c:\Honorbuddy MoP 2.5.6377.493\Routines\druid_guardian\Guardian\Guardian\Guardian.cs(64,35) : error CS0102: The type 'Guardian.Combat' already contains a definition for 'PullBuffBehavior' Compiler Error: c:\Honorbuddy MoP 2.5.6377.493\Routines\druid_guardian\Guardian\Guardian\Guardian.cs(65,27) : error CS0111: Type 'Guardian.Combat' already defines a member called 'CompositeSelector' with the same parameter types Compiler Error: c:\Honorbuddy MoP 2.5.6377.493\Routines\druid_guardian\Guardian\Guardian\Guardian.cs(79,26) : error CS0111: Type 'Guardian.Combat' already defines a member called 'RotationSelector' with the same parameter types
Im getting the same thing: Compiler Error: c:\Users\James\Downloads\Honorbuddy 2.5.6377.493\Routines\Guardian\Settings.cs(12,26) : error CS0101: The namespace 'Guardian' already contains a definition for 'Settings' Deleting the settings.cs from the main guardian folder yeilds this: Compiler Error: c:\Users\James\Downloads\Honorbuddy 2.5.6377.493\Routines\Guardian\Guardian.cs(20,35) : error CS0102: The type 'Guardian.Combat' already contains a definition for 'Me' Compiler Error: c:\Users\James\Downloads\Honorbuddy 2.5.6377.493\Routines\Guardian\Guardian.cs(21,24) : error CS0102: The type 'Guardian.Combat' already contains a definition for 'CurrentTarget' Compiler Error: c:\Users\James\Downloads\Honorbuddy 2.5.6377.493\Routines\Guardian\Guardian.cs(22,27) : error CS0102: The type 'Guardian.Combat' already contains a definition for '_combatBehavior' Compiler Error: c:\Users\James\Downloads\Honorbuddy 2.5.6377.493\Routines\Guardian\Guardian.cs(23,25) : error CS0102: The type 'Guardian.Combat' already contains a definition for 'version' Compiler Error: c:\Users\James\Downloads\Honorbuddy 2.5.6377.493\Routines\Guardian\Guardian.cs(26,32) : error CS0102: The type 'Guardian.Combat' already contains a definition for 'Name' Compiler Error: c:\Users\James\Downloads\Honorbuddy 2.5.6377.493\Routines\Guardian\Guardian.cs(27,35) : error CS0102: The type 'Guardian.Combat' already contains a definition for 'CombatBehavior' Compiler Error: c:\Users\James\Downloads\Honorbuddy 2.5.6377.493\Routines\Guardian\Guardian.cs(28,30) : error CS0111: Type 'Guardian.Combat' already defines a member called 'Initialize' with the same parameter types Compiler Error: c:\Users\James\Downloads\Honorbuddy 2.5.6377.493\Routines\Guardian\Guardian.cs(44,34) : error CS0102: The type 'Guardian.Combat' already contains a definition for 'Class' Compiler Error: c:\Users\James\Downloads\Honorbuddy 2.5.6377.493\Routines\Guardian\Guardian.cs(48,30) : error CS0102: The type 'Guardian.Combat' already contains a definition for 'WantButton' Compiler Error: c:\Users\James\Downloads\Honorbuddy 2.5.6377.493\Routines\Guardian\Guardian.cs(49,30) : error CS0111: Type 'Guardian.Combat' already defines a member called 'OnButtonPress' with the same parameter types Compiler Error: c:\Users\James\Downloads\Honorbuddy 2.5.6377.493\Routines\Guardian\Guardian.cs(50,35) : error CS0102: The type 'Guardian.Combat' already contains a definition for 'RestBehavior' Compiler Error: c:\Users\James\Downloads\Honorbuddy 2.5.6377.493\Routines\Guardian\Guardian.cs(64,35) : error CS0102: The type 'Guardian.Combat' already contains a definition for 'PullBuffBehavior' Compiler Error: c:\Users\James\Downloads\Honorbuddy 2.5.6377.493\Routines\Guardian\Guardian.cs(65,27) : error CS0111: Type 'Guardian.Combat' already defines a member called 'CompositeSelector' with the same parameter types Compiler Error: c:\Users\James\Downloads\Honorbuddy 2.5.6377.493\Routines\Guardian\Guardian.cs(79,26) : error CS0111: Type 'Guardian.Combat' already defines a member called 'RotationSelector' with the same parameter types
Ok, it doesnt work for me... I have an Folder in ...Honorbuddy/Routines called "Guardian" but it is not shown if i start hb with lazyraider and click @ classconfig.. so i didnt can choose your cc. Where is my fault? Inside Guardian are ".svn" and "Guardian" Need Help