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!

[Beast Tribe] Brotherhood of Ash (Amalj'aa) Daily Quests

Where has Kaga been?! Hope he is ok!!!

Two quests that seem to be picked up fine but are perhaps not supported? (bot doesnt attempt to do any part of them)

Douse them while they're down
Losing One's Tempered

Neck deep in main scenario questing profiles. Sorry, this hasn't been my top concern lately because I've been hard at work on my 15-50 profile. If I remember correctly, Losing One's Tempered is not supported. There might be one other one that isn't supported as well, I'm honestly not sure off the top of my head. I'll try to look at it in the next couple days, but I can't make any promises. Thanks.

- kagami
 
Neck deep in main scenario questing profiles. Sorry, this hasn't been my top concern lately because I've been hard at work on my 15-50 profile. If I remember correctly, Losing One's Tempered is not supported. There might be one other one that isn't supported as well, I'm honestly not sure off the top of my head. I'll try to look at it in the next couple days, but I can't make any promises. Thanks.

- kagami
No worries. I just hadn;t seen you in any threads (maybe I wasn't searching hard enough). Glad to see you around! :)
 
hi, i cant seem to get this to work
at work when i run it, it got 3 quests then kept on talking to the npc so i stopped the bot and restarted it. now i load the orderbox and start it and it doesnt do anything

oh and i just unlocked the neutral quests so im using the neutral quest
 
Last edited:
hi, i cant seem to get this to work
at work when i run it, it got 3 quests then kept on talking to the npc so i stopped the bot and restarted it. now i load the orderbox and start it and it doesnt do anything

Just like the person above you, I'm guessing you have an old version.
 
what do you mean by old version? what do i need to update? i downloaded the files from the first page

Did you download from the main post today, or awhile ago? If it was today, repost your log. I won't be able to look at it for a little while but I'll look when I get the chance.
 
i downloaded it like 5 seconds before i posted.

i'll run it again and post the log in a few minutes
 
here is the log, i abandoned the quests and started them again. the bot took 3 quests and wouldnt stop talking to the npc
if i stop it and restart it, it does nothing

[15:39:26.654 V] [Poi.Clear] Reason: Current behavior changed to PickupDailyQuestTag: IsDone: False, NpcId: 1005550, XYZ: <105.272, 15.35964, -357.3816>, HighPriority: False, InCombat: False, QuestId: 66765, StepId: 0, PostCombatDelay: 0, QuestName: Ravage the Ravagers, IsDoneCache: False, Behavior: TreeSharp.PrioritySelector, .
[15:39:26.654 D] Replaced hook [ProfileOrderBehavior_Hook] 9c92ca15-5d0b-4bb0-992f-3862197f516e
[15:39:26.727 D] Interacting with Fibubb Gah 0xE9714F0
[15:39:28.506 D] Exception during scheduling Pulse: Microsoft.Scripting.ArgumentTypeException: expected UInt32, got str
at Microsoft.Scripting.Interpreter.ThrowInstruction.Run(InterpretedFrame frame)
at Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)
at Microsoft.Scripting.Interpreter.LightLambda.Run4[T0,T1,T2,T3,TRet](T0 arg0, T1 arg1, T2 arg2, T3 arg3)
at System.Dynamic.UpdateDelegates.UpdateAndExecute3[T0,T1,T2,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at Microsoft.Scripting.Interpreter.DynamicInstruction`4.Run(InterpretedFrame frame)
at Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)
at Microsoft.Scripting.Interpreter.LightLambda.Run1[T0,TRet](T0 arg0)
at IronPython.Compiler.PythonCallTargets.OriginalCallTarget0(PythonFunction function)
at System.Dynamic.UpdateDelegates.UpdateAndExecute1[T0,TRet](CallSite site, T0 arg0)
at _Scripting_(Object[] )
at ff14bot.NeoProfiles.GrindTag.get_IsDone()
at ff14bot.NeoProfiles.ProfileBehavior.get_IsDoneCache()
at ff14bot.NeoProfiles.TreeNode`1.Find()
at ff14bot.NeoProfiles.TreeNode`1.Find()
at ff14bot.NeoProfiles.TreeNode`1.Find()
at ff14bot.NeoProfiles.TreeNode`1.Find()
at ?..()
at ff14bot.NeoProfiles.NeoProfileManager.UpdateCurrentProfileBehavior()
at ff14bot.BotBases.OrderBot.(Object , EventArgs )
at ff14bot.Behavior.BrainBehavior.()
[15:39:28.506 D] Interacting with Fibubb Gah 0xE9714F0
 
Last edited:
I am also having an issue with the Neutral quests.

I used the recognized profile, and it worked perfectly, no issues, but trying the Neutral profile w/o the quest picked up already causes the bot to repeatedly talk to the quest NPC, and if the quests are picked up already, the bot takes no action whatsoever.

I reset my cache (ctrl + f5) and re-downloaded all of the files on the main post for troubleshooting purposes, about 5 minutes before this post, and placed everything into it's respective folders.
 
Last edited:
Change the below from:

Code:
<!-- A Shell to Scry On -->
<If Condition="GetQuestStep(66758) == 1">
	<While Condition="not HasItem(2001114)">
		<Grind grindRef="AShellToScryOn_IronTortoise" while="not HasItem('Iron Tortoise Shell')" />
	</While>
	<Grind grindRef="AShellToScryOn_FireSprite" while="GetQuestStep(66758) == 1" />
</If>

To:

Code:
<!-- A Shell to Scry On -->
<If Condition="GetQuestStep(66758) == 1">
	<While Condition="not HasItem(2001114)">
		<Grind grindRef="AShellToScryOn_IronTortoise" while="not HasItem(2001114)" />
	</While>
	<Grind grindRef="AShellToScryOn_FireSprite" while="GetQuestStep(66758) == 1" />
</If>

It won't recognise an English name on the Chinese client. So instead have it use the Item ID. That should do it.
 
Change the below from:

Code:
<!-- A Shell to Scry On -->
<If Condition="GetQuestStep(66758) == 1">
	<While Condition="not HasItem(2001114)">
		<Grind grindRef="AShellToScryOn_IronTortoise" while="not HasItem('Iron Tortoise Shell')" />
	</While>
	<Grind grindRef="AShellToScryOn_FireSprite" while="GetQuestStep(66758) == 1" />
</If>

To:

Code:
<!-- A Shell to Scry On -->
<If Condition="GetQuestStep(66758) == 1">
	<While Condition="not HasItem(2001114)">
		<Grind grindRef="AShellToScryOn_IronTortoise" while="not HasItem(2001114)" />
	</While>
	<Grind grindRef="AShellToScryOn_FireSprite" while="GetQuestStep(66758) == 1" />
</If>

It won't recognise an English name on the Chinese client. So instead have it use the Item ID. That should do it.

Oh, did I miss a change when I modified from names to IDs? Oops, I'll fix that in the OP soon. Thanks!
 
Change the below from:

Code:
<!-- A Shell to Scry On -->
<If Condition="GetQuestStep(66758) == 1">
	<While Condition="not HasItem(2001114)">
		<Grind grindRef="AShellToScryOn_IronTortoise" while="not HasItem('Iron Tortoise Shell')" />
	</While>
	<Grind grindRef="AShellToScryOn_FireSprite" while="GetQuestStep(66758) == 1" />
</If>

To:

Code:
<!-- A Shell to Scry On -->
<If Condition="GetQuestStep(66758) == 1">
	<While Condition="not HasItem(2001114)">
		<Grind grindRef="AShellToScryOn_IronTortoise" while="not HasItem(2001114)" />
	</While>
	<Grind grindRef="AShellToScryOn_FireSprite" while="GetQuestStep(66758) == 1" />
</If>

It won't recognise an English name on the Chinese client. So instead have it use the Item ID. That should do it.

I updated the main post with this fix, my apologies for the delay.
 
It will trigger a bug in Chinese version of ff14.

[04:10:50.167 N] Connection to 23.88.178.194:31214 established.
[04:10:50.168 N] Clearing all hooks.
[04:10:50.168 N] Hooks cleared, re-creating behaviors
[04:10:50.168 D] Replaced hook [Kupo.Combat] 9de6645b-61cc-499f-9d57-5157f492e27f
[04:10:50.168 D] Replaced hook [Kupo.Pull] 350aefdd-a706-4994-8a01-da71e85c23c3
[04:10:50.168 D] Replaced hook [Kupo.Rest] cf68ca9f-ec9f-4472-8d3a-24f5b1840d41
[04:10:50.168 D] Replaced hook [Kupo.CombatBuffs] 03e6d651-d535-4b29-aef8-cdf6eb26c9bb
[04:10:50.168 D] Replaced hook [Kupo.Heal] f51231b2-2fea-4be7-8277-a207e472d012
[04:10:50.168 D] Replaced hook [Kupo.PreCombatBuffs] 509375df-bc6d-4653-92bb-99ec88dc4feb
[04:10:50.168 D] Added new hook [Pull] 1e4d44df-a542-4a30-b7ec-0e25e44c9ea0
[04:10:50.168 D] Added new hook [RoutineCombat] 70c99e6f-7af4-4d7f-a221-e724387be04c
[04:10:50.168 D] Added new hook [HotspotPoi] 4ea8432f-6c60-4ec6-9b07-57e97661572c
[04:10:50.168 D] Added new hook [SetDeathPoi] 385601a1-2fc5-45af-87eb-9d342463d17b
[04:10:50.168 D] Added new hook [SetCombatPoi] 6cdf812f-c2ed-4961-8366-70cbcbdd54a1
[04:10:50.169 D] Added new hook [SetHotspotPoi] c57fda05-c9bb-4320-adf5-d6e69a4e8b76
[04:10:50.169 D] Added new hook [SelectPoiType] 67bba2ef-6b9c-4c84-b925-be3df6d9f4bd
[04:10:50.169 D] Replaced hook [SelectPoiType] 1ee37615-be26-41a8-ad86-76ef935b187e
[04:10:50.169 D] Inserted new hook [TreeStart @0] f55098a1-2906-4d49-8946-b1eee1563dd0
[04:10:50.169 D] Inserted new hook [TreeStart @0] 55b964c6-64ee-4d3b-8c6a-ebaa61a58523
[04:10:50.169 N] [Agil] Hooked.
[04:10:50.226 V] [Poi.Clear] Reason: Current behavior changed to RegisterDailiesTag: IsDone: True, QuestIds: System.Int32[], HighPriority: False, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: True, Behavior: null, .
[04:10:50.226 D] Removed all hooks from [HighPriorityProfileOrderBehavior_Hook]
[04:10:50.337 D] Exception during scheduling Pulse: System.FormatException: 输入字符串的格式不正确。
在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
在 System.String.System.IConvertible.ToInt32(IFormatProvider provider)
在 System.Convert.ChangeType(Object value, Type conversionType, IFormatProvider provider)
在 ff14bot.Managers.Lua.GetReturnVal[T](String lua, UInt32 retVal)
在 ff14bot.NeoProfiles.ConditionParser.IsDailyQuestCompleted(Int32 id)
在 ff14bot.NeoProfiles.ProfileBehavior.get_IsQuestComplete()
在 ff14bot.NeoProfiles.Tags.HuntBehavior.get_IsDone()
在 ff14bot.NeoProfiles.ProfileBehavior.get_IsDoneCache()
在 ff14bot.NeoProfiles.IfTag.(ProfileBehavior )
在 System.Linq.Enumerable.All[TSource](IEnumerable`1 source, Func`2 predicate)
在 ff14bot.NeoProfiles.IfTag.get_IsDone()
在 ff14bot.NeoProfiles.ProfileBehavior.get_IsDoneCache()
在 ff14bot.NeoProfiles.TreeNode`1.Find()
在 ff14bot.NeoProfiles.TreeNode`1.Find()
在 ‡..()
在 ff14bot.NeoProfiles.NeoProfileManager.UpdateCurrentProfileBehavior()
在 ff14bot.BotBases.OrderBot.(Object , EventArgs )
在 ff14bot.Behavior.BrainBehavior.()
[04:10:52.964 N] Stopping the bot. Reason:Pushed the stop button.
[04:10:52.964 D] CurrentBot.Stop()
[04:10:52.964 N] Connection closed! 23.88.178.194:31214
[04:10:52.964 D] TreeHooks.Instance.ClearAll()
[04:10:52.964 N] Clearing all hooks.
[04:10:52.964 N] Hooks cleared, re-creating behaviors
[04:10:52.965 D] Replaced hook [Kupo.Combat] c1b28967-b344-4c0e-adca-57ce2d4a9c21
[04:10:52.965 D] Replaced hook [Kupo.Pull] b87b8ede-4cc4-4412-af30-e21a383a986d
[04:10:52.965 D] Replaced hook [Kupo.Rest] 003c305b-1cd3-4a49-84ef-59bd5d58f8c4
[04:10:52.965 D] Replaced hook [Kupo.CombatBuffs] f72a10bf-78d7-420f-84f2-63c3db7bd469
[04:10:52.965 D] Replaced hook [Kupo.Heal] ceba41b1-6404-43a3-bb0c-c0dc0b813c34
[04:10:52.965 D] Replaced hook [Kupo.PreCombatBuffs] a2b4f4d1-4c74-4953-b4fa-b723fe79facd
[04:10:52.965 D] Navigator.Clear()
[04:10:52.965 V] [Poi.Clear] Reason: Bot stopped
[04:10:52.965 D] OnStop event
[04:10:52.965 D] OnStop Event Invoking
[04:10:52.965 N] [Agil] Unhooked.
[04:10:52.965 D] ProfileOrderManager.OnBotStop. Resetting caches.
[04:10:52.989 N] Bot Thread Ended. Was this requested?

Rough translation for the System.FormatException is "Incorrect format for input string".

Any idea?
 
Back
Top