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!

For 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 ?

add the attribute defaultGatherSpotType="StealthGatherSpot" to the exgather tag.
 
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.
 
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.

<ExGather loops="1" spawnTimeout="&IsTimeBetween_tick;" CordialType="none" DiscoverUnknowns="true">

maybe
 
<ExGather loops="1" spawnTimeout="&IsTimeBetween_tick;" CordialType="none" DiscoverUnknowns="true">

maybe
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.
 
Yes, lowering the waitwhile GP value to something like 10 fixed my problems. Could probably edit other sections to do the same thing although the only reason I chose Volcanic Rock Salt is because you get 5 by default per hit.
 
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.

Please submit a log, I am super curious how it doesn't do anything. The only reason it would miss a node altogether should be a windows time sync issue. All of the rotations i can think of that you would use here are compatible with 0 GP.

Edit: I wasn't aware there were waitwhile for GP in the profile. I don't find the need for them personally, but there are some situations where you might want to wait until 7pm for rock salt or something like that. The ExGather tag will try to finish harvesting by the end of the hour that it gets to the node, so if it gets there at 6:58, it will just start harvesting immediately.
 
Last edited:
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.
 
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.

Provide more of the log (might need the profile too but not sure yet).
 
Thanks Exmatt, here is the log and the modified file. Also my exbuddy is updated to current SVN

View attachment 191655
View attachment 191656

Getting to that line of code...where it can throw that error...is actually impossible...that just should not happen... Unless something is actually missing or modified in ExBuddy, there are no code paths i can find to cause that error.

I feel like there is an extra file somewhere, most likely Collectable.cs . That could theoretically cause the collectable to be null, which would be the only way to get this error.
 
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.
 

Attachments

Just to be sure ExBuddy should be installed under plugins -> Exbuddy and not plugins -> orderbottags -> ExBuddy. Correct?
 
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.

I feel like this is an issue with the Cuprite hotspots.... While they are large enough to cover the area where they would spawn....the node is still out of range of the game object search. This can happen when the eastmost node spawns with the hotspots in this profile.

Suggestion: Make new hotspots. I have 2 hotspots in my personal profile, one that covers eastmost and middle, and the other covers middle and southwest node. The radius is also lower than 120, which seems to be the cutoff point for finding the node quite often.
 
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.
 
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.

Yea, if you are already miner, and you start it up and then don't put on truth, most the profiles only check to see if you are already a miner but dont' check for aura. The tag doesn't force you to land to cast the aura so likely that was the issue.
 
Back
Top