Version 332 Code: Desynthesis is now supported. Api Changes: CommonTasks: public static async Task<float> GetDesynthesisChance(BagSlot slot) public static async Task<DesynthesisResult> Desynthesize(BagSlot slot,int delay) Core.Player: public float GetDesynthesisLevel(ClassJobType job) public bool AetherialReductionUnlocked public bool DesynthesisUnlocked BagSlot: IsDesynthesizable CanDesynthesize Auras are now properly localized CraftingManager.SetRecipe has some extra guards on it and will now return true if the provided recipeid is already the currently selected recipe. BugFixes: BuddyOverlay has been updated and will no longer crash when re-enabling it.
New version on the way that fixes issues with hotspots... For the longest time xml attributes have been case-insensitive while exmelements have always been case sensitive but it seems like that case sensitivity was broken allowing profiles to be created with "Hotspot" instead of "HotSpot" Nothing has touched the xml code in over a year so there must have been some underlying .net bug that when we changed compiler version caused this issue to surface. I considered making xmlelement case-insensitive but I don't think that's the proper way to go as it could have wide reaching effects on profiles already created. I am going to add a secondary xmlelement tag to the hotspot class "Hotspot" which should fix the majority of issues and any other profile issues will need to be resolved by their creator. If it turns out to be a giant issue, ill consider changing the exmlelement to be case insensitive but currently I think that making such a drastic change to our underlying engine would cause more issues than it would solve.
Version 337 Code: Grand company hunting logs should now work properly for maelstrom and twin adder. public static bool HuntEntryCompleted(int rank,ClassJobType job, int item) public static bool HuntSubEntryCompleted(int rank, ClassJobType job, int item, int subitem) public static bool HuntGCEntryCompleted(int rank,int item) public static bool HuntGCSubEntryCompleted(int rank,int item, int subitem) public static bool HuntGCRankCompleted(GrandCompany gc,int rank) public static bool HuntGCEntryCompleted(GrandCompany gc, int item) public static bool HuntGCSubEntryCompleted(GrandCompany gc, int item, int subitem) public static bool HuntGCEntryCompleted(int rank, GrandCompany gc, int item) public static bool HuntGCSubEntryCompleted(int rank, GrandCompany gc, int item, int subitem) Core.Player.GrandCompany Have been added.
sorry i thought you already aware of the issue. It's the problem with hotspot in order bot. Code: [07:23:31.603 N] [ExGather v3.0.7.1510220] Using rotation -> RegularNode [07:23:31.607 N] [FlightMover] Started Landing Task [07:23:31.609 V] [Poi.Clear] Reason: Current behavior changed to ExGatherTag: { AlwaysGather: False, CordialTime: Auto, CordialType: Cordial, DiscoverUnknowns: True, GatherStrategy: TouchAndGo, HotSpots: [null, null, null], Items: [Collectable: { Name: Clary Sage, Value: 550 }, GatherItem: { Name: Furymint }, Collectable: { Name: Highland Oregano, Value: 550 }], SkipWindowDelay: 1500, While: IsTimeBetween(20,24) and ItemCount(12936) < (200 + 0 + 0 + 0 + 0) and not(ItemCount(12901) < (200 + 0 + 0 + 0 + 0) and IsTimeBetween(23,24)), Name: Clary Sage, LineNumber: 281 }. [07:23:31.609 D] Replaced hook [ProfileOrderBehavior_Hook] 911d1728-8325-4489-9b09-5c711aedb05f [07:23:31.666 D] Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.NullReferenceException: Object reference not set to an instance of an object. at ExBuddy.OrderBotTags.Gather.ExGatherTag.<MoveToHotSpot>d__ae.MoveNext() in c:\Users\danny_000\Desktop\Buddy\Plugins\ExBuddy\trunk\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs:line 1393 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() at ExBuddy.OrderBotTags.Gather.ExGatherTag.<Main>d__1.MoveNext() in c:\Users\danny_000\Desktop\Buddy\Plugins\ExBuddy\trunk\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs:line 260 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() at ExBuddy.ExCoroutineAction.<>c__DisplayClass12.<>c__DisplayClass14.<CreateCoroutineProducer>b__10() in c:\Users\danny_000\Desktop\Buddy\Plugins\ExBuddy\trunk\ExBuddy\ExCoroutineAction.cs:line 86 --- End of inner exception stack trace --- at Buddy.Coroutines.Coroutine.CheckPostConditions(Boolean shouldBeCanceled) at Buddy.Coroutines.Coroutine.Resume(Boolean forStop) at Buddy.Coroutines.Coroutine.Resume() at ExBuddy.ExCoroutineAction.Run(Object context) in c:\Users\danny_000\Desktop\Buddy\Plugins\ExBuddy\trunk\ExBuddy\ExCoroutineAction.cs:line 124 at TreeSharp.Action.RunAction(Object context) at TreeSharp.Action.<Execute>d__13.MoveNext() at TreeSharp.Composite.Tick(Object context) at TreeSharp.PrioritySelector.<Execute>d__2.MoveNext() at TreeSharp.Composite.Tick(Object context) at ff14bot.Behavior.HookExecutor.Run(Object context) at TreeSharp.Action.RunAction(Object context) at TreeSharp.Action.<Execute>d__13.MoveNext() at TreeSharp.Composite.Tick(Object context) at TreeSharp.PrioritySelector.<Execute>d__2.MoveNext() at TreeSharp.Composite.Tick(Object context) at TreeSharp.PrioritySelector.<Execute>d__2.MoveNext() at TreeSharp.Composite.Tick(Object context) at ff14bot.Behavior.HookExecutor.Run(Object context) at TreeSharp.Action.RunAction(Object context) at TreeSharp.Action.<Execute>d__13.MoveNext() at TreeSharp.Composite.Tick(Object context) at TreeSharp.Decorator.<Execute>d__12.MoveNext() at TreeSharp.Composite.Tick(Object context) at TreeSharp.PrioritySelector.<Execute>d__2.MoveNext() at TreeSharp.Composite.Tick(Object context) at ff14bot.TreeRoot.() --> System.NullReferenceException: Object reference not set to an instance of an object. at ExBuddy.OrderBotTags.Gather.ExGatherTag.<MoveToHotSpot>d__ae.MoveNext() in c:\Users\danny_000\Desktop\Buddy\Plugins\ExBuddy\trunk\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs:line 1393 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() at ExBuddy.OrderBotTags.Gather.ExGatherTag.<Main>d__1.MoveNext() in c:\Users\danny_000\Desktop\Buddy\Plugins\ExBuddy\trunk\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs:line 260 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() at ExBuddy.ExCoroutineAction.<>c__DisplayClass12.<>c__DisplayClass14.<CreateCoroutineProducer>b__10() in c:\Users\danny_000\Desktop\Buddy\Plugins\ExBuddy\trunk\ExBuddy\ExCoroutineAction.cs:line 86 [07:23:31.881 N] [FlightMover] Landing took 00:00:00.2732562 ms or less [07:23:31.925 D] Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.NullReferenceException: Object reference not set to an instance of an object. at ExBuddy.OrderBotTags.Gather.ExGatherTag.<MoveToHotSpot>d__ae.MoveNext() in c:\Users\danny_000\Desktop\Buddy\Plugins\ExBuddy\trunk\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs:line 1393 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() at ExBuddy.OrderBotTags.Gather.ExGatherTag.<Main>d__1.MoveNext() in c:\Users\danny_000\Desktop\Buddy\Plugins\ExBuddy\trunk\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs:line 260 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() at ExBuddy.ExCoroutineAction.<>c__DisplayClass12.<>c__DisplayClass14.<CreateCoroutineProducer>b__10() in c:\Users\danny_000\Desktop\Buddy\Plugins\ExBuddy\trunk\ExBuddy\ExCoroutineAction.cs:line 86 --- End of inner exception stack trace --- at Buddy.Coroutines.Coroutine.CheckPostConditions(Boolean shouldBeCanceled) at Buddy.Coroutines.Coroutine.Resume(Boolean forStop) at Buddy.Coroutines.Coroutine.Resume() at ExBuddy.ExCoroutineAction.Run(Object context) in c:\Users\danny_000\Desktop\Buddy\Plugins\ExBuddy\trunk\ExBuddy\ExCoroutineAction.cs:line 124 at TreeSharp.Action.RunAction(Object context) at TreeSharp.Action.<Execute>d__13.MoveNext() at TreeSharp.Composite.Tick(Object context) at TreeSharp.PrioritySelector.<Execute>d__2.MoveNext() at TreeSharp.Composite.Tick(Object context) at ff14bot.Behavior.HookExecutor.Run(Object context) at TreeSharp.Action.RunAction(Object context) at TreeSharp.Action.<Execute>d__13.MoveNext() at TreeSharp.Composite.Tick(Object context) at TreeSharp.PrioritySelector.<Execute>d__2.MoveNext() at TreeSharp.Composite.Tick(Object context) at TreeSharp.PrioritySelector.<Execute>d__2.MoveNext() at TreeSharp.Composite.Tick(Object context) at ff14bot.Behavior.HookExecutor.Run(Object context) at TreeSharp.Action.RunAction(Object context) at TreeSharp.Action.<Execute>d__13.MoveNext() at TreeSharp.Composite.Tick(Object context) at TreeSharp.Decorator.<Execute>d__12.MoveNext() at TreeSharp.Composite.Tick(Object context) at TreeSharp.PrioritySelector.<Execute>d__2.MoveNext() at TreeSharp.Composite.Tick(Object context) at ff14bot.TreeRoot.() --> System.NullReferenceException: Object reference not set to an instance of an object. at ExBuddy.OrderBotTags.Gather.ExGatherTag.<MoveToHotSpot>d__ae.MoveNext() in c:\Users\danny_000\Desktop\Buddy\Plugins\ExBuddy\trunk\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs:line 1393 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() at ExBuddy.OrderBotTags.Gather.ExGatherTag.<Main>d__1.MoveNext() in c:\Users\danny_000\Desktop\Buddy\Plugins\ExBuddy\trunk\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs:line 260 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() at ExBuddy.ExCoroutineAction.<>c__DisplayClass12.<>c__DisplayClass14.<CreateCoroutineProducer>b__10() in c:\Users\danny_000\Desktop\Buddy\Plugins\ExBuddy\trunk\ExBuddy\ExCoroutineAction.cs:line 86 [07:23:47.465 N] Stopping the bot. Reason:Pushed the stop button. [07:23:47.530 D] Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.NullReferenceException: Object reference not set to an instance of an object. at ExBuddy.OrderBotTags.Gather.ExGatherTag.<MoveToHotSpot>d__ae.MoveNext() in c:\Users\danny_000\Desktop\Buddy\Plugins\ExBuddy\trunk\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs:line 1393 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() at ExBuddy.OrderBotTags.Gather.ExGatherTag.<Main>d__1.MoveNext() in c:\Users\danny_000\Desktop\Buddy\Plugins\ExBuddy\trunk\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs:line 260 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() at ExBuddy.ExCoroutineAction.<>c__DisplayClass12.<>c__DisplayClass14.<CreateCoroutineProducer>b__10() in c:\Users\danny_000\Desktop\Buddy\Plugins\ExBuddy\trunk\ExBuddy\ExCoroutineAction.cs:line 86 --- End of inner exception stack trace --- at Buddy.Coroutines.Coroutine.CheckPostConditions(Boolean shouldBeCanceled) at Buddy.Coroutines.Coroutine.Resume(Boolean forStop) at Buddy.Coroutines.Coroutine.Resume() at ExBuddy.ExCoroutineAction.Run(Object context) in c:\Users\danny_000\Desktop\Buddy\Plugins\ExBuddy\trunk\ExBuddy\ExCoroutineAction.cs:line 124 at TreeSharp.Action.RunAction(Object context) at TreeSharp.Action.<Execute>d__13.MoveNext() at TreeSharp.Composite.Tick(Object context) at TreeSharp.PrioritySelector.<Execute>d__2.MoveNext() at TreeSharp.Composite.Tick(Object context) at ff14bot.Behavior.HookExecutor.Run(Object context) at TreeSharp.Action.RunAction(Object context) at TreeSharp.Action.<Execute>d__13.MoveNext() at TreeSharp.Composite.Tick(Object context) at TreeSharp.PrioritySelector.<Execute>d__2.MoveNext() at TreeSharp.Composite.Tick(Object context) at TreeSharp.PrioritySelector.<Execute>d__2.MoveNext() at TreeSharp.Composite.Tick(Object context) at ff14bot.Behavior.HookExecutor.Run(Object context) at TreeSharp.Action.RunAction(Object context) at TreeSharp.Action.<Execute>d__13.MoveNext() at TreeSharp.Composite.Tick(Object context) at TreeSharp.Decorator.<Execute>d__12.MoveNext() at TreeSharp.Composite.Tick(Object context) at TreeSharp.PrioritySelector.<Execute>d__2.MoveNext() at TreeSharp.Composite.Tick(Object context) at ff14bot.TreeRoot.() --> System.NullReferenceException: Object reference not set to an instance of an object. at ExBuddy.OrderBotTags.Gather.ExGatherTag.<MoveToHotSpot>d__ae.MoveNext() in c:\Users\danny_000\Desktop\Buddy\Plugins\ExBuddy\trunk\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs:line 1393 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() at ExBuddy.OrderBotTags.Gather.ExGatherTag.<Main>d__1.MoveNext() in c:\Users\danny_000\Desktop\Buddy\Plugins\ExBuddy\trunk\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs:line 260 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() at ExBuddy.ExCoroutineAction.<>c__DisplayClass12.<>c__DisplayClass14.<CreateCoroutineProducer>b__10() in c:\Users\danny_000\Desktop\Buddy\Plugins\ExBuddy\trunk\ExBuddy\ExCoroutineAction.cs:line 86 [07:23:47.530 D] CurrentBot.Stop() [07:23:47.530 D] TreeHooks.Instance.ClearAll() [07:23:47.530 N] Clearing all hooks. [07:23:47.530 D] Added new hook [TreeStart] 2d9fe7d8-94e0-4654-8fd0-e4247c158e16 [07:23:47.530 D] Added new hook [PoiAction] 3dc64285-57b8-4b19-8cb5-3bb49dbecb61 [07:23:47.530 D] Replaced hook [PreCombatBuff] dbe52775-a00b-41c9-860e-76548cd668a4 [07:23:47.530 D] Replaced hook [Heal] 16f8f849-e0f8-4dfd-a642-93d1f24d57b7 [07:23:47.530 D] Replaced hook [Pull] 02a1278a-a099-4978-8f12-dac0bbb508c9 [07:23:47.530 D] Replaced hook [CombatBuff] 0fd1b081-00f5-4a4b-aa46-6787959eea45 [07:23:47.530 D] Replaced hook [Combat] 2e7e04cd-1702-474f-8d83-319326ef6895 [07:23:47.530 D] Replaced hook [Rest] c5b2ca8a-0f9e-42fc-a524-061d2cd41ce5 [07:23:47.531 D] Navigator.Clear() [07:23:47.642 V] [Poi.Clear] Reason: Bot stopped [07:23:47.642 D] OnStop event [07:23:47.642 D] OnStop Event Invoking [07:23:47.644 D] ProfileOrderManager.OnBotStop. Resetting caches. [07:23:47.644 N] [EnableFlight] Stopped Flight Navigator. [07:23:47.644 V] [FlightNav] Putting original Navigator back! [07:23:47.646 N] [EnableFlight] Disposing the GaiaNavigator [07:23:47.655 N] Connection closed! 192.99.148.87:31214 [07:23:47.659 N] Bot Thread Ended.
ugh...i mean its all over the forum that everyone got the same problem not me only since the last update but ok...whatever nvm just do your thing. cheers
Yea and no one has bothered to post a full log and a profile. I was able to fix the issue for me with the profiles I have access to.
Trying to update (clicking yes) and nothing happens. I'm running as Admin and have tried rebooting everything with no luck.
Not sure if D/L link is broken times out says Broken? I'm using IDM internet download manager? /update can't login to Buddy Auth Portal either. /update #3 https://www.thebuddyforum.com/the-b...ts/230725-auth-server-issues.html#post2088028 Servers Down!!!
Mine times out as well, and I'm just using chromes built in download manager... if you could call it that.
Hi, Updated this morning and RB is crashing a lot. Was super solid until today's update. I've attached 3 logs. Thanks!
Same problem on my side, which is why I was trying to pull a fresh copy. My update seemed to lock up, but I've been having issues lately anyway, and wanted to give a fresh copy a try. I imagine this is a auth/nav server kinda thing, just a guess though. My client is trying to pull an update, hopefully it's related to that, and is only temporary.
The update worked for me now. However, first thing I tried to go use was Combat Assist and now whenever I talk to an NPC with it running, I get the error message below. Code: [18:46:24.567 D] Current Locale Eng [18:46:24.568 N] Currently a level 60 Bard [18:46:24.574 D] Reloading AssemblyLoader<ff14bot.AClasses.BotBase> - Initializing [18:46:26.228 D] [BotManager] Botbases have been reloaded. [18:46:26.228 D] ChocoboTrainer v1.0.338.0 [18:46:26.228 D] Gardening bot v1.0.338.0 [18:46:26.228 D] Lisbeth v0.0.0.0 [18:46:26.228 D] Combat Assist v1.0.338.0 [18:46:26.230 D] Fate Bot v1.0.338.0 [18:46:26.230 D] PvP v1.0.338.0 [18:46:26.230 D] Fishing v1.0.338.0 [18:46:26.230 D] Grinding v1.0.338.0 [18:46:26.230 D] Gathering v1.0.338.0 [18:46:26.231 D] Order Bot v1.0.338.0 [18:46:26.288 D] Reloading AssemblyLoader<ff14bot.Interfaces.IBotPlugin> - Initializing [18:46:27.223 N] [Lisbeth] Lisbeth was loaded successfully. [18:46:27.336 N] [ExBuddy] Added namespace 'ExBuddy' to ScriptManager [18:46:27.336 N] [ExBuddy] Added namespace 'ExBuddy.Helpers' to ScriptManager [18:46:27.488 N] [Lisbeth] Logged in. [18:46:28.278 D] [PluginManager] Plugins have been reloaded. [18:46:28.278 D] EnableFlight v3.0.7.1510300 [18:46:28.278 D] RetainerMaid v3.0.7.1510300 [18:46:28.278 D] Skywatcher v3.0.7.1510300 [18:46:28.278 D] QuestDevTools v0.0.1 [18:46:28.278 D] RebornConsole v0.0.1 [18:46:28.294 D] Added new hook [TreeStart] 5273321e-39c4-4b39-9e33-934ea391cd2d [18:46:28.294 D] Added new hook [PoiAction] 4aa3b872-32a8-4716-92e0-2700710598c4 [18:46:28.295 N] Building Actioncache [18:46:29.977 N] Action Name:Sprint Action Id:3 [18:46:29.978 N] Action Name:Heavy Shot Action Id:97 [18:46:29.978 N] Action Name:Straight Shot Action Id:98 [18:46:29.978 N] Action Name:Hawk's Eye Action Id:99 [18:46:29.978 N] Action Name:Venomous Bite Action Id:100 [18:46:29.978 N] Action Name:Raging Strikes Action Id:101 [18:46:29.978 N] Action Name:Flaming Arrow Action Id:102 [18:46:29.978 N] Action Name:Misery's End Action Id:103 [18:46:29.978 N] Action Name:Quelling Strikes Action Id:104 [18:46:29.978 N] Action Name:Swiftsong Action Id:105 [18:46:29.978 N] Action Name:Quick Nock Action Id:106 [18:46:29.978 N] Action Name:Barrage Action Id:107 [18:46:29.978 N] Action Name:Shadowbind Action Id:108 [18:46:29.978 N] Action Name:Blunt Arrow Action Id:109 [18:46:29.978 N] Action Name:Bloodletter Action Id:110 [18:46:29.978 N] Action Name:Wide Volley Action Id:111 [18:46:29.978 N] Action Name:Repelling Shot Action Id:112 [18:46:29.978 N] Action Name:Windbite Action Id:113 [18:46:29.978 N] Action Name:Mage's Ballad Action Id:114 [18:46:29.978 N] Action Name:Foe Requiem Action Id:115 [18:46:29.978 N] Action Name:Army's Paeon Action Id:116 [18:46:29.978 N] Action Name:Rain of Death Action Id:117 [18:46:29.978 N] Action Name:Battle Voice Action Id:118 [18:46:29.978 N] Action Name:Empyreal Arrow Action Id:3558 [18:46:29.978 N] Action Name:the Wanderer's Minuet Action Id:3559 [18:46:29.978 N] Action Name:Iron Jaws Action Id:3560 [18:46:29.978 N] Action Name:the Warden's Paean Action Id:3561 [18:46:29.978 N] Action Name:Sidewinder Action Id:3562 [18:46:29.978 N] Action Name:Blood for Blood Action Id:85 [18:46:29.978 N] Action Name:Invigorate Action Id:80 [18:46:29.978 N] Action Name:Internal Release Action Id:59 [18:46:29.978 N] Action Name:Second Wind Action Id:57 [18:46:29.978 N] Action Name:Feint Action Id:76 [18:46:29.978 N] Action Name:Manasong Action Id:1568 [18:46:29.978 N] Action Name:Farshot Action Id:1569 [18:46:29.978 N] Action Name:Blast Shot Action Id:1570 [18:46:29.978 N] Action Name:Enliven Action Id:1580 [18:46:29.978 N] Action Name:Mana Draw Action Id:1583 [18:46:29.978 N] Action Name:Purify Action Id:1584 [18:46:29.978 N] Action Name:Detect Action Id:1586 [18:46:29.978 N] Action Name:Recouperate Action Id:1590 [18:46:29.978 N] Done building Actioncache [18:46:30.028 D] Reloading AssemblyLoader<ff14bot.Interfaces.ICombatRoutine> - Initializing [18:46:34.473 D] [RoutineManager] Routines have been reloaded. Current class-specific list: [18:46:34.473 D] Kupo [ArcherBard] v1.0.338.0 [18:46:34.473 D] Kupper [ArcherBard] v1.0.181.0 [18:46:34.473 D] Ultima v1.0.0.0 [18:46:39.758 N] Starting Kupper [ArcherBard] [18:46:39.785 N] Old context:None CurrentContext:Normal [18:46:39.819 D] Replaced hook [Kupper.Combat] d65d376d-acab-447b-875d-2c844e5c0b46 [18:46:39.821 D] Replaced hook [Kupper.Pull] 07c1709b-3955-483c-aad5-f18efbfeab06 [18:46:39.822 D] Replaced hook [Kupper.Rest] c0d0d687-ed0d-47b0-a691-af4ca32bad83 [18:46:39.823 D] Replaced hook [Kupper.CombatBuffs] 6488ba5a-2bb6-4c19-94eb-935fccc37088 [18:46:39.823 D] Replaced hook [Kupper.Heal] 0b9961bc-dfd8-449c-8671-54e94818d5df [18:46:39.823 D] Replaced hook [Kupper.PreCombatBuffs] 8f3df0b3-777a-4579-86b1-c8cf302df03f [18:46:39.823 V] Verified behaviors can be created! [18:46:39.823 N] Initialization complete! [18:46:39.884 D] Replaced hook [PreCombatBuff] d01077a3-b548-4690-b37f-fd32cafb0f06 [18:46:39.884 D] Replaced hook [Heal] 2e541456-5b62-4274-af1d-b4d6b05e703e [18:46:39.884 D] Replaced hook [Pull] 942b35ab-b193-4e16-ab8a-42f660f21f33 [18:46:39.884 D] Replaced hook [CombatBuff] 223204e0-4f51-4a76-ac76-eb18322dc6ac [18:46:39.884 D] Replaced hook [Combat] 68873478-4da9-4fec-abf0-1860497c558d [18:46:39.884 D] Replaced hook [Rest] 49953a7f-7f14-43ea-856a-28708ee50c82 [18:46:39.885 N] Routines were reloaded, re-creating behaviors [18:46:39.886 D] Replaced hook [Kupper.Combat] 5bf64dc6-5aa6-477c-9bee-4928bc7729b2 [18:46:39.888 D] Replaced hook [Kupper.Pull] 12978002-3555-4eac-8b59-fad350ff9b40 [18:46:39.888 D] Replaced hook [Kupper.Rest] 3ccf5625-11f4-4771-8a6a-cdd4cb89e02c [18:46:39.888 D] Replaced hook [Kupper.CombatBuffs] 0fb74a6a-14ee-4591-9c60-55d9da36f190 [18:46:39.888 D] Replaced hook [Kupper.Heal] 43bda746-2d0d-4fe0-9cb3-fc812405207f [18:46:39.888 D] Replaced hook [Kupper.PreCombatBuffs] 5fb30075-0ddf-4b78-8967-1fb32ba750ff [18:46:45.529 N] Bot Thread Started. [18:46:45.566 N] lastspellused = [18:46:45.576 N] Starting Combat Assist [18:46:45.650 N] lastspellused = [18:46:47.781 D] Raidbro Pause pressed. [18:46:47.799 N] Combat Assist Paused! [18:46:47.812 N] lastspellused = [18:46:55.208 D] System.NullReferenceException: Object reference not set to an instance of an object. at ff14bot.Objects.Auras.get_AuraList() at ff14bot.Objects.Auras.GetEnumerator() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate) at Kupper.Helpers.Extensions.HasAura(GameObject unit, String spellname, Boolean isMyAura, Int32 msLeft) in c:\Program Files (x86)\RebornBuddy\Routines\Kupper\Helpers\Extensions.cs:line 90 at Kupper.Rotations.ArcherBard.OnPulse() in c:\Program Files (x86)\RebornBuddy\Routines\Kupper\Rotations\ArcherBard.cs:line 125 at Kupper.KupperRoutine.Pulse() in c:\Program Files (x86)\RebornBuddy\Routines\Kupper\KupperRoutine.cs:line 61 at ff14bot.Behavior.Pulsator.Pulse(PulseFlags CurrentPulseFlags) at ff14bot.TreeRoot.() [18:46:55.229 N] lastspellused = [18:46:55.230 D] System.NullReferenceException: Object reference not set to an instance of an object. at ff14bot.Objects.Auras.get_AuraList() at ff14bot.Objects.Auras.GetEnumerator() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate) at Kupper.Helpers.Extensions.HasAura(GameObject unit, String spellname, Boolean isMyAura, Int32 msLeft) in c:\Program Files (x86)\RebornBuddy\Routines\Kupper\Helpers\Extensions.cs:line 90 at Kupper.Rotations.ArcherBard.OnPulse() in c:\Program Files (x86)\RebornBuddy\Routines\Kupper\Rotations\ArcherBard.cs:line 125 at Kupper.KupperRoutine.Pulse() in c:\Program Files (x86)\RebornBuddy\Routines\Kupper\KupperRoutine.cs:line 61 at ff14bot.Behavior.Pulsator.Pulse(PulseFlags CurrentPulseFlags) at ff14bot.TreeRoot.() [18:46:55.258 N] lastspellused = [18:46:55.258 D] System.NullReferenceException: Object reference not set to an instance of an object. at ff14bot.Objects.Auras.get_AuraList() at ff14bot.Objects.Auras.GetEnumerator() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate) at Kupper.Helpers.Extensions.HasAura(GameObject unit, String spellname, Boolean isMyAura, Int32 msLeft) in c:\Program Files (x86)\RebornBuddy\Routines\Kupper\Helpers\Extensions.cs:line 90 at Kupper.Rotations.ArcherBard.OnPulse() in c:\Program Files (x86)\RebornBuddy\Routines\Kupper\Rotations\ArcherBard.cs:line 125 at Kupper.KupperRoutine.Pulse() in c:\Program Files (x86)\RebornBuddy\Routines\Kupper\KupperRoutine.cs:line 61 at ff14bot.Behavior.Pulsator.Pulse(PulseFlags CurrentPulseFlags) at ff14bot.TreeRoot.() [18:46:55.289 N] lastspellused = [18:46:55.289 D] System.NullReferenceException: Object reference not set to an instance of an object. at ff14bot.Objects.Auras.get_AuraList() at ff14bot.Objects.Auras.GetEnumerator() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate) at Kupper.Helpers.Extensions.HasAura(GameObject unit, String spellname, Boolean isMyAura, Int32 msLeft) in c:\Program Files (x86)\RebornBuddy\Routines\Kupper\Helpers\Extensions.cs:line 90 at Kupper.Rotations.ArcherBard.OnPulse() in c:\Program Files (x86)\RebornBuddy\Routines\Kupper\Rotations\ArcherBard.cs:line 125 at Kupper.KupperRoutine.Pulse() in c:\Program Files (x86)\RebornBuddy\Routines\Kupper\KupperRoutine.cs:line 61 at ff14bot.Behavior.Pulsator.Pulse(PulseFlags CurrentPulseFlags) at ff14bot.TreeRoot.() [18:46:55.320 N] lastspellused = [18:46:55.320 D] System.NullReferenceException: Object reference not set to an instance of an object. at ff14bot.Objects.Auras.get_AuraList() at ff14bot.Objects.Auras.GetEnumerator() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate) at Kupper.Helpers.Extensions.HasAura(GameObject unit, String spellname, Boolean isMyAura, Int32 msLeft) in c:\Program Files (x86)\RebornBuddy\Routines\Kupper\Helpers\Extensions.cs:line 90 at Kupper.Rotations.ArcherBard.OnPulse() in c:\Program Files (x86)\RebornBuddy\Routines\Kupper\Rotations\ArcherBard.cs:line 125 at Kupper.KupperRoutine.Pulse() in c:\Program Files (x86)\RebornBuddy\Routines\Kupper\KupperRoutine.cs:line 61 at ff14bot.Behavior.Pulsator.Pulse(PulseFlags CurrentPulseFlags) at ff14bot.TreeRoot.() [18:46:55.351 N] lastspellused = [18:46:55.352 D] System.NullReferenceException: Object reference not set to an instance of an object. at ff14bot.Objects.Auras.get_AuraList() at ff14bot.Objects.Auras.GetEnumerator() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate) at Kupper.Helpers.Extensions.HasAura(GameObject unit, String spellname, Boolean isMyAura, Int32 msLeft) in c:\Program Files (x86)\RebornBuddy\Routines\Kupper\Helpers\Extensions.cs:line 90 at Kupper.Rotations.ArcherBard.OnPulse() in c:\Program Files (x86)\RebornBuddy\Routines\Kupper\Rotations\ArcherBard.cs:line 125 at Kupper.KupperRoutine.Pulse() in c:\Program Files (x86)\RebornBuddy\Routines\Kupper\KupperRoutine.cs:line 61 at ff14bot.Behavior.Pulsator.Pulse(PulseFlags CurrentPulseFlags) at ff14bot.TreeRoot.() [18:46:55.383 N] lastspellused = [18:46:55.383 D] System.NullReferenceException: Object reference not set to an instance of an object. at ff14bot.Objects.Auras.get_AuraList() at ff14bot.Objects.Auras.GetEnumerator() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate) at Kupper.Helpers.Extensions.HasAura(GameObject unit, String spellname, Boolean isMyAura, Int32 msLeft) in c:\Program Files (x86)\RebornBuddy\Routines\Kupper\Helpers\Extensions.cs:line 90 at Kupper.Rotations.ArcherBard.OnPulse() in c:\Program Files (x86)\RebornBuddy\Routines\Kupper\Rotations\ArcherBard.cs:line 125 at Kupper.KupperRoutine.Pulse() in c:\Program Files (x86)\RebornBuddy\Routines\Kupper\KupperRoutine.cs:line 61 at ff14bot.Behavior.Pulsator.Pulse(PulseFlags CurrentPulseFlags) at ff14bot.TreeRoot.() [18:46:55.414 N] lastspellused = [18:46:55.414 D] System.NullReferenceException: Object reference not set to an instance of an object. at ff14bot.Objects.Auras.get_AuraList() at ff14bot.Objects.Auras.GetEnumerator() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate) at Kupper.Helpers.Extensions.HasAura(GameObject unit, String spellname, Boolean isMyAura, Int32 msLeft) in c:\Program Files (x86)\RebornBuddy\Routines\Kupper\Helpers\Extensions.cs:line 90 at Kupper.Rotations.ArcherBard.OnPulse() in c:\Program Files (x86)\RebornBuddy\Routines\Kupper\Rotations\ArcherBard.cs:line 125 at Kupper.KupperRoutine.Pulse() in c:\Program Files (x86)\RebornBuddy\Routines\Kupper\KupperRoutine.cs:line 61 at ff14bot.Behavior.Pulsator.Pulse(PulseFlags CurrentPulseFlags) at ff14bot.TreeRoot.() [18:46:55.416 N] lastspellused = [18:46:55.416 D] System.NullReferenceException: Object reference not set to an instance of an object. at ff14bot.Objects.Auras.get_AuraList() at ff14bot.Objects.Auras.GetEnumerator() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate) at Kupper.Helpers.Extensions.HasAura(GameObject unit, String spellname, Boolean isMyAura, Int32 msLeft) in c:\Program Files (x86)\RebornBuddy\Routines\Kupper\Helpers\Extensions.cs:line 90 at Kupper.Rotations.ArcherBard.OnPulse() in c:\Program Files (x86)\RebornBuddy\Routines\Kupper\Rotations\ArcherBard.cs:line 125 at Kupper.KupperRoutine.Pulse() in c:\Program Files (x86)\RebornBuddy\Routines\Kupper\KupperRoutine.cs:line 61 at ff14bot.Behavior.Pulsator.Pulse(PulseFlags CurrentPulseFlags) at ff14bot.TreeRoot.() [18:46:55.447 N] lastspellused = [18:46:55.448 D] System.NullReferenceException: Object reference not set to an instance of an object. at ff14bot.Objects.Auras.get_AuraList() at ff14bot.Objects.Auras.GetEnumerator() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate) at Kupper.Helpers.Extensions.HasAura(GameObject unit, String spellname, Boolean isMyAura, Int32 msLeft) in c:\Program Files (x86)\RebornBuddy\Routines\Kupper\Helpers\Extensions.cs:line 90 at Kupper.Rotations.ArcherBard.OnPulse() in c:\Program Files (x86)\RebornBuddy\Routines\Kupper\Rotations\ArcherBard.cs:line 125 at Kupper.KupperRoutine.Pulse() in c:\Program Files (x86)\RebornBuddy\Routines\Kupper\KupperRoutine.cs:line 61 at ff14bot.Behavior.Pulsator.Pulse(PulseFlags CurrentPulseFlags) at ff14bot.TreeRoot.() [18:46:55.476 N] lastspellused = I don't know if that's a RB issue, or Kupper CR issue, but it didn't happen before this update.