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

kagamihiiragi17

Community Developer
Joined
Jun 24, 2014
Messages
873
These profiles will automate the Brotherhood of Ash (Amalj'aa) daily quests in Southern Thanalan. Currently I have profiles for the Neutral quests and the Recognized quests. I will work on the Friendly quests once I unlock them.

One thing of note - the Recognized profile will complete the quest to unlock the recognized dailies if you haven't already. You can start up the Recognized profile when you max out the Neutral rank and it will handle things from there. The Neutral profile however will not do the quests to unlock the dailies, so make sure you've unlocked the Neutral dailies before starting that profile.

Code:
Neutral v1.0
- Currently does not support the quest "Losing One's Tempered"

Recognized v1.0
- Does not have every pattern for the quest "Douse Them While They're Down"
- Does not have every pattern for the quest "The Gland that Feeds You"

IMPORTANT: These profiles require two custom tags in order to function. Please download UseSpell.cs, Dismount.cs, UseItemNPC.cs, and put them in Plugins/OrderBotTags (if an OrderBotTags folder does not exist in your Plugins folder, please create it). After placing the custom tags in the OrderBotTags folder, please restart RB and then load the profile.

Downloads
View attachment Dismount.cs [v1.1.0]
v1.1.0 - Updated for v1.0.200 of Rebornbuddy
View attachment UseItemNPC.cs [v1.2.0]
v1.1.0 - Updated for v1.0.207 of Rebornbuddy
View attachment UseSpell.cs [v1.1.0]
v1.1.0 - Updated for v1.0.200 of Rebornbuddy
View attachment BrotherhoodOfAsh_DailyQuests_Neutral.xml [v1.0.2]
v1.0.2 - Fixed one more bug that was missed in v1.0.1
v1.0.1 - Modified a HasItem tag to use the ItemId instead of the item name
View attachment BrotherhoodOfAsh_DailyQuests_Recognized.xml [v1.0]
 
Last edited:
thank you for your work~~ ;D
stucked after teleported, btw, i am using the chinese version game client.

[20:15:47.785 N] Loaded profile Brotherhood of Ash Dailies - Neutral
[20:15:48.014 N] Connection established! [TCP-E-E] 192.168.1.104:51228 -> 192.99.148.87:31214 (QwZWqvHdhEO4_7j9vjNTZg)
[20:15:48.015 D] Replaced hook [Kupo.Combat] c6469b2e-876e-453f-80b5-f0f466590371
[20:15:48.015 D] Replaced hook [Kupo.Pull] d7900cf8-a852-4653-8a17-d77536e3c64a
[20:15:48.015 D] Replaced hook [Kupo.Rest] 826855b0-4198-43b9-9c1b-84918080a76c
[20:15:48.015 D] Replaced hook [Kupo.CombatBuffs] ae95e54b-2083-4434-8e23-63b9488d25a3
[20:15:48.016 D] Replaced hook [Kupo.Heal] 5b5cb05a-3228-4bd1-9631-4753489198e4
[20:15:48.016 D] Replaced hook [Kupo.PreCombatBuffs] 735c0cda-99d9-4d64-a786-e84108f538e4
[20:15:48.016 D] Added new hook [Pull] 8c5e67e7-4201-4626-80b0-8e2d0b96e520
[20:15:48.016 D] Added new hook [RoutineCombat] 21dd3f7a-8d73-4247-9ded-b2adab85cc04
[20:15:48.016 D] Added new hook [HotspotPoi] cbd4d055-0a93-4d09-bdb8-ab12da4afdf7
[20:15:48.016 D] Added new hook [SetDeathPoi] 4938f3c8-b3cf-46c3-b1eb-9110dc82466c
[20:15:48.016 D] Added new hook [SetCombatPoi] e6303db2-f2ca-409a-8b73-5515f89de724
[20:15:48.016 D] Added new hook [SetHotspotPoi] d349ea93-071c-4340-865b-b77721eb8967
[20:15:48.016 D] Added new hook [SelectPoiType] f3646251-8822-4865-bf71-84ca02d3b7de
[20:15:48.016 D] Replaced hook [SelectPoiType] 71626972-87fc-4ffc-b42b-f0a511cf6317
[20:15:48.016 D] Inserted new hook [TreeStart @0] e3aac64f-af49-4845-9960-44c0eb3f86db
[20:15:48.021 V] [Poi.Clear] Reason: Current behavior changed to RegisterDailiesTag: IsDone: True, QuestIds: System.Int32[], InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: True, Behavior: null, .
[20:15:48.159 D] Exception during scheduling Pulse: System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at System.String.System.IConvertible.ToInt32(IFormatProvider provider)
at System.Convert.ChangeType(Object value, Type conversionType, IFormatProvider provider)
at ff14bot.Managers.Lua.GetReturnVal[T](String lua, UInt32 retVal)
at ff14bot.NeoProfiles.ConditionParser.IsDailyQuestCompleted(Int32 id)
at ff14bot.NeoProfiles.ProfileBehavior.get_IsQuestComplete()
at ff14bot.NeoProfiles.TurnInTag.get_IsDone()
at ff14bot.NeoProfiles.IfTag.(ProfileBehavior )
at System.Linq.Enumerable.All[TSource](IEnumerable`1 source, Func`2 predicate)
at ff14bot.NeoProfiles.IfTag.get_IsDone()
at ff14bot.NeoProfiles.ProfileBehavior.get_IsDoneCache()
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.()
[20:16:08.191 D] Exception during scheduling Pulse: System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at System.String.System.IConvertible.ToInt32(IFormatProvider provider)
at System.Convert.ChangeType(Object value, Type conversionType, IFormatProvider provider)
at ff14bot.Managers.Lua.GetReturnVal[T](String lua, UInt32 retVal)
at ff14bot.NeoProfiles.ConditionParser.IsDailyQuestCompleted(Int32 id)
at ff14bot.NeoProfiles.ProfileBehavior.get_IsQuestComplete()
at ff14bot.NeoProfiles.TurnInTag.get_IsDone()
at ff14bot.NeoProfiles.IfTag.(ProfileBehavior )
at System.Linq.Enumerable.All[TSource](IEnumerable`1 source, Func`2 predicate)
at ff14bot.NeoProfiles.IfTag.get_IsDone()
at ff14bot.NeoProfiles.ProfileBehavior.get_IsDoneCache()
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.()
 
thank you for your work~~ ;D
stucked after teleported, btw, i am using the chinese version game client.

[20:15:47.785 N] Loaded profile Brotherhood of Ash Dailies - Neutral
[20:15:48.014 N] Connection established! [TCP-E-E] 192.168.1.104:51228 -> 192.99.148.87:31214 (QwZWqvHdhEO4_7j9vjNTZg)
[20:15:48.015 D] Replaced hook [Kupo.Combat] c6469b2e-876e-453f-80b5-f0f466590371
[20:15:48.015 D] Replaced hook [Kupo.Pull] d7900cf8-a852-4653-8a17-d77536e3c64a
[20:15:48.015 D] Replaced hook [Kupo.Rest] 826855b0-4198-43b9-9c1b-84918080a76c
[20:15:48.015 D] Replaced hook [Kupo.CombatBuffs] ae95e54b-2083-4434-8e23-63b9488d25a3
[20:15:48.016 D] Replaced hook [Kupo.Heal] 5b5cb05a-3228-4bd1-9631-4753489198e4
[20:15:48.016 D] Replaced hook [Kupo.PreCombatBuffs] 735c0cda-99d9-4d64-a786-e84108f538e4
[20:15:48.016 D] Added new hook [Pull] 8c5e67e7-4201-4626-80b0-8e2d0b96e520
[20:15:48.016 D] Added new hook [RoutineCombat] 21dd3f7a-8d73-4247-9ded-b2adab85cc04
[20:15:48.016 D] Added new hook [HotspotPoi] cbd4d055-0a93-4d09-bdb8-ab12da4afdf7
[20:15:48.016 D] Added new hook [SetDeathPoi] 4938f3c8-b3cf-46c3-b1eb-9110dc82466c
[20:15:48.016 D] Added new hook [SetCombatPoi] e6303db2-f2ca-409a-8b73-5515f89de724
[20:15:48.016 D] Added new hook [SetHotspotPoi] d349ea93-071c-4340-865b-b77721eb8967
[20:15:48.016 D] Added new hook [SelectPoiType] f3646251-8822-4865-bf71-84ca02d3b7de
[20:15:48.016 D] Replaced hook [SelectPoiType] 71626972-87fc-4ffc-b42b-f0a511cf6317
[20:15:48.016 D] Inserted new hook [TreeStart @0] e3aac64f-af49-4845-9960-44c0eb3f86db
[20:15:48.021 V] [Poi.Clear] Reason: Current behavior changed to RegisterDailiesTag: IsDone: True, QuestIds: System.Int32[], InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: True, Behavior: null, .
[20:15:48.159 D] Exception during scheduling Pulse: System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at System.String.System.IConvertible.ToInt32(IFormatProvider provider)
at System.Convert.ChangeType(Object value, Type conversionType, IFormatProvider provider)
at ff14bot.Managers.Lua.GetReturnVal[T](String lua, UInt32 retVal)
at ff14bot.NeoProfiles.ConditionParser.IsDailyQuestCompleted(Int32 id)
at ff14bot.NeoProfiles.ProfileBehavior.get_IsQuestComplete()
at ff14bot.NeoProfiles.TurnInTag.get_IsDone()
at ff14bot.NeoProfiles.IfTag.(ProfileBehavior )
at System.Linq.Enumerable.All[TSource](IEnumerable`1 source, Func`2 predicate)
at ff14bot.NeoProfiles.IfTag.get_IsDone()
at ff14bot.NeoProfiles.ProfileBehavior.get_IsDoneCache()
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.()
[20:16:08.191 D] Exception during scheduling Pulse: System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at System.String.System.IConvertible.ToInt32(IFormatProvider provider)
at System.Convert.ChangeType(Object value, Type conversionType, IFormatProvider provider)
at ff14bot.Managers.Lua.GetReturnVal[T](String lua, UInt32 retVal)
at ff14bot.NeoProfiles.ConditionParser.IsDailyQuestCompleted(Int32 id)
at ff14bot.NeoProfiles.ProfileBehavior.get_IsQuestComplete()
at ff14bot.NeoProfiles.TurnInTag.get_IsDone()
at ff14bot.NeoProfiles.IfTag.(ProfileBehavior )
at System.Linq.Enumerable.All[TSource](IEnumerable`1 source, Func`2 predicate)
at ff14bot.NeoProfiles.IfTag.get_IsDone()
at ff14bot.NeoProfiles.ProfileBehavior.get_IsDoneCache()
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.()

Please post a full log file, and make sure you've unlocked the Amalj'aa dailies already.
 
In the Neutral Edition it don't do the "Ravage the Ravagers" quest. It's a bug or you have to implement it?
 
Error whenever i try to use the recognized profile.

Sorry, I forgot to include one other custom tag that you need. Please download UseItemNPC.cs from the main post and do the same that you did with the other two tags.
 
Sorry, I forgot to include one other custom tag that you need. Please download UseItemNPC.cs from the main post and do the same that you did with the other two tags.

Thanks. will give it a try sometime after patch and rbb updates.
 
when using this it accepts the quests and runs over to the mobs, tagets the mobs, runs at them.. then just runs in a circle.. it wont attack the mobs. Any ideas?
 
when using this it accepts the quests and runs over to the mobs, tagets the mobs, runs at them.. then just runs in a circle.. it wont attack the mobs. Any ideas?

Check your combat settings, if you can't figure it out post in your combat routine's thread.
 
The OrderBotTags has Compiler Error

[00:27:31.808 N] Compiler Error: c:\Bot\Rebornbuddy 1.0.133.0\Plugins\OrderBotTags\Dismount.cs(43,30) : error CS0506: 'ff14bot.NeoProfiles.DismountTag.ResetCachedDone()': cannot override inherited member 'ff14bot.NeoProfiles.ProfileBehavior.ResetCachedDone()' because it is not marked virtual, abstract, or override
[00:27:31.808 N] Compiler Error: c:\Bot\Rebornbuddy 1.0.133.0\Plugins\OrderBotTags\UseItemNPC.cs(69,29) : warning CS0108: 'ff14bot.NeoProfile.UseItemNPCTag.Behavior()' hides inherited member 'ff14bot.NeoProfiles.ProfileBehavior.Behavior'. Use the new keyword if hiding was intended.
[00:27:31.808 N] Compiler Error: c:\Bot\Rebornbuddy 1.0.133.0\Plugins\OrderBotTags\UseItemNPC.cs(108,30) : error CS0506: 'ff14bot.NeoProfile.UseItemNPCTag.ResetCachedDone()': cannot override inherited member 'ff14bot.NeoProfiles.ProfileBehavior.ResetCachedDone()' because it is not marked virtual, abstract, or override
[00:27:31.808 N] Compiler Error: c:\Bot\Rebornbuddy 1.0.133.0\Plugins\OrderBotTags\UseSpell.cs(66,29) : warning CS0108: 'ff14bot.NeoProfile.UseSpellTag.Behavior()' hides inherited member 'ff14bot.NeoProfiles.ProfileBehavior.Behavior'. Use the new keyword if hiding was intended.
[00:27:31.808 N] Compiler Error: c:\Bot\Rebornbuddy 1.0.133.0\Plugins\OrderBotTags\UseSpell.cs(103,30) : error CS0506: 'ff14bot.NeoProfile.UseSpellTag.ResetCachedDone()': cannot override inherited member 'ff14bot.NeoProfiles.ProfileBehavior.ResetCachedDone()' because it is not marked virtual, abstract, or override
 
The OrderBotTags has Compiler Error

[00:27:31.808 N] Compiler Error: c:\Bot\Rebornbuddy 1.0.133.0\Plugins\OrderBotTags\Dismount.cs(43,30) : error CS0506: 'ff14bot.NeoProfiles.DismountTag.ResetCachedDone()': cannot override inherited member 'ff14bot.NeoProfiles.ProfileBehavior.ResetCachedDone()' because it is not marked virtual, abstract, or override
[00:27:31.808 N] Compiler Error: c:\Bot\Rebornbuddy 1.0.133.0\Plugins\OrderBotTags\UseItemNPC.cs(69,29) : warning CS0108: 'ff14bot.NeoProfile.UseItemNPCTag.Behavior()' hides inherited member 'ff14bot.NeoProfiles.ProfileBehavior.Behavior'. Use the new keyword if hiding was intended.
[00:27:31.808 N] Compiler Error: c:\Bot\Rebornbuddy 1.0.133.0\Plugins\OrderBotTags\UseItemNPC.cs(108,30) : error CS0506: 'ff14bot.NeoProfile.UseItemNPCTag.ResetCachedDone()': cannot override inherited member 'ff14bot.NeoProfiles.ProfileBehavior.ResetCachedDone()' because it is not marked virtual, abstract, or override
[00:27:31.808 N] Compiler Error: c:\Bot\Rebornbuddy 1.0.133.0\Plugins\OrderBotTags\UseSpell.cs(66,29) : warning CS0108: 'ff14bot.NeoProfile.UseSpellTag.Behavior()' hides inherited member 'ff14bot.NeoProfiles.ProfileBehavior.Behavior'. Use the new keyword if hiding was intended.
[00:27:31.808 N] Compiler Error: c:\Bot\Rebornbuddy 1.0.133.0\Plugins\OrderBotTags\UseSpell.cs(103,30) : error CS0506: 'ff14bot.NeoProfile.UseSpellTag.ResetCachedDone()': cannot override inherited member 'ff14bot.NeoProfiles.ProfileBehavior.ResetCachedDone()' because it is not marked virtual, abstract, or override

Some names changed in version 1.0.200 of RB, please download the updated tags from the main post.
 
[11.09.57.498 N] Bot Thread Ended. Was this requested?
[11.09.59.085 N] Failed to load profile: Element UseSpell is not supported. Please check your XML and try again. (<UseSpell SpellID="1764" NPC="2003128" XYZ="-201.5564, 2.975464, -223.3769" />) Line 192
[11.09.59.085 D] System.Exception: Element UseSpell is not supported. Please check your XML and try again. (<UseSpell SpellID="1764" NPC="2003128" XYZ="-201.5564, 2.975464, -223.3769" />) Line 192
in Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
in Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
in Clio.XmlEngine.PropertyProcessor.(XElement , Type )
in Clio.XmlEngine.PropertyProcessor..(XElement )
in System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
in System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
in System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
in Clio.XmlEngine.PropertyProcessor.(XElement , PropertyInfo )
in Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
in Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
in ff14bot.NeoProfiles.NeoProfile.Load(XElement element, String path)
in ff14bot.NeoProfiles.NeoProfile.Load(String path)
in ff14bot.NeoProfiles.NeoProfileManager.Load(String profilePath, Boolean rememberPath)
 
Just finished Kobold and am doing these alongside the Sahagin ones. First day, but worked like a charm! Thanks!
 
Just finished Kobold too and let bot do dailies of amalja.

Worked very smooth ( neutral ), good work bro!
 
Back
Top