Tinytox
Member
- Joined
- Nov 5, 2014
- Messages
- 370
Touché.5338 is Twinthread's item number. 1386 is Twinthread's recipe id.
Thanks!
Touché.5338 is Twinthread's item number. 1386 is Twinthread's recipe id.
No, not like there is a regular action equivalent anyway.Any chance we can get CraftAction in commonbehaviors?
await Coroutine.Wait(Timeout.InfiniteTimeSpan, () => !CraftingManager.AnimationLocked);
if (Actionmanager.CanCast(Action,null))
{
Log("Casting {0} ({1})",Action.LocalizedName,ActionId);
Actionmanager.DoAction(Action, null);
}
else
{
LogError("Could not cast {0} ({1}), stopping bot!", Action.LocalizedName, ActionId);
_IsDone = true;
return true;
}
await Coroutine.Wait(10000, () => CraftingManager.AnimationLocked);
await Coroutine.Wait(Timeout.InfiniteTimeSpan, () => !CraftingManager.AnimationLocked);
await Coroutine.Sleep(rng.Next(MinDelay,MaxDelay));
Is there currently a way to check for Good/Excellent quality?
You're not using the right spell for your class. 100001 is Carpenter Basic Synth. Read here: https://www.thebuddyforum.com/rebor...rafting-reference-abilities-profile-tags.html
i'm having an issue with the eatfood tag. it will eat the food i tell it to if i have a NQ version in my inventory, but will not eat if i only have HQ version, even if i have HqOnly = "True". it just stays at "[EatFood] Waiting until the item is usable." indefinitely. i've attached log and the profile i'm using.
View attachment 165674
View attachment 165675
[20:08:02.289 V] [Poi.Clear] Reason: Current behavior changed to Synthesize: IsDone: False, MinimumCp: 371, RecipeId: 30304, UseCR: False, HQMats: null, HighPriority: False, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.ActionRunCoroutine, .
[20:08:02.289 D] Removed all hooks from [HighPriorityProfileOrderBehavior_Hook]
[20:08:02.289 D] Replaced hook [ProfileOrderBehavior_Hook] 562cce65-75fd-4716-8c5b-a0ed61b3ead8
[20:08:08.903 N] [Synthesize] We don't know the required recipe.
[20:08:08.903 N] Stopping the bot. Reason:[Synthesize] We don't know the required recipe.
[20:08:08.903 D] CurrentBot.Stop()
[20:08:08.903 N] Connection closed! 23.88.178.194:31214
[20:08:08.903 D] TreeHooks.Instance.ClearAll()
something wrong with the
Spicy Tomato Relish recipe
I check the ID is 30304
but it couldn't change the window rightly.
It'll open the window and stay at the first page Table-Salt but will not change.
I test some others . Others doing fine. (lack of material i didn't test advanced recipes
If i open the window of Spicy Tomato Relish and choose the mat , then press the start. it'll run. not this window, didn't.
i don't get it.
btw i'm a CNversion user. maybe that's the problem??
Can anyone see what's wrong with my profile! She stops from the beginning! If possible a sentence well written in English so I could understand by translating! I'm FR! thank youView attachment 165988View attachment 165989 and Log View attachment 165991
Yea. No. The goal is supporting all regions.Been using this for a while and it works perfectly
https://www.thebuddyforum.com/rebor...dy-profiles/200163-craftactionbyname-tag.html
No need to remember ID's, just use the name of the action
View attachment 166775Does anyone have an issue with: Blood Currant Tart - RecipeId="4712"?
I've attached the XML I'm using, but Order Bot returns: "Reason:[Synthesize] We don't know the required recipe."
4712 is Blood Currant Tart's Item ID. The Recipe ID is 978.