• Visit Rebornbuddy
  • [CraftExport] Create Crafting Profiles with a UI

    Discussion in 'Plugins' started by Djekkie, Feb 26, 2015.

    1. Djekkie

      Djekkie New Member

      Joined:
      Jul 10, 2014
      Messages:
      45
      Likes Received:
      5
      Trophy Points:
      0
      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.
       
    2. wilderg99

      wilderg99 New Member

      Joined:
      May 31, 2014
      Messages:
      245
      Likes Received:
      0
      Trophy Points:
      0
      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
       
    3. Shambo

      Shambo New Member

      Joined:
      Jul 4, 2014
      Messages:
      89
      Likes Received:
      1
      Trophy Points:
      0
      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.
       
    4. wilderg99

      wilderg99 New Member

      Joined:
      May 31, 2014
      Messages:
      245
      Likes Received:
      0
      Trophy Points:
      0
      ohh great thats awesome
       
    5. Pdarxstar

      Pdarxstar New Member

      Joined:
      Apr 4, 2015
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      0
      I can't select Byregot's Blessing in the rotation even tough i'm a level 50 carpenter.
       
    6. djcincy

      djcincy New Member

      Joined:
      Jan 27, 2012
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      1
      Ok i have tried it with different values and with none at all. my order bot does one single craft and stops.

       
    7. Djekkie

      Djekkie New Member

      Joined:
      Jul 10, 2014
      Messages:
      45
      Likes Received:
      5
      Trophy Points:
      0
      Can't reproduce this. Did you hit lv50 after you had started RBB? Tried restarting RBB?

      Could be a combination of other plugins you're running, but this plugin can not be responsible for that.
       
    8. Pdarxstar

      Pdarxstar New Member

      Joined:
      Apr 4, 2015
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      0
      Have tried reinstalling craftexport but the problem still persists.
       
    9. Djekkie

      Djekkie New Member

      Joined:
      Jul 10, 2014
      Messages:
      45
      Likes Received:
      5
      Trophy Points:
      0
      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];
      
       
    10. Pdarxstar

      Pdarxstar New Member

      Joined:
      Apr 4, 2015
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      0
      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];
       
    11. Djekkie

      Djekkie New Member

      Joined:
      Jul 10, 2014
      Messages:
      45
      Likes Received:
      5
      Trophy Points:
      0
      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.
       
    12. Pdarxstar

      Pdarxstar New Member

      Joined:
      Apr 4, 2015
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      0
      Thanks for the update it's working great now.
       
    13. 9540321

      9540321 Member

      Joined:
      Apr 15, 2015
      Messages:
      107
      Likes Received:
      0
      Trophy Points:
      16
      RB1.0.105.0 why cannot use CraftExport1.0, CraftExport to update?
       

    Share This Page