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!

[OFFICIAL] Rebornbuddy Questing Pack

Status
Not open for further replies.
Whats the work around for this issue? I manually just completed its probably pirates, but it runs to baderon then says no available path afterwards just like it did before.
There's something being worked on to get around this, but no ETA atm. My suggestion is to either remove It's Probably Pirates from the profile (search for the quest name within the file) or move to a zone where you have another quest objective available to see if that's where it's thinking your character is.
 
My guess is the quest ID must have changed, because I've completed it but it still thinks I haven't for some reason. Is there a console command in RB that can dump all completed quests? maybe we can figure out what the quest ID is now because it shouldn't be running that part of code at all unless the ID changed.
 
Last edited:
There's something being worked on to get around this, but no ETA atm. My suggestion is to either remove It's Probably Pirates from the profile (search for the quest name within the file) or move to a zone where you have another quest objective available to see if that's where it's thinking your character is.


Thanks for the tip, if anyone else is having the problem with the character at level 15 standing in limas trying to talk to braedon or w/e heres how i fixed it.

I manually did It's probably pirates, once i completed it, i opened the xml file in wordpadand did a ctrl + F for pirate, i removed everything from the <!--It's probably... to the next quest which is on a wing and a prayer. I got an error for line 1816 about an IF statement and i had to remove an extra <\IF> right Before on a wing and a prayer. From there i had to manually go to aleport then restart the bot and it started doing quests again, seems it couldnt find a path to "Ahldfoet" in aleport from limas
 
My guess is the quest ID must have changed, because I've completed it but it still thinks I haven't for some reason. Is there a console command in RB that can dump all completed quests? maybe we can figure out what the quest ID is now because it shouldn't be running that part of code at all unless the ID changed.

BTW, I confirmed the quest ID didn't change so it's not that. I guess that would have been too easy :)

If you run this in the console it will tell you whether did a quest or not (get the ID from xivdb.com). This one checks for "It's Probably Pirates"

Code:
if (ConditionParser.IsQuestCompleted(66212))
{
Log("true");
}
else
{
Log("false");
}
 
Last edited:
Try searching for this line in the profile and change it to a 0, it shows up several times.
<BotSettings AutoEquip="1" />
 
Thanks for the tip, if anyone else is having the problem with the character at level 15 standing in limas trying to talk to braedon or w/e heres how i fixed it.

I manually did It's probably pirates, once i completed it, i opened the xml file in wordpadand did a ctrl + F for pirate, i removed everything from the <!--It's probably... to the next quest which is on a wing and a prayer. I got an error for line 1816 about an IF statement and i had to remove an extra <\IF> right Before on a wing and a prayer. From there i had to manually go to aleport then restart the bot and it started doing quests again, seems it couldnt find a path to "Ahldfoet" in aleport from limas

this worked for me ty
 
Hi... i Have a lvl 21 marauder and want to use these profile, but is not working.... I just kill Ifrit, is there a way to continue were Im??? or just work on new
 
Hello all, I have a question about the questing pack. I manually leveled my pugilist to 15 because I was not sure I was going to get the bot yet. I purchased a trial version last night and then unlocked my rogue secondary and manually leveled him to 16. I know the quest works for starting classes for 1-15, but can I take my rogue and use the main scenario 15-50 and it work? Any special instructions to make it work with rogue like pick up the next main scenario quest after starting bot stuff like that?
 
Pathing not working correctly.

So I've tried leveling 3 different chars today to lvl 15 and in each case the pathing is goofed up and I keep getting stuck running into trees and rocks without going anywhere? Any chance there could be some kind of "not actually moving" detection that realizes that although pathing is set, the player coordinates haven't changed in 5 seconds and it finds a better/different path?

