Guadah
Member
- Joined
- Feb 7, 2010
- Messages
- 438
- Reaction score
- 17
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:
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'