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!

[Release] RebornBuddy Version 1.0.461

Version 465
Code:
Updated for ff14 3.5

Api changes:

Chocobo.Object is now a BattleCharacter instead of gameobject (it always was, just doing the cast for you now)

I'm sure a few things are broken. Most likely crafting. If you have an issue please provide a log, sample code for the console + log is best.
 
morning can someone take a look at this log (( crafting log ))
its not crafting, just stopping.
trowing an exception
(( added another log, also exception while trying to buy mats ))
Class changing, and buying seems to be broken.

If you manually change class then Lisbeth will work.
The ability change via Lisbeth is also broken, so set these manually (or disable the option).
 
Last edited:
GameObject.CanAttack is always returning false. The composite returned by CreateBrain is also clearing Kill POIs thinking they're dead when the unit isn't, not sure if it's related.
 
Class changing, and buying seems to be broken.

If you manually change class then Lisbeth will work.
The ability change via Lisbeth is also broken, so set these manually (or disable the option).


yea, i tried that
but it will get to the point that it open the recipee list
but then it will say something about not being able to select the item
from the list

unfortunately i'm at work right now
cannot put another log

hopefully by the time i get home tonight
it will be updated
 
CanAttack will now return the correct value. Still investigating other issues, no support will be given for lisbeth here.
 
Hey Mastahg,

Enums.PlayerIcon are currently off. Right now, a player that is Viewing Cutscene returns as Using_a_Chocobo_Porter when retrieving the BattleCharacter.Icon property.
 
Accepting quests appears to be broken at this time. It appears that RB will try to interact with the NPC, but no Talk dialogues or JournalAccept windows will appear. Manually accepting a quest will allow an Order Bot profile to continue as intended.
 
The code:
AgentModule.ToggleAgentInterfaceById(211);

Used to show the Orchestrion list before the patch. Presently it shows one of the adventure squadron windows.
 
Accepting quests appears to be broken at this time. It appears that RB will try to interact with the NPC, but no Talk dialogues or JournalAccept windows will appear. Manually accepting a quest will allow an Order Bot profile to continue as intended.

Thanks for the report. I'll look into it.

The code:
AgentModule.ToggleAgentInterfaceById(211);

Used to show the Orchestrion list before the patch. Presently it shows one of the adventure squadron windows.

Then the id changed.
 
Build 467 fixes the issue accepting quests.

Also, Log(someobj.DynamicString()); works in the console now.
 
Purchasing from NPCs is not working (kind of like how it wasn't picking up quests).

Code:
[22:00:23.458 V] [Poi.Clear] Reason: Current behavior changed to ExMoveToTag: { Location: <-650.1684, -123.7523, 523.7875>, LineNumber: 11425 }.
[22:00:23.458 D] Replaced hook [ProfileOrderBehavior_Hook] 7b84fde6-2b83-4d06-9e3c-b24085602bf9
[22:00:23.459 D] Requesting path on 401 from <-623.558, -122.5, 536.8558> to <-650.1684, -123.7523, 523.7875>
[22:00:23.470 D] Generated path to <-650.1684, -123.7523, 523.7875> in 00:00:00.0111807 ms
[22:00:23.512 N] Sprinting
[22:00:23.512 D] DoAction Spell 3 0xE0000000
[22:00:27.127 V] [Poi.Clear] Reason: Current behavior changed to BuyItem: ItemIds: System.Int32[], ItemCounts: System.Int32[], NpcId: 1011947, InteractDistance: 3, DialogOption: 1, XYZ: <-650.1684, -123.7523, 523.7875>, IsDone: False, NPC: Peddler of Wonders 0x16370BD0, HighPriority: False, LineNumber: 11426, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: null, .
[22:00:27.130 D] Replaced hook [ProfileOrderBehavior_Hook] a2f2920c-ee6a-4a37-aba5-83a606b46b79
[22:00:27.143 D] Interacting with Peddler of Wonders 0x16370BD0
[22:00:27.927 D] Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.NullReferenceException: Object reference not set to an instance of an object.
   at ff14bot.RemoteWindows.Shop.get_Items()
   at ff14bot.NeoProfiles.Tags.BuyItem.<BuyItems>d__40.MoveNext() in B:\Games\Rebornbuddy\Quest Behaviors\BuyItem.cs:line 164
--- 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 TreeSharp.ActionRunCoroutine...()
   --- 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 TreeSharp.ActionRunCoroutine.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 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 ff14bot.RemoteWindows.Shop.get_Items()
   at ff14bot.NeoProfiles.Tags.BuyItem.<BuyItems>d__40.MoveNext() in B:\Games\Rebornbuddy\Quest Behaviors\BuyItem.cs:line 164
--- 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 TreeSharp.ActionRunCoroutine...()
 
Trying to use order bot profile to do botanist 1-60 leveling, keep getting this.

[04:36:11.304 V] [Poi.Clear] Reason: Current behavior changed to GatherTag: IsDone: False, WhileCondition: not NqHasAtLeast(5509,10), InteractDistance: 3, HotSpots: System.Collections.Generic.List`1[ff14bot.Navigation.HotSpot], BlackSpots: System.Collections.Generic.List`1[ff14bot.Navigation.BlackSpot], GatherObject: Mature Tree, ItemNames: null, Loops: -1, Slot: 3, SkillOrder: null, HighPriority: False, LineNumber: 168, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: null, .
[04:36:11.307 D] Added new hook [PoiAction] 8d1fc45c-4b89-47a3-b812-0f6cce44686c
[04:36:11.308 D] Replaced hook [ProfileOrderBehavior_Hook] 1e8d13b1-d497-44f8-9802-e61dfeed24f8
[04:36:13.622 D] Requesting path on 128 from <-64.88069, 41.90938, -127.8045> to <404.9244, -6.997395, 234.0985>
[04:36:13.666 D] No viable path from <-64.88069, 41.90938, -127.8045> to <404.9244, -6.997395, 234.0985> in 00:00:00.0441123 ms
 
Back
Top