i went tried to adjust the code for this CC. i want to know how i can import the code to work on the knew patch plz thanks you! this the error i am getting
"Compiler Error: c:\Honorbuddy 2.5.10217.732\Routines\GladiatorSuiteLite\Warrior\GSWarriorLite.cs(126,26) : error CS0029: Cannot implicitly convert type 'Styx.WoWInternals.WoWGuid' to 'ulong'
Compiler Error: c:\Honorbuddy 2.5.10217.732\Routines\GladiatorSuiteLite\Warrior\Core\Unit.cs(423,17) : error CS1502: The best overloaded method match for 'System.Collections.Generic.Dictionary<ulong,bool>.ContainsKey(ulong)' has some invalid arguments
Compiler Error: c:\Honorbuddy 2.5.10217.732\Routines\GladiatorSuiteLite\Warrior\Core\Unit.cs(423,38) : error CS1503: Argument 1: cannot convert from 'Styx.WoWInternals.WoWGuid' to 'ulong'
Compiler Error: c:\Honorbuddy 2.5.10217.732\Routines\GladiatorSuiteLite\Warrior\Core\Unit.cs(425,24) : error CS1502: The best overloaded method match for 'System.Collections.Generic.Dictionary<ulong,bool>.this[ulong]' has some invalid arguments
Compiler Error: c:\Honorbuddy 2.5.10217.732\Routines\GladiatorSuiteLite\Warrior\Core\Unit.cs(425,33) : error CS1503: Argument 1: cannot convert from 'Styx.WoWInternals.WoWGuid' to 'ulong'
Compiler Error: c:\Honorbuddy 2.5.10217.732\Routines\GladiatorSuiteLite\Warrior\Core\Unit.cs(430,17) : error CS1502: The best overloaded method match for 'System.Collections.Generic.Dictionary<ulong,bool>.Add(ulong, bool)' has some invalid arguments
Compiler Error: c:\Honorbuddy 2.5.10217.732\Routines\GladiatorSuiteLite\Warrior\Core\Unit.cs(430,30) : error CS1503: Argument 1: cannot convert from 'Styx.WoWInternals.WoWGuid' to 'ulong'
Compiler Error: c:\Honorbuddy 2.5.10217.732\Routines\GladiatorSuiteLite\Warrior\Core\Unit.cs(444,17) : error CS1502: The best overloaded method match for 'System.Collections.Generic.Dictionary<ulong,double>.ContainsKey(ulong)' has some invalid arguments
Compiler Error: c:\Honorbuddy 2.5.10217.732\Routines\GladiatorSuiteLite\Warrior\Core\Unit.cs(444,43) : error CS1503: Argument 1: cannot convert from 'Styx.WoWInternals.WoWGuid' to 'ulong'
Compiler Error: c:\Honorbuddy 2.5.10217.732\Routines\GladiatorSuiteLite\Warrior\Core\Unit.cs(446,24) : error CS1502: The best overloaded method match for 'System.Collections.Generic.Dictionary<ulong,double>.this[ulong]' has some invalid arguments
Compiler Error: c:\Honorbuddy 2.5.10217.732\Routines\GladiatorSuiteLite\Warrior\Core\Unit.cs(446,38) : error CS1503: Argument 1: cannot convert from 'Styx.WoWInternals.WoWGuid' to 'ulong'
Compiler Error: c:\Honorbuddy 2.5.10217.732\Routines\GladiatorSuiteLite\Warrior\Core\Unit.cs(451,17) : error CS1502: The best overloaded method match for 'System.Collections.Generic.Dictionary<ulong,double>.Add(ulong, double)' has some invalid arguments
Compiler Error: c:\Honorbuddy 2.5.10217.732\Routines\GladiatorSuiteLite\Warrior\Core\Unit.cs(451,35) : error CS1503: Argument 1: cannot convert from 'Styx.WoWInternals.WoWGuid' to 'ulong'
ItemForAura - Questhelper - Version 2.0 Loaded.
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Professionbuddy\Tradeskill.cs(160,13) : error CS0246: The type or namespace name 'WoWDb' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Professionbuddy\Tradeskill.cs(195,17) : error CS0246: The type or namespace name 'WoWDb' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Professionbuddy\Tradeskill.cs(344,55) : error CS1061: 'Styx.WoWInternals.DB.WoWDbTable' does not contain a definition for 'MaxIndex' and no extension method 'MaxIndex' accepting a first argument of type 'Styx.WoWInternals.DB.WoWDbTable' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Professionbuddy\Tradeskill.cs(673,13) : error CS0246: The type or namespace name 'WoWDb' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Professionbuddy\Tradeskill.cs(674,13) : error CS0246: The type or namespace name 'WoWDb' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Professionbuddy\Tradeskill.cs(684,66) : error CS0117: 'Styx.WoWInternals.WoWCache.CacheDb' does not contain a definition for 'ItemClass'
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Professionbuddy\Tradeskill.cs(696,49) : error CS1061: 'Styx.WoWInternals.WoWCache.WoWCache.InfoBlock' does not contain a definition for 'Item' and no extension method 'Item' accepting a first argument of type 'Styx.WoWInternals.WoWCache.WoWCache.InfoBlock' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Professionbuddy\Tradeskill.cs(696,85) : error CS1061: 'Styx.WoWInternals.WoWCache.WoWCache.InfoBlock' does not contain a definition for 'Item' and no extension method 'Item' accepting a first argument of type 'Styx.WoWInternals.WoWCache.WoWCache.InfoBlock' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Professionbuddy\Tradeskill.cs(715,13) : error CS0246: The type or namespace name 'WoWDb' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Professionbuddy\Tradeskill.cs(716,13) : error CS0246: The type or namespace name 'WoWDb' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Professionbuddy\Tradeskill.cs(727,13) : error CS0246: The type or namespace name 'WoWDb' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Professionbuddy\Tradeskill.cs(728,13) : error CS0246: The type or namespace name 'WoWDb' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Professionbuddy\Tradeskill.cs(734,17) : error CS0246: The type or namespace name 'WoWDb' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Professionbuddy\Tradeskill.cs(745,21) : error CS0246: The type or namespace name 'WoWDb' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Professionbuddy\Tradeskill.cs(759,17) : error CS0246: The type or namespace name 'WoWDb' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Professionbuddy\Tradeskill.cs(985,21) : error CS0246: The type or namespace name 'WoWDb' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Professionbuddy\Tradeskill.cs(986,21) : error CS0246: The type or namespace name 'WoWDb' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Professionbuddy\Utility.cs(441,22) : error CS0426: The type name 'ItemSparseEntry' does not exist in the type 'Styx.WoWInternals.WoWCache.WoWCache'
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Professionbuddy\Utility.cs(441,73) : error CS0117: 'Styx.WoWInternals.WoWCache.CacheDb' does not contain a definition for 'Item'
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Professionbuddy\Utility.cs(449,22) : error CS0426: The type name 'ItemSparseEntry' does not exist in the type 'Styx.WoWInternals.WoWCache.WoWCache'
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Professionbuddy\Utility.cs(449,73) : error CS0117: 'Styx.WoWInternals.WoWCache.CacheDb' does not contain a definition for 'Item'
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Professionbuddy\Composites\CastSpellAction.cs(275,21) : error CS1501: No overload for method 'Dismount' takes 0 arguments
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Professionbuddy\Composites\DisenchantAction.cs(233,33) : error CS0019: Operator '==' cannot be applied to operands of type 'Styx.WoWInternals.WoWGuid' and 'ulong'
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Professionbuddy\Composites\DisenchantAction.cs(256,49) : error CS0029: Cannot implicitly convert type 'Styx.WoWInternals.WoWGuid' to 'ulong'
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Professionbuddy\Composites\DisenchantAction.cs(308,20) : error CS1502: The best overloaded method match for 'System.Collections.Generic.List<ulong>.Contains(ulong)' has some invalid arguments
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Professionbuddy\Composites\DisenchantAction.cs(308,47) : error CS1503: Argument 1: cannot convert from 'Styx.WoWInternals.WoWGuid' to 'ulong'
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Professionbuddy\Composites\MoveToAction.cs(302,34) : error CS0103: The name 'NpcQueries' does not exist in the current context
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Professionbuddy\Composites\MoveToAction.cs(306,34) : error CS0103: The name 'NpcQueries' does not exist in the current context
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Professionbuddy\Composites\MoveToAction.cs(310,34) : error CS0103: The name 'NpcQueries' does not exist in the current context
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Professionbuddy\Composites\MoveToAction.cs(314,34) : error CS0103: The name 'NpcQueries' does not exist in the current context
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Professionbuddy\Composites\MoveToAction.cs(318,34) : error CS0103: The name 'NpcQueries' does not exist in the current context
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Professionbuddy\Composites\MoveToAction.cs(322,34) : error CS0103: The name 'NpcQueries' does not exist in the current context
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Professionbuddy\Composites\MoveToAction.cs(326,34) : error CS0103: The name 'NpcQueries' does not exist in the current context
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Professionbuddy\Composites\MoveToAction.cs(330,34) : error CS0103: The name 'NpcQueries' does not exist in the current context
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Professionbuddy\Composites\PutItemInBankAction.cs(514,25) : error CS0019: Operator '==' cannot be applied to operands of type 'Styx.WoWInternals.WoWGuid' and 'int'
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Professionbuddy\Composites\SellItemAction.cs(181,48) : error CS0103: The name 'NpcQueries' does not exist in the current context
Compiler Error: c:\Honorbuddy 2.5.10217.732\Plugins\Warrior\GSWarriorLite.cs(126,26) : error CS0029: Cannot implicitly convert type 'Styx.WoWInternals.WoWGuid' to 'ulong'
Compiler Error: c:\Honorbuddy 2.5.10217.732\Plugins\Warrior\Core\Unit.cs(423,17) : error CS1502: The best overloaded method match for 'System.Collections.Generic.Dictionary<ulong,bool>.ContainsKey(ulong)' has some invalid arguments
Compiler Error: c:\Honorbuddy 2.5.10217.732\Plugins\Warrior\Core\Unit.cs(423,38) : error CS1503: Argument 1: cannot convert from 'Styx.WoWInternals.WoWGuid' to 'ulong'
Compiler Error: c:\Honorbuddy 2.5.10217.732\Plugins\Warrior\Core\Unit.cs(425,24) : error CS1502: The best overloaded method match for 'System.Collections.Generic.Dictionary<ulong,bool>.this[ulong]' has some invalid arguments
Compiler Error: c:\Honorbuddy 2.5.10217.732\Plugins\Warrior\Core\Unit.cs(425,33) : error CS1503: Argument 1: cannot convert from 'Styx.WoWInternals.WoWGuid' to 'ulong'
Compiler Error: c:\Honorbuddy 2.5.10217.732\Plugins\Warrior\Core\Unit.cs(430,17) : error CS1502: The best overloaded method match for 'System.Collections.Generic.Dictionary<ulong,bool>.Add(ulong, bool)' has some invalid arguments
Compiler Error: c:\Honorbuddy 2.5.10217.732\Plugins\Warrior\Core\Unit.cs(430,30) : error CS1503: Argument 1: cannot convert from 'Styx.WoWInternals.WoWGuid' to 'ulong'
Compiler Error: c:\Honorbuddy 2.5.10217.732\Plugins\Warrior\Core\Unit.cs(444,17) : error CS1502: The best overloaded method match for 'System.Collections.Generic.Dictionary<ulong,double>.ContainsKey(ulong)' has some invalid arguments
Compiler Error: c:\Honorbuddy 2.5.10217.732\Plugins\Warrior\Core\Unit.cs(444,43) : error CS1503: Argument 1: cannot convert from 'Styx.WoWInternals.WoWGuid' to 'ulong'
Compiler Error: c:\Honorbuddy 2.5.10217.732\Plugins\Warrior\Core\Unit.cs(446,24) : error CS1502: The best overloaded method match for 'System.Collections.Generic.Dictionary<ulong,double>.this[ulong]' has some invalid arguments
Compiler Error: c:\Honorbuddy 2.5.10217.732\Plugins\Warrior\Core\Unit.cs(446,38) : error CS1503: Argument 1: cannot convert from 'Styx.WoWInternals.WoWGuid' to 'ulong'
Compiler Error: c:\Honorbuddy 2.5.10217.732\Plugins\Warrior\Core\Unit.cs(451,17) : error CS1502: The best overloaded method match for 'System.Collections.Generic.Dictionary<ulong,double>.Add(ulong, double)' has some invalid arguments
Compiler Error: c:\Honorbuddy 2.5.10217.732\Plugins\Warrior\Core\Unit.cs(451,35) : error CS1503: Argument 1: cannot convert from 'Styx.WoWInternals.WoWGuid' to 'ulong'
Installed plugins
Anti Drown - Disabled
DrinkPotions - Disabled
Questhelper - ItemForAura - Disabled
Refreshment Detection - Enabled
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Warrior\GSWarriorLite.cs(126,26) : error CS0029: Cannot implicitly convert type 'Styx.WoWInternals.WoWGuid' to 'ulong'
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Warrior\Core\Unit.cs(423,17) : error CS1502: The best overloaded method match for 'System.Collections.Generic.Dictionary<ulong,bool>.ContainsKey(ulong)' has some invalid arguments
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Warrior\Core\Unit.cs(423,38) : error CS1503: Argument 1: cannot convert from 'Styx.WoWInternals.WoWGuid' to 'ulong'
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Warrior\Core\Unit.cs(425,24) : error CS1502: The best overloaded method match for 'System.Collections.Generic.Dictionary<ulong,bool>.this[ulong]' has some invalid arguments
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Warrior\Core\Unit.cs(425,33) : error CS1503: Argument 1: cannot convert from 'Styx.WoWInternals.WoWGuid' to 'ulong'
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Warrior\Core\Unit.cs(430,17) : error CS1502: The best overloaded method match for 'System.Collections.Generic.Dictionary<ulong,bool>.Add(ulong, bool)' has some invalid arguments
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Warrior\Core\Unit.cs(430,30) : error CS1503: Argument 1: cannot convert from 'Styx.WoWInternals.WoWGuid' to 'ulong'
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Warrior\Core\Unit.cs(444,17) : error CS1502: The best overloaded method match for 'System.Collections.Generic.Dictionary<ulong,double>.ContainsKey(ulong)' has some invalid arguments
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Warrior\Core\Unit.cs(444,43) : error CS1503: Argument 1: cannot convert from 'Styx.WoWInternals.WoWGuid' to 'ulong'
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Warrior\Core\Unit.cs(446,24) : error CS1502: The best overloaded method match for 'System.Collections.Generic.Dictionary<ulong,double>.this[ulong]' has some invalid arguments
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Warrior\Core\Unit.cs(446,38) : error CS1503: Argument 1: cannot convert from 'Styx.WoWInternals.WoWGuid' to 'ulong'
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Warrior\Core\Unit.cs(451,17) : error CS1502: The best overloaded method match for 'System.Collections.Generic.Dictionary<ulong,double>.Add(ulong, double)' has some invalid arguments
Compiler Error: c:\Honorbuddy 2.5.10217.732\Bots\Warrior\Core\Unit.cs(451,35) : error CS1503: Argument 1: cannot convert from 'Styx.WoWInternals.WoWGuid' to 'ulong'"