it might just me but, it keeps saying "Could not find a routine fitting for your class. Please make sure you have a proper combat class routine in your folder, and restart Honorbuddy." while im doing everything true, i think.
Could not compile CC from H:\Honorbuddy_2.0.0.5588\CustomClasses\Singular! File: PaladinSettings.cs Line: 24 Error: The namespace 'Singular.Settings' already contains a definition for 'PaladinSettings' That's what I got. I know how to find the file. I just don't know what to do to fix it : / Not at all good with C#
Hmm not sure, did you copy Holy.cs into Class Specific/Paladin folder? You need to move PaladinSettings.cs into the Settings folder, it was placed in Paladin folder on SVN because it was relevant to paladin. Sorry for any confussion.
I've updated the installation instructions and modified the svn folders to be more user friendly. Installation Instructions Download all files using the SVN link: my-custom-classes copy and paste them into your Singular Custom Class and replace any current files. If you are unsure how to download using SVN, here's a video guide: http://www.thebuddyforum.com/honorbuddy-forum/guides/26031-videoguide-how-svn-jvidia.html
I updated to latest sigular , copied and pasted your SVN-files into Singular folder. This is what happens: Could not compile CC from G:\HB5710\CustomClasses\Singular! File: Holy.cs Line: 15 Error: The namespace 'Singular.ClassSpecific.Paladin' already contains a definition for 'Holy' File: Retribution.cs Line: 17 Error: The namespace 'Singular.ClassSpecific.Paladin' already contains a definition for 'Retribution' File: Unholy.cs Line: 12 Error: The namespace 'Singular.ClassSpecific.DeathKnight' already contains a definition for 'Unholy' EDIT: Found the error i think: In your SVN it's Class Specific but in Sungular it's ClassSpecific.(Foldernames) Same applies to the "DeathKnight" folder. Getting dif. errors now ;(
After fixing the foldernames it throws a load of new compile errors. Code: Building spell book Spell book built Could not compile CC from G:\HB5710\CustomClasses\Singular! File: Unholy.cs Line: 32 Error: 'Styx.WoWInternals.WoWObjects.LocalPlayer' does not contain a definition for 'HasMyAuraTimeLeft' and no extension method 'HasMyAuraTimeLeft' accepting a first argument of type 'Styx.WoWInternals.WoWObjects.LocalPlayer' could be found (are you missing a using directive or an assembly reference?) File: Unholy.cs Line: 32 Error: 'Styx.WoWInternals.WoWObjects.LocalPlayer' does not contain a definition for 'HasMyAuraTimeLeft' and no extension method 'HasMyAuraTimeLeft' accepting a first argument of type 'Styx.WoWInternals.WoWObjects.LocalPlayer' could be found (are you missing a using directive or an assembly reference?) File: Unholy.cs Line: 33 Error: 'Styx.WoWInternals.WoWObjects.LocalPlayer' does not contain a definition for 'HasMyAuraTimeLeft' and no extension method 'HasMyAuraTimeLeft' accepting a first argument of type 'Styx.WoWInternals.WoWObjects.LocalPlayer' could be found (are you missing a using directive or an assembly reference?) File: Unholy.cs Line: 34 Error: 'Styx.WoWInternals.WoWObjects.LocalPlayer' does not contain a definition for 'HasMyAuraTimeLeft' and no extension method 'HasMyAuraTimeLeft' accepting a first argument of type 'Styx.WoWInternals.WoWObjects.LocalPlayer' could be found (are you missing a using directive or an assembly reference?)
If you were still having trouble with judgements of the pure, Ksaitro figured it out. Code: Me.Auras["Judgements of the Pure"].EndTime == 0
This CC works really good for me. Tho i'd love for judgements to be implemented. Besides that, awesome job.
Healing wise it works very well, not very good at dispelling or selective healing. It also doesn't cast Judgement, I never added it.