What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[OrderBot] Ixal Dailies

Hi,

I'm not sure if this profile (and the other beast profiles by Sodimm) is still working/updated but I used it today and everything was good til I get to the synthing part, my bot stopped and this is the log:

[10:25:54.517 D] Interacting with Nellemond 0x2C18FF30
[10:25:58.356 V] [Poi.Clear] Reason: Current behavior changed to Synthesize: LineNumber: 238, IsDone: False, MinimumCp: 0, RecipeId: 30630, UseCR: False, RequiredSkills: null, HQMats: null, HighPriority: False, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.ActionRunCoroutine, .
[10:25:58.356 D] Replaced hook [ProfileOrderBehavior_Hook] 20d8b11f-9db0-49fe-bd5f-b3a1e046900e
[10:26:00.456 N] [Synthesize] Crafting Starboard Hull Component (8093) via 30630
[10:26:02.102 V] [Poi.Clear] Reason: Current behavior changed to Craftaction id:100075 MinDelay:250 MaxDelay:500.
[10:26:02.102 D] Replaced hook [ProfileOrderBehavior_Hook] 2dff48d6-98ab-44e6-bfa2-6be8d23421c0
[10:26:02.109 N] [CraftAction] Casting Basic Synthesis (100075)
[10:26:02.109 D] DoAction CraftAction 100075 0xE0000000
[10:26:07.309 V] [Poi.Clear] Reason: Current behavior changed to RunCode: LineNumber: 267, Name: StopCraft, IsDone: False, HighPriority: False, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.ActionRunCoroutine, .
[10:26:07.309 D] Replaced hook [ProfileOrderBehavior_Hook] 27f78a1a-0dfd-4a9e-b1e4-fca219873e38
[10:26:07.310 N] [RunCode] Unable to locate function delegate with the name StopCraft.
[10:26:07.310 N] Stopping the bot. Reason:[RunCode] Unable to locate function delegate with the name StopCraft.
[10:26:07.310 D] CurrentBot.Stop()
[10:26:07.310 N] Connection closed! xxx.xx.xxx.xx:31214
[10:26:07.310 D] TreeHooks.Instance.ClearAll()
[10:26:07.310 N] Clearing all hooks.
[10:26:07.310 D] Replaced hook [PreCombatBuff] 2cd787c9-279c-41ba-8138-9656ad559055
[10:26:07.310 D] Replaced hook [Heal] 78d219d8-8698-4872-adf5-75983efabc2d
[10:26:07.310 D] Replaced hook [Pull] 761c72fd-b91f-4160-8950-34d95bd964cc
[10:26:07.310 D] Replaced hook [CombatBuff] bbb8d162-9294-4db4-98ff-c81a155f5399
[10:26:07.310 D] Replaced hook [Combat] e9cc71a5-ff54-4feb-864e-acb1c2197bda
[10:26:07.310 D] Replaced hook [Rest] 1437ff63-e994-49b0-9cc2-80d71b119690
[10:26:07.310 N] [Codex] Hooks cleared, re-creating behaviors.
[10:26:07.310 D] Navigator.Clear()
[10:26:07.310 V] [Poi.Clear] Reason: Bot stopped
[10:26:07.310 D] OnStop event
[10:26:07.310 D] OnStop Event Invoking
[10:26:07.310 D] ProfileOrderManager.OnBotStop. Resetting caches.
[10:26:07.310 N] Bot Thread Ended.

I have updated the folder to the lastest ver. but still doesn't work.

Any idea what's happening or the profile is outdated?
 
Hi,

I'm not sure if this profile (and the other beast profiles by Sodimm) is still working/updated but I used it today and everything was good til I get to the synthing part, my bot stopped and this is the log:



I have updated the folder to the lastest ver. but still doesn't work.

Any idea what's happening or the profile is outdated?

Something must've changed with the bot since the expansion. I haven't run them for a month or so, i'll take a looksee later when i'm at home.
 
Something must've changed with the bot since the expansion. I haven't run them for a month or so, i'll take a looksee later when i'm at home.

Great and thank you Sodimm.

Your profiles are gonna save a lot of my time because almost all of my beast tribe ranks/lvl is 1 xD

PS. I noticed something regarding the movement, before I reach the npc in the village (the same village where you start the relic quest) to get the synthesis buff from her my character did a left/right turns too quick a few times then moved again to the npc. looked weird so I stopped the bot because there was people around.
 