[00:59:41.874 D] Replaced hook [ProfileOrderBehavior_Hook] 642cd25d-58e1-49aa-a3b1-0f37e1c7a12d
[00:59:41.874 D] Requesting path on 132 from <194.3328, 0, 44.95472> to <-16.28143, -3.25, 41.00085>
[00:59:41.892 D] Generated path to <-16.28143, -3.25, 41.00085> in 00:00:00.0177083 ms
[00:59:43.673 D] Moving to next hop: <193.2723, -1.193839, 62.63254> (Idele) D: 5.233381
[00:59:44.240 D] Moving to next hop: <191.6283, -1.198631, 63.6015> (Idele) D: 2.449986
[00:59:44.307 D] Finished checking gear in 00:00:00.0006961
[00:59:44.473 D] Moving to next hop: <182.1184, -2.339234, 61.52487> (Idele) D: 10.17948
[00:59:45.673 D] Moving to next hop: <180.5637, -2.398628, 62.54481> (Idele) D: 2.473531
[00:59:45.906 D] Moving to next hop: <167.9956, -2.256543, 70.92911> (Idele) D: 15.74677
[00:59:47.840 D] Moving to next hop: <155.3413, -1.227711, 78.66351> (Idele) D: 15.54661
[00:59:49.740 D] Moving to next hop: <144.1166, -0.1345447, 83.62313> (Idele) D: 13.12332
[00:59:51.807 D] Moving to next hop: <140.5296, -0.1455429, 83.57674> (Idele) D: 4.195513
[00:59:52.374 D] Moving to next hop: <139.5338, -0.1045682, 83.14267> (Idele) D: 1.835263
[00:59:52.573 D] Moving to next hop: <122.7572, 0.001373291, 79.48681> (Idele) D: 17.80433
[00:59:55.441 D] Moving to next hop: <122.2559, 0.001373291, 79.7271> (Idele) D: 1.093459
[00:59:55.508 D] Moving to next hop: <120.6793, -0.03896054, 77.69917> (Idele) D: 2.994873
[00:59:55.875 D] Moving to next hop: <117.8627, -0.06397111, 76.74357> (Idele) D: 3.724369
[00:59:56.374 D] Moving to next hop: <117.4789, 0.001373291, 70.9566> (Idele) D: 6.165816
[00:59:57.274 D] Moving to next hop: <103.4084, 0.001373291, 53.81055> (Idele) D: 22.84632
[00:59:59.308 D] Finished checking gear in 00:00:00.0005858
[00:59:59.374 N] Sprinting
[00:59:59.374 D] DoAction Spell 3 0xE0000000
[01:00:00.674 D] Moving to next hop: <104.231, 0.001373291, 49.7808> (Idele) D: 4.656025
[01:00:01.175 D] Moving to next hop: <103.5307, 0.7055331, 47.29935> (Idele) D: 3.389692
[01:00:01.508 D] Moving to next hop: <106.6799, 0.5896518, 47.7422> (Idele) D: 3.023041
[01:00:01.808 D] Moving to next hop: <104.6907, 0.8265545, 46.06365> (Idele) D: 2.197754
[01:00:02.008 D] Moving to next hop: <91.82301, 3.191659, 32.86243> (Idele) D: 19.20939
[01:00:04.374 D] Moving to next hop: <89.68223, 3.386936, 30.87371> (Idele) D: 3.521013
[01:00:04.741 D] Moving to next hop: <87.18906, 3.449364, 30.05892> (Idele) D: 3.225439
[01:00:05.074 D] Moving to next hop: <85.20639, 3.517195, 30.65088> (Idele) D: 2.583388
[01:00:05.309 D] Moving to next hop: <84.04214, 3.514646, 30.30443> (Idele) D: 1.934875
[01:00:05.475 D] Moving to next hop: <48.77699, -1.142703, 36.71967> (Idele) D: 36.71856
[01:00:10.075 D] Moving to next hop: <41.84266, -2.79863, 39.17504> (Idele) D: 8.141733
[01:00:11.009 D] Moving to next hop: <41.5166, -2.79863, 39.35581> (Idele) D: 1.000196
[01:00:11.041 D] Moving to next hop: <25.77585, -2.79863, 37.26007> (Idele) D: 16.52622
[01:00:13.108 D] Moving to next hop: <27.92711, -2.79863, 39.75145> (Idele) D: 2.795905
[01:00:13.375 D] Moving to next hop: <25.88796, -2.79863, 39.50685> (Idele) D: 1.711703
[01:00:13.508 D] Moving to next hop: <22.57268, -2.357941, 42.00904> (Idele) D: 4.791812
[01:00:14.042 D] Moving to next hop: <-4.013993, -3.968848, 38.17315> (Idele) D: 27.34366
[01:00:14.310 D] Finished checking gear in 00:00:00.0015209
[01:00:17.475 D] Moving to next hop: <-7.983411, -3.198631, 37.90485> (Idele) D: 4.589274
[01:00:17.975 D] Moving to next hop: <-9.044837, -3.198631, 37.80192> (Idele) D: 1.712355
[01:00:18.109 D] Moving to next hop: <-10.88385, -3.22817, 35.62035> (Idele) D: 3.338733
[01:00:18.442 D] Moving to next hop: <-11.86345, -3.198631, 37.09689> (Idele) D: 1.817238
[01:00:18.576 D] Moving to next hop: <-10.43336, -3.198631, 39.07121> (Idele) D: 2.516694
[01:00:18.809 D] Moving to next hop: <-16.18344, -3.198631, 40.7212> (Idele) D: 5.999568
[01:00:20.309 N] [PickupQuestTag] Picking up quest Preserving the Past(65563) from Idele at <-16.28143, -3.25, 41.00085>
[01:00:20.309 V] [Poi.Clear] Reason: Current behavior changed to PickupQuestTag: IsDone: False, InteractDistance: 5, NpcId: 1000194, XYZ: <-16.28143, -3.25, 41.00085>, HighPriority: False, LineNumber: 849, InCombat: False, QuestId: 65563, StepId: 0, PostCombatDelay: 0, QuestName: Preserving the Past, IsDoneCache: False, Behavior: TreeSharp.PrioritySelector, .
[01:00:20.309 D] Replaced hook [ProfileOrderBehavior_Hook] 1ffdb0e4-bf9b-4db3-96c9-3d6436a3685d
[01:00:20.310 D] Interacting with Idele 0x8450C0E0
[01:00:20.777 V] [Poi.Clear] Reason: Current behavior changed to TalkToTag: IsDone: False, NpcId: 1000686, InteractDistance: 3, BypassTargetChange: False, XYZ: <-66.36151, -3.896366, 67.00232>, NPC: Louhelic 0x84490060, HighPriority: False, LineNumber: 853, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.PrioritySelector, .
[01:00:20.777 D] Replaced hook [ProfileOrderBehavior_Hook] a2c2ecf1-b7f4-4082-89c2-e0c949d7143e
[01:00:20.777 D] Requesting path on 132 from <-13.76683, -3.25, 39.712> to <-66.36151, -3.896366, 67.00232>
[01:00:20.795 D] Generated path to <-66.36151, -3.896366, 67.00232> in 00:00:00.0178668 ms
[01:00:28.208 D] Moving to next hop: <-62.34331, -4.160303, 43.34146> (TalkToTag: Louhelic) D: 6.059075
[01:00:29.108 D] Moving to next hop: <-64.24295, -4.198631, 43.31373> (TalkToTag: Louhelic) D: 2.439744
[01:00:29.343 D] Finished checking gear in 00:00:00.0005963
[01:00:29.409 D] Moving to next hop: <-65.74324, -4.192353, 42.24702> (TalkToTag: Louhelic) D: 2.340901
[01:00:29.675 D] Moving to next hop: <-67.07855, -4.191486, 43.67524> (TalkToTag: Louhelic) D: 2.305094
[01:00:29.941 D] Moving to next hop: <-67.4356, -4.194436, 44.26073> (TalkToTag: Louhelic) D: 1.342603
[01:00:30.041 D] Moving to next hop: <-68.467, -4.174696, 46.02122> (TalkToTag: Louhelic) D: 2.762151
[01:00:30.375 D] Moving to next hop: <-69.90961, -4.020432, 48.86763> (TalkToTag: Louhelic) D: 3.954877
[01:00:30.908 D] Moving to next hop: <-70.23875, -3.998627, 50.74199> (TalkToTag: Louhelic) D: 2.62666
[01:00:31.241 D] Moving to next hop: <-68.6824, -3.972348, 52.8505> (TalkToTag: Louhelic) D: 3.050694
[01:00:31.641 D] Moving to next hop: <-69.7076, -4.043684, 54.59281> (TalkToTag: Louhelic) D: 2.43441
[01:00:31.941 D] Moving to next hop: <-66.36151, -3.896366, 67.00232> (TalkToTag: Louhelic) D: 13.3893
[01:00:33.675 D] Interacting with Louhelic 0x84490060
[01:00:34.843 V] [Poi.Clear] Reason: Current behavior changed to MoveToTag: XYZ: <-77.95837, -3.695303, 53.08606>, Name: Nicoliaux, Distance: 3, UseMesh: True, IsDone: False, HighPriority: False, LineNumber: 859, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.PrioritySelector, .
[01:00:34.843 D] Replaced hook [ProfileOrderBehavior_Hook] 4e6448a2-0efd-4996-b41b-f82c3e796d01
[01:00:34.843 D] Requesting path on 132 from <-67.06582, -4.029005, 64.10062> to <-77.95837, -3.695303, 53.08606>
[01:00:34.860 D] Generated path to <-77.95837, -3.695303, 53.08606> in 00:00:00.0173673 ms
[01:00:36.808 D] Moving to next hop: <-77.95837, -3.695303, 53.08606> (Nicoliaux) D: 5.369995
[01:00:38.275 N] [PickupQuestTag] Picking up quest For Friendship(65576) from Nicoliaux at <-77.95837, -3.695303, 53.08606>
[01:00:38.276 V] [Poi.Clear] Reason: Current behavior changed to PickupQuestTag: IsDone: False, InteractDistance: 5, NpcId: 1000162, XYZ: <-77.95837, -3.695303, 53.08606>, HighPriority: False, LineNumber: 861, InCombat: False, QuestId: 65576, StepId: 0, PostCombatDelay: 0, QuestName: For Friendship, IsDoneCache: False, Behavior: TreeSharp.PrioritySelector, .
[01:00:38.276 D] Replaced hook [ProfileOrderBehavior_Hook] a7098a2e-31f4-456a-8f1e-02859901ef7d
[01:00:38.276 D] Interacting with Nicoliaux 0x844AB960
[01:00:39.444 V] [EmoteNPC] Started
[01:00:39.447 N] [EmoteNPCTag] Target set to Aunillie 0x845122E0
[01:00:39.448 V] [Poi.Clear] Reason: Current behavior changed to EmoteNPCTag: Emote: bow, CustomCombatLogic: TreeSharp.PrioritySelector, CustomLogic: TreeSharp.PrioritySelector, IsDone: False, Condition: null, Conditional: null, XYZ: <-77.77527, -3.311279, 38.28479>, WaitTime: 0, UseHealthPercent: 0, LacksAuraId: 0, BlacklistDuration: 180, UseDistance: 3.24, UseTimes: 0, Radius: 10, NpcIds: System.Int32[], Hotspots: Clio.Utilities.IndexedList`1[ff14bot.Navigation.HotSpot], IgnoreLOS: False, BlacklistAfter: False, InCombat: False, InCombatOnly: False, Position: <-77.77527, -3.311279, 38.28479> Radius:10, Target: Aunillie 0x845122E0, HighPriority: False, LineNumber: 865, QuestId: 65576, StepId: 1, PostCombatDelay: 0, QuestName: For Friendship, IsDoneCache: False, Behavior: TreeSharp.PrioritySelector, .
[01:00:39.448 D] Replaced hook [ProfileOrderBehavior_Hook] d2a6fe99-b396-42d1-a47a-6c10fcc72e23
[01:00:39.449 D] Requesting path on 132 from <-77.10922, -3.879524, 55.92551> to <-77.77527, -3.311279, 38.28479>
[01:00:39.467 D] Generated path to <-77.77527, -3.311279, 38.28479> in 00:00:00.0178281 ms
[01:00:42.343 D] Moving to next hop: <-77.93735, -3.29863, 38.67752> ([EmoteNPC] Moving to emote with: ) D: 3.263507
[01:00:42.441 D] Targeting Aunillie 0x116997 0x845122E0
[01:00:48.909 D] Finished checking gear in 00:00:00.0008466
[01:00:49.877 V] [EmoteNPC] Done
[01:00:49.877 V] [Poi.Clear] Reason: Current behavior changed to TalkToTag: IsDone: False, NpcId: 1000162, InteractDistance: 3, BypassTargetChange: False, XYZ: <-77.95837, -3.695303, 53.08606>, NPC: Nicoliaux 0x844AB960, HighPriority: False, LineNumber: 868, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.PrioritySelector, .
[01:00:49.877 D] Replaced hook [ProfileOrderBehavior_Hook] 440cfbdb-acbf-4995-b3fb-3c15b96454e9
[01:00:49.877 D] Requesting path on 132 from <-80.63786, -3.308192, 39.631> to <-77.95837, -3.695303, 53.08606>
[01:00:49.895 D] Generated path to <-77.95837, -3.695303, 53.08606> in 00:00:00.0181862 ms
[01:00:51.208 D] Moving to next hop: <-83.33419, -3.247648, 47.77174> (TalkToTag: Nicoliaux) D: 1.51163
[01:00:51.341 D] Moving to next hop: <-83.05737, -3.243947, 48.16917> (TalkToTag: Nicoliaux) D: 1.165035
[01:00:51.408 D] Moving to next hop: <-77.95837, -3.695303, 53.08606> (TalkToTag: Nicoliaux) D: 7.775668
[01:00:52.209 D] Interacting with Nicoliaux 0x844AB960
[01:00:53.410 V] [EmoteNPC] Started
[01:00:53.411 N] [EmoteNPCTag] Target set to Aunillie 0x845122E0
[01:00:53.411 V] [Poi.Clear] Reason: Current behavior changed to EmoteNPCTag: Emote: joy, CustomCombatLogic: TreeSharp.PrioritySelector, CustomLogic: TreeSharp.PrioritySelector, IsDone: False, Condition: null, Conditional: null, XYZ: <-77.77527, -3.311279, 38.28479>, WaitTime: 0, UseHealthPercent: 0, LacksAuraId: 0, BlacklistDuration: 180, UseDistance: 3.24, UseTimes: 0, Radius: 10, NpcIds: System.Int32[], Hotspots: Clio.Utilities.IndexedList`1[ff14bot.Navigation.HotSpot], IgnoreLOS: False, BlacklistAfter: False, InCombat: False, InCombatOnly: False, Position: <-77.77527, -3.311279, 38.28479> Radius:10, Target: Aunillie 0x845122E0, HighPriority: False, LineNumber: 871, QuestId: 65576, StepId: 3, PostCombatDelay: 0, QuestName: For Friendship, IsDoneCache: False, Behavior: TreeSharp.PrioritySelector, .
[01:00:53.411 D] Replaced hook [ProfileOrderBehavior_Hook] 42e4127e-d042-4a70-9bc8-1497d8f4ee4c
[01:00:53.412 D] Requesting path on 132 from <-79.99866, -3.236808, 50.93319> to <-77.77527, -3.311279, 38.28479>
[01:00:53.429 D] Generated path to <-77.77527, -3.311279, 38.28479> in 00:00:00.0174820 ms
[01:00:55.343 D] Moving to next hop: <-77.93735, -3.29863, 38.67752> ([EmoteNPC] Moving to emote with: ) D: 3.228685
[01:00:55.408 D] Targeting Aunillie 0x116997 0x845122E0
[01:01:03.909 V] [EmoteNPC] Done
[01:01:03.909 V] [Poi.Clear] Reason: Current behavior changed to TalkToTag: IsDone: False, NpcId: 1000162, InteractDistance: 3, BypassTargetChange: False, XYZ: <-77.95837, -3.695303, 53.08606>, NPC: Nicoliaux 0x844AB960, HighPriority: False, LineNumber: 874, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.PrioritySelector, .
[01:01:03.909 D] Replaced hook [ProfileOrderBehavior_Hook] a8181491-e25c-482b-99e7-2d594ec043f2
[01:01:03.910 D] Requesting path on 132 from <-75.82771, -3.533596, 40.83613> to <-77.95837, -3.695303, 53.08606>
[01:01:03.928 D] Generated path to <-77.95837, -3.695303, 53.08606> in 00:00:00.0176737 ms
[01:01:03.942 D] Finished checking gear in 00:00:00.0006156
[01:01:05.308 D] Moving to next hop: <-77.95837, -3.695303, 53.08606> (TalkToTag: Nicoliaux) D: 6.081792
[01:01:05.841 D] Interacting with Nicoliaux 0x844AB960
[01:01:06.344 V] [EmoteNPC] Started
[01:01:06.345 N] [EmoteNPCTag] Target set to Aunillie 0x845122E0
[01:01:06.345 V] [Poi.Clear] Reason: Current behavior changed to EmoteNPCTag: Emote: dance, CustomCombatLogic: TreeSharp.PrioritySelector, CustomLogic: TreeSharp.PrioritySelector, IsDone: False, Condition: null, Conditional: null, XYZ: <-77.77527, -3.311279, 38.28479>, WaitTime: 0, UseHealthPercent: 0, LacksAuraId: 0, BlacklistDuration: 180, UseDistance: 3.24, UseTimes: 0, Radius: 10, NpcIds: System.Int32[], Hotspots: Clio.Utilities.IndexedList`1[ff14bot.Navigation.HotSpot], IgnoreLOS: False, BlacklistAfter: False, InCombat: False, InCombatOnly: False, Position: <-77.77527, -3.311279, 38.28479> Radius:10, Target: Aunillie 0x845122E0, HighPriority: False, LineNumber: 877, QuestId: 65576, StepId: 5, PostCombatDelay: 0, QuestName: For Friendship, IsDoneCache: False, Behavior: TreeSharp.PrioritySelector, .
[01:01:06.345 D] Replaced hook [ProfileOrderBehavior_Hook] d19dbb4b-0984-4d73-91aa-902c47bccdfd
[01:01:06.346 D] Requesting path on 132 from <-78.87164, -3.528286, 50.35595> to <-77.77527, -3.311279, 38.28479>
[01:01:06.363 D] Generated path to <-77.77527, -3.311279, 38.28479> in 00:00:00.0176856 ms
[01:01:07.244 D] Moving to next hop: <-75.41461, -3.441633, 40.36527> ([EmoteNPC] Moving to emote with: ) D: 7.201343
[01:01:08.311 D] Moving to next hop: <-77.93735, -3.29863, 38.67752> ([EmoteNPC] Moving to emote with: ) D: 3.059902
[01:01:08.374 D] Targeting Aunillie 0x116997 0x845122E0
[01:01:23.476 D] Finished checking gear in 00:00:00.0006698
[01:01:24.344 V] [EmoteNPC] Done
[01:01:24.344 N] [TurnInTag] Turning in quest For Friendship(65576) from Nicoliaux at <-77.95837, -3.695303, 53.08606>
[01:01:24.344 V] [Poi.Clear] Reason: Current behavior changed to TurnInTag: RewardSlot: -1, ItemIds: null, RequiresHq: null, IsDone: False, NpcId: 1000162, InteractDistance: 5, XYZ: <-77.95837, -3.695303, 53.08606>, NPC: Nicoliaux 0x844AB960, HighPriority: False, LineNumber: 880, InCombat: False, QuestId: 65576, StepId: 0, PostCombatDelay: 0, QuestName: For Friendship, IsDoneCache: False, Behavior: TreeSharp.PrioritySelector, .
[01:01:24.344 D] Replaced hook [ProfileOrderBehavior_Hook] d8feb970-665b-4489-a524-9d0d5c150cdc
[01:01:24.345 D] Requesting path on 132 from <-76.06075, -3.508896, 40.82391> to <-77.95837, -3.695303, 53.08606>
[01:01:24.367 D] Generated path to <-77.95837, -3.695303, 53.08606> in 00:00:00.0222236 ms
[01:01:25.709 D] Moving to next hop: <-77.95837, -3.695303, 53.08606> (TurnInTag: Nicoliaux) D: 6.160956
[01:01:25.910 D] Interacting with Nicoliaux 0x844AB960
[01:01:26.479 V] [Poi.Clear] Reason: Current behavior changed to MoveToTag: XYZ: <158.5835, -12.85194, 157.9362>, Name: Central Shroud, Distance: 0, UseMesh: True, IsDone: False, HighPriority: False, LineNumber: 887, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.PrioritySelector, .
[01:01:26.479 D] Replaced hook [ProfileOrderBehavior_Hook] 769d543e-c41e-4547-9342-806133eb1b3f
[01:01:26.479 D] Requesting path on 132 from <-79.49258, -3.550684, 48.3718> to <158.5835, -12.85194, 157.9362>
[01:01:26.498 D] Generated path to <158.5835, -12.85194, 157.9362> in 00:00:00.0187184 ms
[01:01:26.542 N] Sprinting
[01:01:26.542 D] DoAction Spell 3 0xE0000000
[01:01:27.075 D] Moving to next hop: <-55.98342, -3.413462, 38.96704> (Central Shroud) D: 23.01282
[01:01:29.946 D] Moving to next hop: <-10.46765, -3.198631, 39.07121> (Central Shroud) D: 46.08704
[01:01:35.775 D] Moving to next hop: <-10.97643, -3.208082, 36.18519> (Central Shroud) D: 2.889851
[01:01:36.076 D] Moving to next hop: <-9.683411, -3.239465, 35.16514> (Central Shroud) D: 2.043777
[01:01:36.243 D] Moving to next hop: <-11.43201, -3.198631, 38.62051> (Central Shroud) D: 3.146814
[01:01:36.576 D] Moving to next hop: <-9.683411, -3.236717, 35.34097> (Central Shroud) D: 3.17642
[01:01:36.910 D] Moving to next hop: <-8.748379, -3.198631, 37.78362> (Central Shroud) D: 2.286485
[01:01:37.110 D] Moving to next hop: <-8.183411, -3.198631, 37.93457> (Central Shroud) D: 1.220364
[01:01:37.176 D] Moving to next hop: <-7.915395, -3.198631, 37.90218> (Central Shroud) D: 0.9113327
[01:01:37.209 D] Moving to next hop: <15.01578, -1.197729, 45.32351> (Central Shroud) D: 24.89048
[01:01:38.477 D] Finished checking gear in 00:00:00.0006842
[01:01:40.310 D] Moving to next hop: <34.12506, -1.596399, 58.21945> (Central Shroud) D: 23.65298
[01:01:43.243 D] Moving to next hop: <60.09938, -0.3870441, 76.66603> (Central Shroud) D: 32.6649
[01:01:47.478 D] Moving to next hop: <72.91774, -5.271486, 97.20541> (Central Shroud) D: 25.29055
[01:01:51.509 D] Moving to next hop: <77.91165, -7.250039, 109.6761> (Central Shroud) D: 14.19049
[01:01:53.509 D] Finished checking gear in 00:00:00.0006533
[01:01:53.742 D] Moving to next hop: <78.62461, -7.291865, 111.0691> (Central Shroud) D: 2.21925
[01:01:54.008 D] Moving to next hop: <78.96801, -7.277108, 111.2042> (Central Shroud) D: 0.9298476
[01:01:54.042 D] Moving to next hop: <81.14404, -7.198631, 113.4162> (Central Shroud) D: 3.830952
[01:01:54.575 D] Moving to next hop: <111.2513, -11.14024, 134.4687> (Central Shroud) D: 37.54224
[01:01:56.542 N] Sprinting
[01:01:56.542 D] DoAction Spell 3 0xE0000000
[01:01:59.842 D] Moving to next hop: <126.7959, -12.85176, 146.9808> (Central Shroud) D: 20.65816
[01:02:02.408 D] Moving to next hop: <148.1789, -12.96187, 157.9467> (Central Shroud) D: 24.58196
[01:02:05.474 D] Moving to next hop: <149.7666, -12.99863, 158.182> (Central Shroud) D: 2.244861
[01:02:05.674 D] Moving to next hop: <158.5835, -12.85194, 157.9362> (Central Shroud) D: 9.484405
[01:02:10.808 D] Finished checking gear in 00:00:00.0007644
[01:02:10.842 N] Grind Area changed to EssentialOil
[01:02:10.843 V] [Poi.Clear] Reason: Current behavior changed to GrindTag: GrindRef: EssentialOil, WhileCondition: HasQuest(65567) and GetQuestStep(65567) == 1, IsDone: False, HighPriority: False, LineNumber: 889, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: ff14bot.Behavior.HookExecutor, .
[01:02:10.843 D] Replaced hook [ProfileOrderBehavior_Hook] d2edf15d-ad2c-4df7-9480-d4f0215b7d30
[01:02:10.843 D] [POI Set] Type: Kill, Name: Little Ladybug, ObjectId: 40050E56, NpcId: 49, Location: <118.7915, 17.31044, -258.0453>
[01:02:10.877 D] Requesting path on 148 from <128.8167, 24.92933, -304.6389> to <118.7915, 17.31044, -258.0453>
[01:02:10.895 D] Generated path to <118.7915, 17.31044, -258.0453> in 00:00:00.0179215 ms
[01:02:13.377 D] Targeting Little Ladybug 0x40050E56 0x8AD9C690
[01:02:19.978 D] [POI Set] Type: Kill, Name: Little Ladybug, ObjectId: 40050E5D, NpcId: 49, Location: <109.7476, 16.54838, -242.0064>
[01:02:20.011 D] Targeting Little Ladybug 0x40050E5D 0x8ADAB4B0
[01:02:21.578 D] Requesting path on 148 from <112.9663, 16.97069, -230.9715> to <107.3092, 16.052, -243.9055>
[01:02:21.595 D] Generated path to <107.3092, 16.052, -243.9055> in 00:00:00.0170821 ms
[01:02:25.841 D] Finished checking gear in 00:00:00.0005880
[01:02:40.875 D] Finished checking gear in 00:00:00.0006104
[01:02:55.908 D] Finished checking gear in 00:00:00.0006320
[01:03:10.942 D] Finished checking gear in 00:00:00.0005830
[01:03:25.975 D] Finished checking gear in 00:00:00.0005866
[01:03:41.009 D] Finished checking gear in 00:00:00.0005894
[01:03:56.042 D] Finished checking gear in 00:00:00.0006043
[01:04:11.076 D] Finished checking gear in 00:00:00.0005902
[01:04:26.109 D] Finished checking gear in 00:00:00.0006093
[01:04:41.142 D] Finished checking gear in 00:00:00.0005941
[01:04:56.176 D] Finished checking gear in 00:00:00.0007346
[01:05:11.210 D] Finished checking gear in 00:00:00.0006112
[01:05:18.980 D] Targeting Little Ladybug 0x40050E5D 0x8ADAB4B0
[01:05:21.130 D] Requesting path on 148 from <126.3487, 19.93408, -242.1714> to <114.702, 17.32887, -243.6409>
[01:05:21.147 D] Generated path to <114.702, 17.32887, -243.6409> in 00:00:00.0175230 ms
[01:05:24.346 D] [POI Set] Type: Kill, Name: Little Ladybug, ObjectId: 40050E56, NpcId: 49, Location: <114.8851, 16.46641, -256.0007>
[01:05:24.395 D] Targeting Little Ladybug 0x40050E56 0x8AD9C690
[01:05:26.227 D] Finished checking gear in 00:00:00.0006220
[01:05:27.729 D] Targeting Little Ladybug 0x40050E56 0x8AD9C690
[01:05:35.103 N] [FFXIVAllInOne] Casting Stone
[01:05:35.103 D] DoAction Spell 119 0x40050E56
[01:05:35.118 D] System.NullReferenceException: Object reference not set to an instance of an object.
at FFXIVAllInOne.Helpers.Casting.<>c__DisplayClass1_0.<Cast>b__1(Object ret) in C:\Games\RB\Routines\AllInOne\Helpers\Casting.cs:line 94
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.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.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.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.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.()
[01:05:35.758 N] Stopping the bot. Reason:Pushed the stop button.
[01:05:35.801 D] CurrentBot.Stop()
[01:05:35.801 N] Connection closed! 192.99.148.87:31215
[01:05:35.801 D] TreeHooks.Instance.ClearAll()
[01:05:35.801 N] Clearing all hooks.
[01:05:35.801 D] Replaced hook [PreCombatBuff] fb8e0d08-6e28-408e-975f-1f304963f223
[01:05:35.801 D] Replaced hook [Heal] a7fa3175-ea4e-4b62-a9b4-98c00bb66dea
[01:05:35.801 D] Replaced hook [Pull] b924c066-89ec-4ee5-b231-c5f215a2da71
[01:05:35.801 D] Replaced hook [CombatBuff] fd02510b-9602-4514-8e3d-216dec0cef1d
[01:05:35.801 D] Replaced hook [Combat] b2854541-4a88-4fda-b4d7-34c8de624c1f
[01:05:35.801 D] Replaced hook [Rest] 1f398d0f-00a9-495e-baa2-900fa2d0742f
[01:05:35.801 D] Navigator.Clear()
[01:05:35.801 D] OnStop event
[01:05:35.801 D] OnStop Event Invoking
[01:05:35.801 N] Bot Thread Ended.
[01:05:53.210 N] BehaviorDirectory element found, compiling custom behaviors...
[01:05:57.384 N] Loaded profile Questing - 1-15 Gridania (Lancer/Archer/Conjurer)
[01:05:57.384 N] Bot Thread Started.
[01:05:57.571 N] Connection to 192.99.148.87:31215 established.
[01:05:57.571 N] Clearing all hooks.
[01:05:57.571 D] Replaced hook [PreCombatBuff] fb8e0d08-6e28-408e-975f-1f304963f223
[01:05:57.571 D] Replaced hook [Heal] a7fa3175-ea4e-4b62-a9b4-98c00bb66dea
[01:05:57.571 D] Replaced hook [Pull] b924c066-89ec-4ee5-b231-c5f215a2da71
[01:05:57.571 D] Replaced hook [CombatBuff] fd02510b-9602-4514-8e3d-216dec0cef1d
[01:05:57.571 D] Replaced hook [Combat] b2854541-4a88-4fda-b4d7-34c8de624c1f
[01:05:57.571 D] Replaced hook [Rest] 1f398d0f-00a9-495e-baa2-900fa2d0742f
[01:05:57.571 D] Added new hook [RoutineCombat] 8a6d1b00-7395-466d-8b3a-1a62ea888484
[01:05:57.571 D] Added new hook [HotspotPoi] 644bd140-c721-4816-a055-c0006460f518
[01:05:57.571 D] Added new hook [SetDeathPoi] 36918321-c71c-40ef-b22f-223853b7a1ae
[01:05:57.571 D] Added new hook [SetCombatPoi] 4f7cd6a1-7673-4333-9f55-da578a5f24ab
[01:05:57.571 D] Added new hook [SetHotspotPoi] c075d0b1-059b-465a-8b13-a0aef757c564
[01:05:57.571 D] Added new hook [SelectPoiType] a4845afd-6bc7-428c-a484-d7948f103da7
[01:05:57.571 D] Replaced hook [SelectPoiType] fff5e32e-b10c-47b7-8815-ae0c6def53fb
[01:05:57.571 D] Inserted new hook [TreeStart @0] 2370e10e-ef54-4960-99c8-f08da87f91e4
[01:05:57.590 V] [Poi.Clear] Reason: Current behavior changed to BotSettingsTag: IsDone: False, AutoEquip: 1, BlockSkippingCutscenes: -1, HighPriority: False, LineNumber: 419, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.ActionRunCoroutine, .
[01:05:57.590 D] Removed all hooks from [HighPriorityProfileOrderBehavior_Hook]
[01:05:57.590 D] Replaced hook [ProfileOrderBehavior_Hook] d27aae55-5a9d-45c8-b94a-68044241e56b
[01:05:57.650 D] Finished checking gear in 00:00:00.0006231
[01:05:57.665 N] Grind Area changed to WayOfTheConjurer_ForestFunguar
[01:05:57.666 V] [Poi.Clear] Reason: Current behavior changed to GrindTag: GrindRef: WayOfTheConjurer_ForestFunguar, WhileCondition: HasQuest(65558) and GetQuestStep(65558) == 2, IsDone: False, HighPriority: False, LineNumber: 573, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: ff14bot.Behavior.HookExecutor, .
[01:05:57.666 D] Replaced hook [ProfileOrderBehavior_Hook] f3938a02-85ae-4844-ab34-db200f6b6798
[01:05:57.668 D] [POI Set] Type: Kill, Name: Forest Funguar, ObjectId: 40050EB8, NpcId: 47, Location: <101.0299, 3.253746, -195.7885>
[01:05:57.730 D] Requesting path on 148 from <121.3971, 18.85638, -274.3141> to <101.0299, 3.253746, -195.7885>
[01:05:57.757 D] Generated path to <101.0299, 3.253746, -195.7885> in 00:00:00.0270659 ms
[01:05:58.803 D] Moving to next hop: <88.19234, 12.71662, -239.6749> (Kill Target) D: 44.06776
[01:06:05.975 D] Moving to next hop: <80.98952, 8.96902, -229.3316> (Kill Target) D: 13.86751
[01:06:07.316 D] [POI Set] Type: Kill, Name: Forest Funguar, ObjectId: 40050ED3, NpcId: 47, Location: <84.09241, 4.153764, -192.1263>
[01:06:07.387 D] Requesting path on 148 from <83.85387, 10.51975, -233.3326> to <84.09241, 4.153764, -192.1263>
[01:06:07.406 D] Generated path to <84.09241, 4.153764, -192.1263> in 00:00:00.0189444 ms
[01:06:09.347 D] Targeting Forest Funguar 0x40050ED3 0x8ADD5760
[01:06:12.680 D] Finished checking gear in 00:00:00.0006336
[01:06:21.633 N] Stopping the bot. Reason:Pushed the stop button.
[01:06:21.688 D] CurrentBot.Stop()
[01:06:21.688 N] Connection closed! 192.99.148.87:31215
[01:06:21.688 D] TreeHooks.Instance.ClearAll()
[01:06:21.688 N] Clearing all hooks.
[01:06:21.688 D] Replaced hook [PreCombatBuff] fb8e0d08-6e28-408e-975f-1f304963f223
[01:06:21.688 D] Replaced hook [Heal] a7fa3175-ea4e-4b62-a9b4-98c00bb66dea
[01:06:21.688 D] Replaced hook [Pull] b924c066-89ec-4ee5-b231-c5f215a2da71
[01:06:21.688 D] Replaced hook [CombatBuff] fd02510b-9602-4514-8e3d-216dec0cef1d
[01:06:21.688 D] Replaced hook [Combat] b2854541-4a88-4fda-b4d7-34c8de624c1f
[01:06:21.688 D] Replaced hook [Rest] 1f398d0f-00a9-495e-baa2-900fa2d0742f
[01:06:21.688 D] Navigator.Clear()
[01:06:21.688 D] OnStop event
[01:06:21.688 D] OnStop Event Invoking
[01:06:21.688 N] Bot Thread Ended.
 
Hello,

I have tried the bot and the profile the first time.
My "pgl" is lvl12 and until then everything has now worked.
Then I stopped the bot and started again and since I get the message "No viable path from".
Although I teleport me back and where the bot start, he runs somewhere and then i see this message again.

sorry for my bad english!

Anaalen
 
SquareEnix has changed some of the Quest Id's and added additional steps to the quests. This is why there are issue with the original profiles. For example the quest It's Probably Pirates is set to use Quest Id: 66211. This was changed to 65781 with an added step. Step 2 should now be talking to the Seasoned Adventurer (1017075) and then step 3 is the Yellowjacket NPC at the beginning of the Dungeon. The rest of the steps listed after will also have to be changed further in the code to increment by 1 as this additional step was added with the Hall of the Novice changes. There are other places in the profile that are like this, where additional steps were added, or removed. Someone would have to go through it all and fix everything that was changed.
 
Hello! I've been using the Main Scenario Quest pack and the bot keeps wanting to find Baderon every time I start it up. Any reason why? Thanks!
 
Hello! I've been using the Main Scenario Quest pack and the bot keeps wanting to find Baderon every time I start it up. Any reason why? Thanks!
Have you tried searching this thread for "Baderon"? ;)
 
Hello! I've been using the Main Scenario Quest pack and the bot keeps wanting to find Baderon every time I start it up. Any reason why? Thanks!

if you read my post, there are changes that were done to FFXIV with the quests, locations of things in the game and that is why it is broken. I have been making changes to the original file myself. you can try this, I have it working to costa del sol with the titan stuff. if things dont work, don't bug me about it please, cause I wont support this and wont be making fixes to it that improve it (although i added palace of the dead unlock quest). This simply continues onward in a broken fashion, if it doesn't work, gets stuck then stop and restart.

View attachment MainScenario_15-50.xml

I removed class quests because those are broken and i didn't want to fix them. again, i wont be maintaining this. if i happen to fix it past costa del sol, it will be because i am bored and have nothing else better to do and if that is the case it will be updated in another post in this thread. I am not trying to sound mean, I am just very busy in real life and being able to bot is the only game time I get.
 
Have you tried searching this thread for "Baderon"? ;)

I have not! I'm not very good with forum searching and such. ;_;

And Becto, thanks for that information! I do hope things gets quieter for you in the future so you can actually enjoy playing!
 
I have not! I'm not very good with forum searching and such. ;_;

And Becto, thanks for that information! I do hope things gets quieter for you in the future so you can actually enjoy playing!
EZSaODT.png


That's the tool vBulletin provides to search within a thread. There are a few results, but within them, you will be able to find the solution to your issue. ;)
 
Status
Not open for further replies.
Back
Top