Post a logFor some reason the profile doesn't gather collectibles. I set the entity to 1 for the item and collectible option but it just seems to ignore it. Perhaps I am missing something required?
hello i have a problem with the OldWorldFig, he always agro something (i'm level 51) and never use stealth even if there are many mobs on the spot
is there any way to force Stealth just after he dismount for this spot ?
Post a log
Is there anything I can change in this code to make it not use a gathering rotation or any cordial and just go straight for the node and harvest?
<ExGather loops="1" spawnTimeout="&IsTimeBetween_tick;" CordialType="&Cordial_Type_50_60;" CordialTime="&Cordial_Time_50_60;" DiscoverUnknowns="true" GatherIncrease="&GatherIncrease_50_60;">
I've tried messing around with it but no luck as I am trying to make it go from harvesting Wattle Bark to Volcanic Rock Salt. It'll harvest the Wattle Bark and then go to the waiting area for Volcanic Rock Salt but it just times out as it does not have enough GP and cannot use a cordial.
I tried but that didn't work. Maybe changing the waitwhile condition to a lower gp amount in conjunction with that will do the trick.<ExGather loops="1" spawnTimeout="&IsTimeBetween_tick;" CordialType="none" DiscoverUnknowns="true">
maybe
Is there anything I can change in this code to make it not use a gathering rotation or any cordial and just go straight for the node and harvest?
<ExGather loops="1" spawnTimeout="&IsTimeBetween_tick;" CordialType="&Cordial_Type_50_60;" CordialTime="&Cordial_Time_50_60;" DiscoverUnknowns="true" GatherIncrease="&GatherIncrease_50_60;">
I've tried messing around with it but no luck as I am trying to make it go from harvesting Wattle Bark to Volcanic Rock Salt. It'll harvest the Wattle Bark and then go to the waiting area for Volcanic Rock Salt but it just times out as it does not have enough GP and cannot use a cordial.
[20:46:22.181 D] Exception during scheduling Pulse: System.NullReferenceException: Object reference not set to an instance of an object.
at ExBuddy.OrderBotTags.Gather.ExGatherTag.OnStart() in c:\Users\*\OneDrive\Rebornbuddy\Plugins\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs:line 322
at ff14bot.NeoProfiles.ProfileBehavior.Start()
at ..()
at ff14bot.NeoProfiles.NeoProfileManager.UpdateCurrentProfileBehavior()
at ff14bot.BotBases.OrderBot.(Object , EventArgs )
at ff14bot.Behavior.BrainBehavior.()
Hi im trying to run the profile and i keep getting this:
Code:[20:46:22.181 D] Exception during scheduling Pulse: System.NullReferenceException: Object reference not set to an instance of an object. at ExBuddy.OrderBotTags.Gather.ExGatherTag.OnStart() in c:\Users\*\OneDrive\Rebornbuddy\Plugins\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs:line 322 at ff14bot.NeoProfiles.ProfileBehavior.Start() at ..() at ff14bot.NeoProfiles.NeoProfileManager.UpdateCurrentProfileBehavior() at ff14bot.BotBases.OrderBot.(Object , EventArgs ) at ff14bot.Behavior.BrainBehavior.()
Didnt know if immissing something.
Thanks Exmatt, here is the log and the modified file. Also my exbuddy is updated to current SVN
View attachment 191655
View attachment 191656
Hi, I am having an issue with the bot not harvesting the selected nodes. It goes to the area at the correct time but does not mine the node. After that it teleports back to a AFK spot.
Steps I did to try and resolve.
-Clean Install of Rebornbuddy.
-Clean Install of ExBuddy and nothing else.
Just to be sure ExBuddy should be installed under plugins -> Exbuddy and not plugins -> orderbottags -> ExBuddy. Correct?
ExMatt, I think i figured out what the issue was. Truth of the Mountain wasn't on. So when the unspoiled nodes would spawn it didn't see them. I turned it on and its mining them again.