The issue is caused by the codeblock at the bottom being called "StopCrafting" and all the other things are looking for "StopCraft". Just rename the code block to fix it.
 
The issue is caused by the codeblock at the bottom being called "StopCrafting" and all the other things are looking for "StopCraft". Just rename the code block to fix it.

That's correct.. How'd I manage that?? I've updated it, just update your folder.
 
That's correct.. How'd I manage that?? I've updated it, just update your folder.

Thank you so much Sodimm, It's working great now. /bow

This issue still happening when I go to get the buff from the npc the 1st time (when I go back to her the 2nd time it's fine). It's no big deal but I want to tell you about it just in case you wanna fix it.

PS. I noticed something regarding the movement, before I reach the npc in the village (the same village where you start the relic quest) to get the synthesis buff from her my character did a left/right turns near the bridge too quick a few times then moved again to the npc. looked weird so I stopped the bot because there was people around.
 
Thank you so much Sodimm, It's working great now. /bow

This issue still happening when I go to get the buff from the npc the 1st time (when I go back to her the 2nd time it's fine). It's no big deal but I want to tell you about it just in case you wanna fix it.

Yeah, that's a Navmesh issue, it's been reported to Mastahg a few times. But alas, not everything is straightforward. I could try and force it's path over the bridge (as the bot tends to take the shortest route (through the stream)) see if that helps. Later maybe.
 
I see.

Yea take your time, it's not a big issue, your profiles are great and I can't thank you enough for it. /bow
 
There is an issue with rank1 profile.

I have to synth 3 items for (Blow, Ye Winds) quest, but my character will stand after each synth then sit again to craft the next one.

This is the part related to the quest:

[15:19:52.900 N] [Ultima] Loading: Goldsmith
[15:19:55.629 V] [Poi.Clear] Reason: Current behavior changed to HandOverTag: LineNumber: 271, ItemIds: System.Int32[], RequiresHq: System.Boolean[], IsDone: False, NpcId: 1009217, InteractDistance: 5, XYZ: <363.8487, -5.619825, 346.4739>, NPC: Nellemond 0x13CFA920, HighPriority: False, InCombat: False, QuestId: 67033, StepId: 2, PostCombatDelay: 0, QuestName: Blow, Ye Winds, IsDoneCache: False, Behavior: TreeSharp.PrioritySelector, .
[15:19:55.629 D] Replaced hook [ProfileOrderBehavior_Hook] 73c49f26-8464-4ed1-a6b9-3e35f490451a
[15:19:55.630 D] Interacting with Nellemond 0x13CFA920
[15:19:58.426 V] [Poi.Clear] Reason: Current behavior changed to Synthesize: LineNumber: 294, IsDone: False, MinimumCp: 0, RecipeId: 30631, UseCR: False, RequiredSkills: null, HQMats: null, HighPriority: False, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.ActionRunCoroutine, .
[15:19:58.426 D] Replaced hook [ProfileOrderBehavior_Hook] 047c7e4a-b34a-41b2-a130-b7f79038f844
[15:20:00.068 N] [Synthesize] Crafting Larboard Hull Component (8094) via 30631
[15:20:01.434 V] [Poi.Clear] Reason: Current behavior changed to Craftaction id:100075 MinDelay:250 MaxDelay:500.
[15:20:01.434 D] Replaced hook [ProfileOrderBehavior_Hook] 2e1d0481-dfdc-4e85-940f-14e25266f533
[15:20:01.436 N] [CraftAction] Casting Basic Synthesis (100075)
[15:20:01.436 D] DoAction CraftAction 100075 0xE0000000
[15:20:06.533 V] [Poi.Clear] Reason: Current behavior changed to RunCode: LineNumber: 323, Name: StopCraft, IsDone: False, HighPriority: False, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.ActionRunCoroutine, .
[15:20:06.533 D] Replaced hook [ProfileOrderBehavior_Hook] 1ec0c13d-028e-4794-8365-5f6ee3d5e418
[15:20:10.568 V] [Poi.Clear] Reason: Current behavior changed to Synthesize: LineNumber: 294, IsDone: False, MinimumCp: 0, RecipeId: 30631, UseCR: False, RequiredSkills: null, HQMats: null, HighPriority: False, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.ActionRunCoroutine, .
[15:20:10.568 D] Replaced hook [ProfileOrderBehavior_Hook] 64de20e3-7f1a-4c27-8f08-7eb3d6f49046
[15:20:12.143 N] [Synthesize] Crafting Larboard Hull Component (8094) via 30631
[15:20:13.631 V] [Poi.Clear] Reason: Current behavior changed to Craftaction id:100075 MinDelay:250 MaxDelay:500.
[15:20:13.631 D] Replaced hook [ProfileOrderBehavior_Hook] 32121559-1541-4a61-a5a7-88a6dafec474
[15:20:13.631 N] [CraftAction] Casting Basic Synthesis (100075)
[15:20:13.631 D] DoAction CraftAction 100075 0xE0000000
[15:20:18.569 V] [Poi.Clear] Reason: Current behavior changed to RunCode: LineNumber: 323, Name: StopCraft, IsDone: False, HighPriority: False, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.ActionRunCoroutine, .
[15:20:18.569 D] Replaced hook [ProfileOrderBehavior_Hook] 9559cfb3-988e-4ddf-a39e-7c1eab2a3165
[15:20:22.640 V] [Poi.Clear] Reason: Current behavior changed to Synthesize: LineNumber: 294, IsDone: False, MinimumCp: 0, RecipeId: 30631, UseCR: False, RequiredSkills: null, HQMats: null, HighPriority: False, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.ActionRunCoroutine, .
[15:20:22.640 D] Replaced hook [ProfileOrderBehavior_Hook] da436446-ca8b-4f89-9b90-3def7309f273
[15:20:24.201 N] [Synthesize] Crafting Larboard Hull Component (8094) via 30631
[15:20:25.637 V] [Poi.Clear] Reason: Current behavior changed to Craftaction id:100075 MinDelay:250 MaxDelay:500.
[15:20:25.637 D] Replaced hook [ProfileOrderBehavior_Hook] 563c041a-5d77-47ac-9a50-33f0e351fd7a
[15:20:25.637 N] [CraftAction] Casting Basic Synthesis (100075)
[15:20:25.637 D] DoAction CraftAction 100075 0xE0000000
[15:20:30.729 V] [Poi.Clear] Reason: Current behavior changed to RunCode: LineNumber: 323, Name: StopCraft, IsDone: False, HighPriority: False, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.ActionRunCoroutine, .
[15:20:30.729 D] Replaced hook [ProfileOrderBehavior_Hook] c699b456-9d99-4641-8d36-c2e6a022182a
[15:20:34.801 V] [Poi.Clear] Reason: Current behavior changed to RunCode: LineNumber: 327, Name: CombatClass, IsDone: False, HighPriority: False, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.ActionRunCoroutine, .
[15:20:34.801 D] Replaced hook [ProfileOrderBehavior_Hook] a9866ab1-35b8-4071-a8f1-9185fd89581a

I finished all the quest's including (Blow, Ye Winds) quest using your profile but standing after each synth doesn't look good lol xD
 
There is an issue with rank1 profile.

I have to synth 3 items for (Blow, Ye Winds) quest, but my character will stand after each synth then sit again to craft the next one.

This is the part related to the quest:



I finished all the quest's including (Blow, Ye Winds) quest using your profile but standing after each synth doesn't look good lol xD

yeah, stopcraft in the while tag, removed and put into it's correct place. update should fix it.
 
Is there a reason why I can't place your files in their own folder inside my profile folder?
I like to have things in order since there are so many profiles, but if I place them in their own place, the
profiles just wont run properly. Anyway to fix that?

Thanks for the profiles :)
 
Is there a reason why I can't place your files in their own folder inside my profile folder?
I like to have things in order since there are so many profiles, but if I place them in their own place, the
profiles just wont run properly. Anyway to fix that?

Thanks for the profiles :)

