I've placed your folder inside the Routines folder of a fresh install of HonorBuddy. It doesn't come up with the option to choose it as a Routine for my Priest, and in the window there is a list of Compiler Errors. Here's what it says for me: Code: Compiler Error: c:\Users\Alien2\Documents\Honorbuddy\Routines\Pastor\Checks.cs(338,17) : error CS0019: Operator '!=' cannot be applied to operands of type 'ulong' and 'Styx.WoWInternals.WoWGuid'Compiler Error: c:\Users\Alien2\Documents\Honorbuddy\Routines\Pastor\Checks.cs(340,24) : error CS0029: Cannot implicitly convert type 'Styx.WoWInternals.WoWGuid' to 'ulong' Compiler Error: c:\Users\Alien2\Documents\Honorbuddy\Routines\Pastor\Checks.cs(361,24) : error CS0029: Cannot implicitly convert type 'Styx.WoWInternals.WoWGuid' to 'ulong' Compiler Error: c:\Users\Alien2\Documents\Honorbuddy\Routines\Pastor\CombatLogEvents.cs(45,44) : error CS0019: Operator '==' cannot be applied to operands of type 'Styx.WoWInternals.WoWGuid' and 'ulong' Compiler Error: c:\Users\Alien2\Documents\Honorbuddy\Routines\Pastor\CombatLogEvents.cs(45,68) : error CS0019: Operator '==' cannot be applied to operands of type 'Styx.WoWInternals.WoWGuid' and 'ulong' Compiler Error: c:\Users\Alien2\Documents\Honorbuddy\Routines\Pastor\CombatLogEvents.cs(61,44) : error CS0019: Operator '==' cannot be applied to operands of type 'Styx.WoWInternals.WoWGuid' and 'ulong' Compiler Error: c:\Users\Alien2\Documents\Honorbuddy\Routines\Pastor\CombatLogEvents.cs(61,66) : error CS0019: Operator '==' cannot be applied to operands of type 'Styx.WoWInternals.WoWGuid' and 'ulong' Compiler Error: c:\Users\Alien2\Documents\Honorbuddy\Routines\Pastor\EventHandlers.cs(113,17) : error CS0019: Operator '!=' cannot be applied to operands of type 'ulong' and 'Styx.WoWInternals.WoWGuid' Compiler Error: c:\Users\Alien2\Documents\Honorbuddy\Routines\Pastor\EventHandlers.cs(237,24) : error CS0029: Cannot implicitly convert type 'Styx.WoWInternals.WoWGuid' to 'ulong' Compiler Error: c:\Users\Alien2\Documents\Honorbuddy\Routines\Pastor\EventHandlers.cs(243,22) : error CS1502: The best overloaded method match for 'System.Collections.Generic.Dictionary<ulong,int>.ContainsKey(ulong)' has some invalid arguments Compiler Error: c:\Users\Alien2\Documents\Honorbuddy\Routines\Pastor\EventHandlers.cs(243,49) : error CS1503: Argument 1: cannot convert from 'Styx.WoWInternals.WoWGuid' to 'ulong' Compiler Error: c:\Users\Alien2\Documents\Honorbuddy\Routines\Pastor\EventHandlers.cs(244,21) : error CS1502: The best overloaded method match for 'System.Collections.Generic.Dictionary<ulong,int>.Add(ulong, int)' has some invalid arguments Compiler Error: c:\Users\Alien2\Documents\Honorbuddy\Routines\Pastor\EventHandlers.cs(244,40) : error CS1503: Argument 1: cannot convert from 'Styx.WoWInternals.WoWGuid' to 'ulong' Compiler Error: c:\Users\Alien2\Documents\Honorbuddy\Routines\Pastor\EventHandlers.cs(246,17) : error CS1502: The best overloaded method match for 'System.Collections.Generic.Dictionary<ulong,int>.this[ulong]' has some invalid arguments Compiler Error: c:\Users\Alien2\Documents\Honorbuddy\Routines\Pastor\EventHandlers.cs(246,32) : error CS1503: Argument 1: cannot convert from 'Styx.WoWInternals.WoWGuid' to 'ulong' Compiler Error: c:\Users\Alien2\Documents\Honorbuddy\Routines\Pastor\EventHandlers.cs(247,21) : error CS1502: The best overloaded method match for 'System.Collections.Generic.Dictionary<ulong,int>.this[ulong]' has some invalid arguments Compiler Error: c:\Users\Alien2\Documents\Honorbuddy\Routines\Pastor\EventHandlers.cs(247,36) : error CS1503: Argument 1: cannot convert from 'Styx.WoWInternals.WoWGuid' to 'ulong' Compiler Error: c:\Users\Alien2\Documents\Honorbuddy\Routines\Pastor\EventHandlers.cs(250,35) : error CS1502: The best overloaded method match for 'System.Collections.Generic.Dictionary<ulong,int>.this[ulong]' has some invalid arguments Compiler Error: c:\Users\Alien2\Documents\Honorbuddy\Routines\Pastor\EventHandlers.cs(250,50) : error CS1503: Argument 1: cannot convert from 'Styx.WoWInternals.WoWGuid' to 'ulong' Compiler Error: c:\Users\Alien2\Documents\Honorbuddy\Routines\Pastor\EventHandlers.cs(259,50) : error CS1502: The best overloaded method match for 'System.Collections.Generic.Dictionary<ulong,int>.this[ulong]' has some invalid arguments Compiler Error: c:\Users\Alien2\Documents\Honorbuddy\Routines\Pastor\EventHandlers.cs(259,65) : error CS1503: Argument 1: cannot convert from 'Styx.WoWInternals.WoWGuid' to 'ulong' Compiler Error: c:\Users\Alien2\Documents\Honorbuddy\Routines\Pastor\EventHandlers.cs(264,39) : error CS1502: The best overloaded method match for 'System.Collections.Generic.Dictionary<ulong,int>.this[ulong]' has some invalid arguments Compiler Error: c:\Users\Alien2\Documents\Honorbuddy\Routines\Pastor\EventHandlers.cs(264,54) : error CS1503: Argument 1: cannot convert from 'Styx.WoWInternals.WoWGuid' to 'ulong' Compiler Error: c:\Users\Alien2\Documents\Honorbuddy\Routines\Pastor\EventHandlers.cs(280,25) : error CS0019: Operator '==' cannot be applied to operands of type 'Styx.WoWInternals.WoWGuid' and 'ulong' Compiler Error: c:\Users\Alien2\Documents\Honorbuddy\Routines\Pastor\Unit.cs(91,21) : error CS0029: Cannot implicitly convert type 'Styx.WoWInternals.WoWGuid[]' to 'ulong[]' Compiler Error: c:\Users\Alien2\Documents\Honorbuddy\Routines\Pastor\Unit.cs(95,58) : error CS0019: Operator '==' cannot be applied to operands of type 'ulong' and 'Styx.WoWInternals.WoWGuid' Compiler Error: c:\Users\Alien2\Documents\Honorbuddy\Routines\Pastor\Unit.cs(108,21) : error CS0029: Cannot implicitly convert type 'Styx.WoWInternals.WoWGuid[]' to 'ulong[]' Compiler Error: c:\Users\Alien2\Documents\Honorbuddy\Routines\Pastor\Unit.cs(111,21) : error CS1928: 'ulong[]' does not contain a definition for 'Union' and the best extension method overload 'System.Linq.Queryable.Union<TSource>(System.Linq.IQueryable<TSource>, System.Collections.Generic.IEnumerable<TSource>)' has some invalid arguments Compiler Error: c:\Users\Alien2\Documents\Honorbuddy\Routines\Pastor\Unit.cs(111,21) : error CS1929: Instance argument: cannot convert from 'ulong[]' to 'System.Linq.IQueryable<Styx.WoWInternals.WoWGuid>' Compiler Error: c:\Users\Alien2\Documents\Honorbuddy\Routines\Pastor\Unit.cs(118,58) : error CS0019: Operator '==' cannot be applied to operands of type 'ulong' and 'Styx.WoWInternals.WoWGuid' Compiler Error: c:\Users\Alien2\Documents\Honorbuddy\Routines\Pastor\Unit.cs(883,21) : error CS0019: Operator '!=' cannot be applied to operands of type 'ulong' and 'Styx.WoWInternals.WoWGuid' Compiler Error: c:\Users\Alien2\Documents\Honorbuddy\Routines\Pastor\Unit.cs(883,80) : error CS0019: Operator '==' cannot be applied to operands of type 'Styx.WoWInternals.WoWGuid' and 'int' Compiler Error: c:\Users\Alien2\Documents\Honorbuddy\Routines\Pastor\Unit.cs(890,51) : error CS0029: Cannot implicitly convert type 'Styx.WoWInternals.WoWGuid' to 'ulong' Compiler Error: c:\Users\Alien2\Documents\Honorbuddy\Routines\Pastor\Unit.cs(965,17) : error CS0019: Operator '!=' cannot be applied to operands of type 'ulong' and 'Styx.WoWInternals.WoWGuid' Compiler Error: c:\Users\Alien2\Documents\Honorbuddy\Routines\Pastor\Unit.cs(965,41) : error CS0019: Operator '==' cannot be applied to operands of type 'ulong' and 'Styx.WoWInternals.WoWGuid' Compiler Error: c:\Users\Alien2\Documents\Honorbuddy\Routines\Pastor\Unit.cs(967,24) : error CS0029: Cannot implicitly convert type 'Styx.WoWInternals.WoWGuid' to 'ulong' Compiler Error: c:\Users\Alien2\Documents\Honorbuddy\Routines\Pastor\Unit.cs(1000,24) : error CS0029: Cannot implicitly convert type 'Styx.WoWInternals.WoWGuid' to 'ulong'
hey guys can anyone tell me how i get this files into the HB? i am starting rightklick on the folden and push SVN Checkout but doesnt run it to implementate the script -.-' an i can not fount the forum post "how to use SVN" ^.^ need a little link tip. plz pn ^^ or flame in this post
Its work 1000% better than singular, the only issue i found is the routine have some problems facing mobs.
@krad Thanks for posting the old version! For anybody who uses that version and has problems with the autoupdater: Opend the Updater.cs file Edit line 36 and change < into >. It won't try to update with that change. Thanks Pasterke, this CR works absolutely great (much better than Singular)!
Can some1 post how make this CR work? I'm getting compile error with the updated version and HB don't read the Krad's version. It simply starts with singular. Due to fact that Singular is really a s... bad with shadow priest, I'd like to try this one. tnx in advance
Remove the one you have, download the one that krad posted, and follow highend instruction to stop the profile from auto updating. I havent updated hb in days so im not sure if this work with the newest version.
It worked tnx The problem is autofacing, my toon continues to run around the mob like a wannabe melee. Turning it off makes him to face random direction. I solved using Singular but commenting every line where Prayer of Mending is mentioned. (there is a main section dedicated to the spell and a single line around 500). I'm pretty satisfacted of results. tnx anyway for aswer
Hi, I'm desperate to try this combatroutine out as singular keeps using "mind spike", which is actually at crappy spell when it isn't proccing... But I can't seem to find out how to install an alternate combat routine, I've search the forums but haven't found any explenation. Do I just remove the singular folder? Or how do I do this exactly? Any tips are more then welcome Thx
Compiler Error's when I start up a fresh install of Honor Buddy, and all I did was unzip Pastor into the Routines folder. Code: Compiler Error: c:\Users\Living Room\Documents\Honorbuddy\Routines\Pastor\Checks.cs(338,17) : error CS0019: Operator '!=' cannot be applied to operands of type 'ulong' and 'Styx.WoWInternals.WoWGuid'Compiler Error: c:\Users\Living Room\Documents\Honorbuddy\Routines\Pastor\Checks.cs(340,24) : error CS0029: Cannot implicitly convert type 'Styx.WoWInternals.WoWGuid' to 'ulong' Compiler Error: c:\Users\Living Room\Documents\Honorbuddy\Routines\Pastor\Checks.cs(361,24) : error CS0029: Cannot implicitly convert type 'Styx.WoWInternals.WoWGuid' to 'ulong' Compiler Error: c:\Users\Living Room\Documents\Honorbuddy\Routines\Pastor\CombatLogEvents.cs(45,44) : error CS0019: Operator '==' cannot be applied to operands of type 'Styx.WoWInternals.WoWGuid' and 'ulong' Compiler Error: c:\Users\Living Room\Documents\Honorbuddy\Routines\Pastor\CombatLogEvents.cs(45,68) : error CS0019: Operator '==' cannot be applied to operands of type 'Styx.WoWInternals.WoWGuid' and 'ulong' Compiler Error: c:\Users\Living Room\Documents\Honorbuddy\Routines\Pastor\CombatLogEvents.cs(61,44) : error CS0019: Operator '==' cannot be applied to operands of type 'Styx.WoWInternals.WoWGuid' and 'ulong' Compiler Error: c:\Users\Living Room\Documents\Honorbuddy\Routines\Pastor\CombatLogEvents.cs(61,66) : error CS0019: Operator '==' cannot be applied to operands of type 'Styx.WoWInternals.WoWGuid' and 'ulong' Compiler Error: c:\Users\Living Room\Documents\Honorbuddy\Routines\Pastor\EventHandlers.cs(113,17) : error CS0019: Operator '!=' cannot be applied to operands of type 'ulong' and 'Styx.WoWInternals.WoWGuid' Compiler Error: c:\Users\Living Room\Documents\Honorbuddy\Routines\Pastor\EventHandlers.cs(237,24) : error CS0029: Cannot implicitly convert type 'Styx.WoWInternals.WoWGuid' to 'ulong' Compiler Error: c:\Users\Living Room\Documents\Honorbuddy\Routines\Pastor\EventHandlers.cs(243,22) : error CS1502: The best overloaded method match for 'System.Collections.Generic.Dictionary<ulong,int>.ContainsKey(ulong)' has some invalid arguments Compiler Error: c:\Users\Living Room\Documents\Honorbuddy\Routines\Pastor\EventHandlers.cs(243,49) : error CS1503: Argument 1: cannot convert from 'Styx.WoWInternals.WoWGuid' to 'ulong' Compiler Error: c:\Users\Living Room\Documents\Honorbuddy\Routines\Pastor\EventHandlers.cs(244,21) : error CS1502: The best overloaded method match for 'System.Collections.Generic.Dictionary<ulong,int>.Add(ulong, int)' has some invalid arguments Compiler Error: c:\Users\Living Room\Documents\Honorbuddy\Routines\Pastor\EventHandlers.cs(244,40) : error CS1503: Argument 1: cannot convert from 'Styx.WoWInternals.WoWGuid' to 'ulong' Compiler Error: c:\Users\Living Room\Documents\Honorbuddy\Routines\Pastor\EventHandlers.cs(246,17) : error CS1502: The best overloaded method match for 'System.Collections.Generic.Dictionary<ulong,int>.this[ulong]' has some invalid arguments Compiler Error: c:\Users\Living Room\Documents\Honorbuddy\Routines\Pastor\EventHandlers.cs(246,32) : error CS1503: Argument 1: cannot convert from 'Styx.WoWInternals.WoWGuid' to 'ulong' Compiler Error: c:\Users\Living Room\Documents\Honorbuddy\Routines\Pastor\EventHandlers.cs(247,21) : error CS1502: The best overloaded method match for 'System.Collections.Generic.Dictionary<ulong,int>.this[ulong]' has some invalid arguments Compiler Error: c:\Users\Living Room\Documents\Honorbuddy\Routines\Pastor\EventHandlers.cs(247,36) : error CS1503: Argument 1: cannot convert from 'Styx.WoWInternals.WoWGuid' to 'ulong' Compiler Error: c:\Users\Living Room\Documents\Honorbuddy\Routines\Pastor\EventHandlers.cs(250,35) : error CS1502: The best overloaded method match for 'System.Collections.Generic.Dictionary<ulong,int>.this[ulong]' has some invalid arguments Compiler Error: c:\Users\Living Room\Documents\Honorbuddy\Routines\Pastor\EventHandlers.cs(250,50) : error CS1503: Argument 1: cannot convert from 'Styx.WoWInternals.WoWGuid' to 'ulong' Compiler Error: c:\Users\Living Room\Documents\Honorbuddy\Routines\Pastor\EventHandlers.cs(259,50) : error CS1502: The best overloaded method match for 'System.Collections.Generic.Dictionary<ulong,int>.this[ulong]' has some invalid arguments Compiler Error: c:\Users\Living Room\Documents\Honorbuddy\Routines\Pastor\EventHandlers.cs(259,65) : error CS1503: Argument 1: cannot convert from 'Styx.WoWInternals.WoWGuid' to 'ulong' Compiler Error: c:\Users\Living Room\Documents\Honorbuddy\Routines\Pastor\EventHandlers.cs(264,39) : error CS1502: The best overloaded method match for 'System.Collections.Generic.Dictionary<ulong,int>.this[ulong]' has some invalid arguments Compiler Error: c:\Users\Living Room\Documents\Honorbuddy\Routines\Pastor\EventHandlers.cs(264,54) : error CS1503: Argument 1: cannot convert from 'Styx.WoWInternals.WoWGuid' to 'ulong' Compiler Error: c:\Users\Living Room\Documents\Honorbuddy\Routines\Pastor\EventHandlers.cs(280,25) : error CS0019: Operator '==' cannot be applied to operands of type 'Styx.WoWInternals.WoWGuid' and 'ulong' Compiler Error: c:\Users\Living Room\Documents\Honorbuddy\Routines\Pastor\Unit.cs(91,21) : error CS0029: Cannot implicitly convert type 'Styx.WoWInternals.WoWGuid[]' to 'ulong[]' Compiler Error: c:\Users\Living Room\Documents\Honorbuddy\Routines\Pastor\Unit.cs(95,58) : error CS0019: Operator '==' cannot be applied to operands of type 'ulong' and 'Styx.WoWInternals.WoWGuid' Compiler Error: c:\Users\Living Room\Documents\Honorbuddy\Routines\Pastor\Unit.cs(108,21) : error CS0029: Cannot implicitly convert type 'Styx.WoWInternals.WoWGuid[]' to 'ulong[]' Compiler Error: c:\Users\Living Room\Documents\Honorbuddy\Routines\Pastor\Unit.cs(111,21) : error CS1928: 'ulong[]' does not contain a definition for 'Union' and the best extension method overload 'System.Linq.Queryable.Union<TSource>(System.Linq.IQueryable<TSource>, System.Collections.Generic.IEnumerable<TSource>)' has some invalid arguments Compiler Error: c:\Users\Living Room\Documents\Honorbuddy\Routines\Pastor\Unit.cs(111,21) : error CS1929: Instance argument: cannot convert from 'ulong[]' to 'System.Linq.IQueryable<Styx.WoWInternals.WoWGuid>' Compiler Error: c:\Users\Living Room\Documents\Honorbuddy\Routines\Pastor\Unit.cs(118,58) : error CS0019: Operator '==' cannot be applied to operands of type 'ulong' and 'Styx.WoWInternals.WoWGuid' Compiler Error: c:\Users\Living Room\Documents\Honorbuddy\Routines\Pastor\Unit.cs(883,21) : error CS0019: Operator '!=' cannot be applied to operands of type 'ulong' and 'Styx.WoWInternals.WoWGuid' Compiler Error: c:\Users\Living Room\Documents\Honorbuddy\Routines\Pastor\Unit.cs(883,80) : error CS0019: Operator '==' cannot be applied to operands of type 'Styx.WoWInternals.WoWGuid' and 'int' Compiler Error: c:\Users\Living Room\Documents\Honorbuddy\Routines\Pastor\Unit.cs(890,51) : error CS0029: Cannot implicitly convert type 'Styx.WoWInternals.WoWGuid' to 'ulong' Compiler Error: c:\Users\Living Room\Documents\Honorbuddy\Routines\Pastor\Unit.cs(965,17) : error CS0019: Operator '!=' cannot be applied to operands of type 'ulong' and 'Styx.WoWInternals.WoWGuid' Compiler Error: c:\Users\Living Room\Documents\Honorbuddy\Routines\Pastor\Unit.cs(965,41) : error CS0019: Operator '==' cannot be applied to operands of type 'ulong' and 'Styx.WoWInternals.WoWGuid' Compiler Error: c:\Users\Living Room\Documents\Honorbuddy\Routines\Pastor\Unit.cs(967,24) : error CS0029: Cannot implicitly convert type 'Styx.WoWInternals.WoWGuid' to 'ulong' Compiler Error: c:\Users\Living Room\Documents\Honorbuddy\Routines\Pastor\Unit.cs(1000,24) : error CS0029: Cannot implicitly convert type 'Styx.WoWInternals.WoWGuid' to 'ulong'
Don't know whats going on with Facing Target though, you set it to false (what it is by default) you have issues with the toon never facing targets... you set it to true, and he just runs around the mob in a circle like a retard... lol
Hi, See that many people are using this outdated CR. I'm not a professional programmer and I charge nothing for my CR's. In the 1st place I try to enjoy the game. My priest is still lvl 90 because it's not my priority. When I start leveling my priest I will write a new CR compatible with the latest content of WoW. In the mean time, you have to be patient. Cause it's free I don't need to update this in the 1st place. Some of the paid versions are even not up to date, they charge your money and that's it. If you can get it to work the current version, it's fine. But don't post messages about things that don't work for an outdated CR.