foreach( var p in ProtectedItemsManager.GetAllItemNames())
{
Log(p);
}
Professionbuddy no-longer maintains a
protected items list. Instead it now uses
the on shipped with HB.
'Mail Item' and 'Deposit Item in Bank'
actions no-longer skip items listed in the
protected items list.
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.ArgumentNullException: Value cannot be null.
Parameter name: source
at System.Linq.Enumerable.Select[TSource,TResult](IEnumerable`1 source, Func`2 selector)
at HighVoltz.Util.CalculateRecipeRepeat(Recipe recipe) in c:\Users\xxx\Documents\Honorbuddy\Bots\Professionbuddy\Utility.cs:line 221
at HighVoltz.TradeSkillListView..ctor(Int32 index) in c:\Users\xxx\Documents\Honorbuddy\Bots\Professionbuddy\TradeSkillListView.cs:line 78
at HighVoltz.MainForm.InitTradeSkillTabCallback() in c:\Users\xxx\Documents\Honorbuddy\Bots\Professionbuddy\MainForm.cs:line 902
at HighVoltz.MainForm.InitTradeSkillTab() in c:\Users\xxx\Documents\Honorbuddy\Bots\Professionbuddy\MainForm.cs:line 893
at HighVoltz.MainForm.Initialize() in c:\Users\xxx\Documents\Honorbuddy\Bots\Professionbuddy\MainForm.cs:line 535
at HighVoltz.MainForm.MainFormLoad(Object sender, EventArgs e) in c:\Users\xxx\Documents\Honorbuddy\Bots\Professionbuddy\MainForm.cs:line 145
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Now have this
Err: System.NullReferenceException: Object reference not set to an instance of an object.
at HighVoltz.Professionbuddy.UpdateMaterials() in d:\Farm\Honorbuddy\Bots\Professionbuddy\ProfessionBuddy.cs:line 685
View attachment 130025
Now have this
Err: System.NullReferenceException: Object reference not set to an instance of an object.
at HighVoltz.Professionbuddy.UpdateMaterials() in d:\Farm\Honorbuddy\Bots\Professionbuddy\ProfessionBuddy.cs:line 685
View attachment 130025
[PB] Crafting Ornate Band.
Err: If Condition: CanCraft(122661)
Err:System.NullReferenceException: Object reference not set to an instance of an object.
at HighVoltz.Recipe.get_CanRepeatNum() in c:\HB\Bots\Professionbuddy\Tradeskill.cs:line 423
at HighVoltz.Dynamic.Helpers.TradeskillHelper.<>c__DisplayClass15.<CanCraft>b__13(TradeSkill ts) in c:\HB\Bots\Professionbuddy\Dynamic\Helpers.cs:line 446
at System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext()
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)
at HighVoltz.Dynamic.Helpers.TradeskillHelper.CanCraft(UInt32 recipeID) in c:\HB\Bots\Professionbuddy\Dynamic\Helpers.cs:line 444
at CodeDriver.Code1145619637(Object context)
at HighVoltz.Composites.If.CanRun(Object context) in c:\HB\Bots\Professionbuddy\Composites\If.cs:line 203
<SellItemAction Sell="All" NpcEntry="0" Location="0, 0, 0" SellItemType="Greys" ItemID="" Count="0" />
[ProfessionBuddy] Crafting Ornate Band.
Err: If Condition: CanCraft(122661) && Me.FreeBagSlots >= 1
Err:System.NullReferenceException: Object reference not set to an instance of an object.
at HighVoltz.Recipe.get_CanRepeatNum() in e:\Honorbuddy\HB\Bots\Professionbuddy\Tradeskill.cs:line 423
at HighVoltz.Dynamic.Helpers.TradeskillHelper.<>c__DisplayClass15.<CanCraft>b__13(TradeSkill ts) in e:\Honorbuddy\HB\Bots\Professionbuddy\Dynamic\Helpers.cs:line 446
at System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext()
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)
at HighVoltz.Dynamic.Helpers.TradeskillHelper.CanCraft(UInt32 recipeID) in e:\Honorbuddy\HB\Bots\Professionbuddy\Dynamic\Helpers.cs:line 444
at CodeDriver.Code723706099(Object context)
at HighVoltz.Composites.If.CanRun(Object context) in e:\Honorbuddy\HB\Bots\Professionbuddy\Composites\If.cs:line 203