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!

Resource icon

[Order Bot] Quests, Quests and Quests! 2025-02-08

Just getting back into the swing of things Starting Heavensward profile, keep getting stuck on some of the hand over item quests. Is there a Plugin im missing that can help with this (Specifically "Over the Wall") i got stuck in the desk for a minute or two once i clicked and turned in stop started it went off on its way again

btw WB Y2Krazy love your work thanks a bunch ^.^
 
First, I just wanted to let everyone know that IRL has let me come up for air! Look forward to some updates once I'm back into the swing of things as well as new things in the future. I've missed you all and I'm glad to be home again.

I would suggest starting here, @emokitten0717: https://github.com/Entrax643/EntraxBuddy/blob/master/Profiles/Gathering/GatheringManager.xml

Specifically:
Code:
<!-- Shard & Crystal -->
<!ENTITY FireShard_BTN "0">
<!ENTITY FireCrystal_BTN "0">
<!-- -->
<!ENTITY IceShard_BTN "0">
<!ENTITY IceCrystal_BTN "0">
<!-- -->
<!ENTITY WindShard_BTN "0">
<!ENTITY WindCrystal_BTN "0">
<!-- -->
<!ENTITY EarthShard_BTN "0">
<!ENTITY EarthCrystal_BTN "0">
<!-- -->
<!ENTITY LightningShard_BTN "0">
<!ENTITY LightningCrystal_BTN "0">
<!-- -->
<!ENTITY WaterShard_BTN "0">
<!ENTITY WaterCrystal_BTN "0">

I'll add this to my list of things to look into, @solopro16.

This may be related to the issue @solopro16 was having. Will look into it.

Will try to get a character up to test the SB profiles again soon!

1) The Aetheryte coordinates are controlled by mastahg, so if you could provide a list of them, I can provide new coordinates to mastahg to hopefully fix this issue.
2) Once I can test the profile again, I will be able to fix this issue easily.
3) This happens if the dialog options change depending on the quest(s) you are on. Will make note of this, though.

This highly depends on the method you choose to level. It could be a week or a month. You could farm Gil without being max level, for sure.
Okay thank you so much y2k and im glad your home now ^^ i was getting worried haha, didnt wanna pay for something i couldnt use ^^ also your fishing profile is having issues too, umm i dont have the log for the first one but for the lower level quests if u dont have the quest item it doesnt go fish for tht item it just stands there and also im having this issue now at lvl 13+
hope i upload the right one ill check out when you gave me. hopefully theres a fishing profile in there too ^^
 

Attachments

oh y2k i cant use that profile. im only lvl 30 new character and my gather jobs are really low :( and i dont know how to obtain any of the id information to change what he has there. :(
im rlly new here pretty much. used the bot off and on and have quit out of frustrtion of not understanding most things here lol
 
Can we have a chocobot?
Since the old one is not working because the new chocobo run require joining a queue system. Could you please help us to create a new one
 
Last edited:
Can we have a chocobot?
Since the old one is not working because the new chocobo run require joining a queue system. Could you please help us to create a new one
that would be really cool i was bummed out to find tht the one thts there doesnt work. maybe by the time the expak come sout or something you never know what they have planned :)
 
Ehy @y2krazy which profile should i run to let the bot completing the stories quest and unlock some new stuff? I dont remember where i left but i was levelling a Monk (lvl 43 actually)..

Ty in advance!


P.S. Problems with aetherial currents (no from quests) profile in sea of clouds..

[14:37:32.900 V] [FlightNav] Replacing Navigator with Flight Navigator.
[14:37:32.900 N] [EnableFlight] Started Flight Navigator.
[14:37:32.933 D] Moving to Aether Current #2 from <-627.8969, -122.5, 541.4506>
[14:37:32.948 N] Requesting path on 401 from <-627.8969, -122.5, 541.4506> to <-664.271, -124.8036, 524.8033> within 5 (Aether Current #2)
[14:37:33.948 N] Received path response to <-664.271, -124.8036, 524.8033> in 00:00:00.9975937 ms

**Ofc nothing happened** seemed like stucked on it
 

Attachments

Last edited:
Sorry to be that guy, but official RB forum sent me here for support. In the log i'm including, i'm standing directly in front of a Heavensward MSQ. I have loaded Profile: [O] Heavensward. The bot immediately throws an exception and proceeds to start a teleport loop, but wont accept/turn-in the quest. Not sure whats causing it, but any help would be great.

[05:15:04.182 D] System.Xml.XmlException: 'XYZ' is an unexpected token. The expected token is '"' or '''. Line 356, position 45.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.ParseAttributes()
at System.Xml.XmlTextReaderImpl.ParseElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r, LoadOptions o)
at System.Xml.Linq.XElement.ReadElementFrom(XmlReader r, LoadOptions o)
at System.Xml.Linq.XElement.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XElement.Load(TextReader textReader, LoadOptions options)
at ff14bot.NeoProfiles.NeoProfile.Load(String path)
at ff14bot.NeoProfiles.NeoProfileManager.Load(String profilePath, Boolean rememberPath)
 

Attachments

Open file with notepad.
Go to line 356 or search for "XYZ=XYZ=" (without "")
Delete one instance of "XYZ="
Save.
???
Profit.
 
Profile Name:[O] [MSQ] Stormblood (v3.1.4)
Issue:

[01:41:06.901 D] Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.NotImplementedException: The method or operation is not implemented.
at ff14bot.Pathing.NavigationProvider.CanFullyNavigateFrom(ICollection`1 starts, Vector3 target, UInt16 zoneid)
at ff14bot.Navigation.NavGraph..()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at ff14bot.NeoProfiles.Tags.GetTo.<GenerateNodes>d__18.MoveNext() in X:\Reborn Buddy\Quest Behaviors\GetTo.cs:line 88
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at TreeSharp.ActionRunCoroutine...()
--- End of inner exception stack trace ---
at Buddy.Coroutines.Coroutine.CheckPostConditions(Boolean shouldBeCanceled)
at Buddy.Coroutines.Coroutine.Resume(Boolean forStop)
at TreeSharp.ActionRunCoroutine.Run(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 TreeSharp.PrioritySelector.<Execute>d__2.MoveNext()
at TreeSharp.Composite.Tick(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 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.NotImplementedException: The method or operation is not implemented.
at ff14bot.Pathing.NavigationProvider.CanFullyNavigateFrom(ICollection`1 starts, Vector3 target, UInt16 zoneid)
at ff14bot.Navigation.NavGraph..()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at ff14bot.NeoProfiles.Tags.GetTo.<GenerateNodes>d__18.MoveNext() in X:\Reborn Buddy\Quest Behaviors\GetTo.cs:line 88
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at TreeSharp.ActionRunCoroutine...()

Suggested Fix: Not sure, it does not seem to work at all besided giving this error.
 
So Ive been doing a lot of the side quests, but things like HeavensWard, never had all their side quests completed. Now that i've completed the MSQ for that expansion, i can't run any of the heavensward profiles to do side quests. Is there a way to do that? Or will it be planned in the future to be able to just do the side quests in an expansions area?
 
[02:15:29.646 N] [Kupo] Waiting to recover our health/mana back
this log is keep showing up and my character is standing there doing nothing
anyone know what cause this problem?
 
Back
Top