There shouldn't be any reason why not, as long as the custom behaviors are in the OrderBotTags folder, the profiles should run from anywhere. The Ixal Crafts profile might need to be in profiles tho, I still haven't got around to adding them to their respective profiles. Time just runs away from me. Open each profile and change the codechunks to reflect which folder the profiles have been placed. I think this only applies to ranks 1-3.
 
There shouldn't be any reason why not, as long as the custom behaviors are in the OrderBotTags folder, the profiles should run from anywhere. The Ixal Crafts profile might need to be in profiles tho, I still haven't got around to adding them to their respective profiles. Time just runs away from me. Open each profile and change the codechunks to reflect which folder the profiles have been placed. I think this only applies to ranks 1-3.

Thank you for your prompt response. I shall give it a go and get back to you on that.
Much appreciated.
 
Currently getting this error after the update with OrderBot Ixal Rank 3 Dailies

Code:
[18:08:51.336 V] [Poi.Clear] Reason: Current behavior changed to RegisterDailiesTag: LineNumber: 29, IsDone: True, QuestIds: System.Int32[], HighPriority: False, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: True, Behavior: null, .[18:08:51.336 D] Removed all hooks from [HighPriorityProfileOrderBehavior_Hook]
[18:08:51.641 V] [Poi.Clear] Reason: Current behavior changed to RunCode: LineNumber: 109, Name: LoadProfile, IsDone: False, HighPriority: False, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.ActionRunCoroutine, .
[18:08:51.641 D] Replaced hook [ProfileOrderBehavior_Hook] 050a2cd6-2890-4e02-94cb-81c4d6e6293f
[18:08:51.643 N] Failed to load profile: Path to profile element is not valid; file not found
[18:08:51.644 D] System.IO.FileNotFoundException: Path to profile element is not valid; file not found
File name: 'Profiles/[OrderBot] Ixal Crafting Components.xml'
   at ff14bot.NeoProfiles.NeoProfile.Load(String path)
   at ff14bot.NeoProfiles.NeoProfileManager.Load(String profilePath, Boolean rememberPath)
