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!

[CraftExport] Create Crafting Profiles with a UI

Right, but that doesn't have anything to do with this exporter plugin (I'm not even sure if it's considered a plugin since it only generates an XML file for the OrderBot to work with), that's just Agil working with the Bot Base in general.
I'm happy it's all working fine for you though.
 
ahh ok its awesome tho the fact that it works great with agil is amazing because in can leave it crafting for a long period of time. one thing i would like is for the quantity to be higher than 99 like 9999 i was able to bypass it by going into the file and changing 99 to what ever number i wanted but would be nice if the plugin would do it =) but anyways Great plugin works perfect for what im doing. the fact that it uses food is a huge plus
 
ahh ok its awesome tho the fact that it works great with agil is amazing because in can leave it crafting for a long period of time. one thing i would like is for the quantity to be higher than 99 like 9999 i was able to bypass it by going into the file and changing 99 to what ever number i wanted but would be nice if the plugin would do it =) but anyways Great plugin works perfect for what im doing. the fact that it uses food is a huge plus

If you put no quantity at all in, it synths indefinitely. So all you have to do is uncheck quantity and simply leave the amount of mats in your invent to create the amount you want. So if you want 400 Hippogryph Leathers, leave 400 hippo skins and 400 black alumens and it'll synth until you run out of mats.
 
Ok i have tried it with different values and with none at all. my order bot does one single craft and stops.

[16:04:21.199 N] Crafting Iron Ingot
[16:04:21.215 V] [Poi.Clear] Reason: Current behavior changed to Synthesize: IsDone: False, MinimumCp: 175, RecipeId: 189, UseCR: False, RequiredSkills: System.Int32[], HQMats: System.Int32[], HighPriority: False, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.ActionRunCoroutine, .
[16:04:21.215 D] Replaced hook [ProfileOrderBehavior_Hook] 5188da2c-46f6-4604-aa7c-55da060830aa
[16:04:21.215 N] [Synthesize] We don't know the required recipe.
[16:04:21.215 N] Stopping the bot. Reason:[Synthesize] We don't know the required recipe.
[16:04:21.215 D] CurrentBot.Stop()
[16:04:21.215 N] Connection closed! 192.99.148.87:31214
[16:04:21.215 D] TreeHooks.Instance.ClearAll()
[16:04:21.215 N] Clearing all hooks.
[16:04:21.215 D] Navigator.Clear()
[16:04:21.215 V] [Poi.Clear] Reason: Bot stopped
[16:04:21.215 D] OnStop event
[16:04:21.215 D] OnStop Event Invoking
[16:04:21.215 D] ProfileOrderManager.OnBotStop. Resetting caches.
[16:04:21.217 N] Bot Thread Ended. Was this requested?
 
I can't select Byregot's Blessing in the rotation even tough i'm a level 50 carpenter.

Can't reproduce this. Did you hit lv50 after you had started RBB? Tried restarting RBB?

Ok i have tried it with different values and with none at all. my order bot does one single craft and stops.

Could be a combination of other plugins you're running, but this plugin can not be responsible for that.
 
Very strange. What you can try is opening the CraftExportForm.cs file, navigate to line 571 and comment out the following line:

Code:
ByregotsBlessingBtn.Enabled = byregotsBlessing.Level <= Core.Me.Levels[ClassJobType.Carpenter];
 
I noticed this in your craftexportform.cs

// Ingenuity
Ingenuity ingenuity = new Ingenuity();
IngenuityBtn.BackgroundImage = _resourcelibrary.bsm_Ingenuity;
IngenuityBtn.Tag = ingenuity;
ByregotsBlessingBtn.Enabled = byregotsBlessing.Level <= Core.Me.Levels[ClassJobType.Blacksmith];
 
Right, I guess that explains. Copy/paste without paying attention if I changed everything.

I'll upload an adjusted version that gets rid of the level checks, because the more I think about it, the more silly it is.

Thing is, I've been working on an updated version of this to allow for conditional checks (based on CP or IQ stacks) for a couple of months now. But the problem in finishing is that it takes up quite a bit of my time and in between work, playing the game myself and somewhat of an lack of interest in this (barely 4 pages vs 10+ for other newer stuff) makes updating/maintaining it just not worth as much of my time.
 
Back
Top