No, not like there is a regular action equivalent anyway. Code: 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)); That's all craftaction does.
So, I basically copy pasted everything from the example, but when I hit start it opens the crafting log, begins the synthesis, but does not perform any action. View attachment 49640 2015-01-26 09.24.txt View attachment CraftingLv1.xml
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 10668 2015-01-26 14.32.txt View attachment 40dura.xml
Thanks. With this I should be able to fix it. I've had reports of it doing that but no one provided enough information.
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??
Thanks for the report. For the cn version we have to interact with the window directly which is kinda a pain, looks like there was a bug in selecting the correct list under the special recipes section. Pushing out a fix now.
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 you View attachment Craft 40 de solidité Saturine.xml View attachment Craft 40 de solidité Saturine 2.xml and Log View attachment 14540 2015-01-28 22.37.txt
you're using the armorer inner quiet <CraftAction ActionId="254"/>, try with 256, which is the weaver ability.
I think im going to create a map between all the basic abilities that are duplicated across the classes.
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 Blood Currant Tart - LQ.xml Does 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."