[18:08:51.653 D] Exception during scheduling Pulse: System.NullReferenceException: Object reference not set to an instance of an object.
   at ff14bot.NeoProfiles.Tags.RunCode.OnStart()
   at ff14bot.NeoProfiles.ProfileBehavior.Start()
   at ..()
   at ff14bot.NeoProfiles.NeoProfileManager.UpdateCurrentProfileBehavior()
   at ff14bot.BotBases.OrderBot.(Object , EventArgs )
   at ff14bot.Behavior.BrainBehavior.()
[18:09:11.683 D] Exception during scheduling Pulse: System.NullReferenceException: Object reference not set to an instance of an object.
   at ff14bot.NeoProfiles.Tags.RunCode.OnStart()
   at ff14bot.NeoProfiles.ProfileBehavior.Start()
   at ..()
   at ff14bot.NeoProfiles.NeoProfileManager.UpdateCurrentProfileBehavior()
   at ff14bot.BotBases.OrderBot.(Object , EventArgs )
   at ff14bot.Behavior.BrainBehavior.()
[18:09:14.233 N] Stopping the bot. Reason:Pushed the stop button.
[18:09:14.252 D] Exception during scheduling Pulse: System.NullReferenceException: Object reference not set to an instance of an object.
   at ff14bot.NeoProfiles.Tags.RunCode.OnStart()
   at ff14bot.NeoProfiles.ProfileBehavior.Start()
   at ..()
   at ff14bot.NeoProfiles.NeoProfileManager.UpdateCurrentProfileBehavior()
   at ff14bot.BotBases.OrderBot.(Object , EventArgs )
   at ff14bot.Behavior.BrainBehavior.()
[18:09:14.252 D] CurrentBot.Stop()
[18:09:14.256 N] Connection closed! 192.99.148.87:31214
[18:09:14.257 D] TreeHooks.Instance.ClearAll()
[18:09:14.257 N] Clearing all hooks.
[18:09:14.257 D] Replaced hook [PreCombatBuff] 289ff87e-234b-4aa4-90f7-5a345a071dee
[18:09:14.257 D] Replaced hook [Heal] bc7b037b-8ad5-46c4-bdd9-75ded0332173
[18:09:14.257 D] Replaced hook [Pull] aa77e892-5ef0-4001-aa26-3f30402f4d07
[18:09:14.257 D] Replaced hook [CombatBuff] 16a9c4fb-d456-4216-9030-c6f952253a7d
[18:09:14.257 D] Replaced hook [Combat] 18930fd8-927a-43f6-b263-4e1e040319f9
[18:09:14.257 D] Replaced hook [Rest] c6a367c2-de6f-4fda-a69c-6f868c1cba0c
[18:09:14.257 D] Navigator.Clear()
[18:09:14.257 V] [Poi.Clear] Reason: Bot stopped
[18:09:14.257 D] OnStop event
[18:09:14.257 D] OnStop Event Invoking
[18:09:14.258 D] ProfileOrderManager.OnBotStop. Resetting caches.
[18:09:14.258 N] Bot Thread Ended.

And also Dailies 4

Code:
[18:33:47.122 N] [Ultima] Loading: Armorer[18:33:49.956 V] [Poi.Clear] Reason: Current behavior changed to RunCode: LineNumber: 220, Name: LoadProfile, IsDone: False, HighPriority: False, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.ActionRunCoroutine, .
[18:33:49.956 D] Replaced hook [ProfileOrderBehavior_Hook] 0ceaacaa-9c90-49d5-9f8a-57e45242f1a1
[18:33:49.956 N] Failed to load profile: Path to profile element is not valid; file not found
[18:33:49.958 D] System.IO.FileNotFoundException: Path to profile element is not valid; file not found
File name: 'Profiles/[OrderBot] Ixal Crafting Components.xml'
   at ff14bot.NeoProfiles.NeoProfile.Load(String path)
   at ff14bot.NeoProfiles.NeoProfileManager.Load(String profilePath, Boolean rememberPath)
[18:33:49.968 D] Exception during scheduling Pulse: System.NullReferenceException: Object reference not set to an instance of an object.
   at ff14bot.NeoProfiles.Tags.RunCode.OnStart()
   at ff14bot.NeoProfiles.ProfileBehavior.Start()
   at ..()
   at ff14bot.NeoProfiles.NeoProfileManager.UpdateCurrentProfileBehavior()
   at ff14bot.BotBases.OrderBot.(Object , EventArgs )
   at ff14bot.Behavior.BrainBehavior.()

Any thoughts?
 
Last edited:
Currently getting this error after the update with OrderBot Ixal Rank 3 Dailies

And also Dailies 4

Any thoughts?
Can you screenshot the folder your profiles are located in, including the full path of the folder, or attach a full log .txt file from your "Logs" folder.
 
383d6cbbe98e2ccbc9f9342b117067b5.png


Not sure if after the update things have changed. But everything has worked before today's update.
 
383d6cbbe98e2ccbc9f9342b117067b5.png


Not sure if after the update things have changed. But everything has worked before today's update.
Can you try copying the [OrderBot] Ixal Crafting Components.xml file to the "Rebord Buddy Files" > "Profiles" folder? If that works, you may need to drop the profiles there or Sodimm may need to update his profiles to accommodate for the profiles being put in sub-directories.
 
Moved the file as suggested. [OrderBot] Ixal Rank 3 Dailies worked up to a point and then gave me the following error

Code:
[20:48:25.275 D] Added new hook [TreeStart] 3381c724-0355-4b57-b34c-382a20833485
[20:48:25.292 V] [Poi.Clear] Reason: Current behavior changed to RunCode: LineNumber: 405, Name: Rank 3, IsDone: False, HighPriority: False, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.ActionRunCoroutine, .
[20:48:25.292 D] Removed all hooks from [HighPriorityProfileOrderBehavior_Hook]
[20:48:25.292 D] Replaced hook [ProfileOrderBehavior_Hook] a0aeb746-606e-4865-8d2d-943aadcead02
[20:48:30.301 N] Failed to load profile: Path to profile element is not valid; file not found
[20:48:30.301 D] System.IO.FileNotFoundException: Path to profile element is not valid; file not found
File name: 'Profiles/[OrderBot] Ixal Rank 3 Dailies.xml'
   at ff14bot.NeoProfiles.NeoProfile.Load(String path)
   at ff14bot.NeoProfiles.NeoProfileManager.Load(String profilePath, Boolean rememberPath)
[20:48:30.340 N] Profile completed
[20:48:30.340 N] Stopping the bot. Reason:Profile Completed
[20:48:30.340 D] CurrentBot.Stop()
[20:48:30.340 N] Connection closed! 192.99.148.87:31214
[20:48:30.340 D] TreeHooks.Instance.ClearAll()
[20:48:30.340 N] Clearing all hooks.

Thank you so much for your help y2krazy. I truly appreciate your time on this.
 
Last edited:
Back
Top