• Visit Rebornbuddy
  • [Lisbeth] Your own personal crafter!

    Discussion in 'Archives' started by Neverdyne, Feb 12, 2015.

    Thread Status:
    Not open for further replies.
    1. Cloud30000

      Cloud30000 New Member

      Joined:
      May 9, 2015
      Messages:
      298
      Likes Received:
      7
      Trophy Points:
      0
      When you say new items, do you mean new actions/skills? The Lisbeth 1.0 plugin is written in tree form, so you can add an action with the relevant condition within the tree where appropriate by going into the cs code files; you can go into the folder for Lisbeth to see how it is laid out.

      First, you would need to add the skill in the Crafting Skills folder by copying and editing an existing skill file to match the new skill. After that, the trees are located within the Strategies folder; just open and edit the strategy you would like to add the skill to, using the layout of that strategy as a guide. You will need to have an understanding of reading c# code to format it correctly.

      Alternatively, you could add a custom macro for a specific recipe in the format the game itself uses and then Lisbeth will always use that macro for that recipe when the UseMacros setting is true in the Lisbeth Settings page.

      Keep in mind that all of the changes to crafting in 3.0 are not completely understood, so the current plugin may act significantly differently then prior to 3.0
       
    2. akk105d

      akk105d New Member

      Joined:
      May 21, 2015
      Messages:
      28
      Likes Received:
      1
      Trophy Points:
      0
      Working perfectly for me again.
      What, in particular, are you using macros for?
       
    3. Mr McGibblets

      Mr McGibblets Member

      Joined:
      May 20, 2014
      Messages:
      485
      Likes Received:
      12
      Trophy Points:
      18
      he is referring to the 50+ recipes. You would have to add them to the recipe file. Which I don't have a program to be able to read it and try to add them. I've been doing all 50+ crafting by hand. Just remember that if you do anything with lisbeth after you reach 51 all of the strategies will not work correctly because it doesn't compensate for the level change. You will either need to make a macro or use hasty/kinky. Blacklotus won't work, it will finish the craft while trying to get one craft away from finishing before starting quality.
       
    4. The Red Terror

      The Red Terror Member

      Joined:
      Apr 2, 2012
      Messages:
      137
      Likes Received:
      0
      Trophy Points:
      16
      Is there any way at all to have hasty/kinky to not keep spending CP until it's out? Honestly I love the fact that I can even access this stuff already.
       
    5. Cloud30000

      Cloud30000 New Member

      Joined:
      May 9, 2015
      Messages:
      298
      Likes Received:
      7
      Trophy Points:
      0
      I think the function for retrieving the current quality is broken, thus why it keeps going until it runs out of CP. May need to wait for an official release of RB before that part works again
       
    6. Cloud30000

      Cloud30000 New Member

      Joined:
      May 9, 2015
      Messages:
      298
      Likes Received:
      7
      Trophy Points:
      0
      It looks like CraftingManager.QualityCap is broken, but CraftingManager.HQPercent still works; I'm going to make a quick workaround of the CraftContext file to use HQPercent which should solve this issue.

      Paste this file in the Lisbeth/Crafting folder and let me know if this fixes the issue of continuing the CP use after 100% quality:
      View attachment CraftContext.cs
       

      Attached Files:

      Last edited: Jun 25, 2015
      Mr McGibblets likes this.
    7. akk105d

      akk105d New Member

      Joined:
      May 21, 2015
      Messages:
      28
      Likes Received:
      1
      Trophy Points:
      0
      Got this error with the current beta 3 when loading. Lisbeth does not load into the dropdown list.
      Lisbeth with the original CraftContext.cs loads fine, albeit, untested in the CP issue.
      Code:
      [23:23:55.996 D] Current Locale Eng
      [23:23:55.996 N] Currently a level 50 Goldsmith
      [23:23:56.004 D] Reloading AssemblyLoader<ff14bot.AClasses.BotBase> - Initializing
      [23:23:57.187 N] Compiler Error: d:\Downloads\RebornbuddyBETA 1.0.28.0\BotBases\Lisbeth\Crafting\CraftContext.cs(48,23) : error CS1014: A get or set accessor expected
      [23:23:57.187 N] Compiler Error: d:\Downloads\RebornbuddyBETA 1.0.28.0\BotBases\Lisbeth\Crafting\CraftContext.cs(46,10) : error CS1513: } expected
      
       
    8. Cloud30000

      Cloud30000 New Member

      Joined:
      May 9, 2015
      Messages:
      298
      Likes Received:
      7
      Trophy Points:
      0
      I originally forgot a bracket; I did a stealth post edit/update about an hour later :p
       
    9. Nyxouille

      Nyxouille Member

      Joined:
      May 20, 2015
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      6
      Working fine with the new CraftContext.cs !

      Thx a lot
       
    10. Hbk

      Hbk New Member

      Joined:
      Jan 26, 2015
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
      Whenever I update to the new CraftContext.cs Lisbeth no longer appears in my drop down of bot bases. Am I missing something?

      Edit: Perhaps because of the latest update to the bot? Also, is there anyway to add the new recipes to the .bin file manually?
       
      Last edited: Jun 26, 2015
    11. Mr McGibblets

      Mr McGibblets Member

      Joined:
      May 20, 2014
      Messages:
      485
      Likes Received:
      12
      Trophy Points:
      18
      You would have to go manually in and add the recipe number and material numbers in. I'm guessing the progress/quality difficulties and the durability. I tried to do it but I don't have the proper software to read the file or edit it.
       
    12. Hbk

      Hbk New Member

      Joined:
      Jan 26, 2015
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
      Yeah, I'm not sure how at the moment. I'll look into it. Any idea about the missing botbase when I update to the new CraftContext.cs?
       
    13. Mr McGibblets

      Mr McGibblets Member

      Joined:
      May 20, 2014
      Messages:
      485
      Likes Received:
      12
      Trophy Points:
      18
      I haven't been using it because it threw a compiler error but it looks like cloud3000 updated his post. try redownloading what he posted and run it again. if you don't see it on startup then scroll up and look for compiler errors involving /lisbeth/blah/craftcontext.cs

      I use macros for anything under level 52 that is on a crafter above 51. Otherwise I let black lotus do its thing. for all 52+ recipes I hand craft right now, treating them like 4stars. lots of money to be made from hq's :D
       
    14. akk105d

      akk105d New Member

      Joined:
      May 21, 2015
      Messages:
      28
      Likes Received:
      1
      Trophy Points:
      0
      Is Hasty And Kinky limited to 40 durability, or does it work with 80 durability as well?

      I'm looking to mass craft some items for desynth and don't need to bother with HQ abilities.
       
    15. Cloud30000

      Cloud30000 New Member

      Joined:
      May 9, 2015
      Messages:
      298
      Likes Received:
      7
      Trophy Points:
      0
      It is good for all durabilities, but it is slower then quick synth if you don't need the XP and don't want to HQ the items.
       
    16. Yasuko

      Yasuko Member

      Joined:
      Oct 28, 2010
      Messages:
      314
      Likes Received:
      6
      Trophy Points:
      18
      Edited: It is serialized using protobuf within the bot namespace, pretty simple to deserialize it to a List<>, then add new recipes to that list and serialize it again.. tested this with agate for goldsmith and it seemed to have worked well.. Since when i was testing this, it was done as an exe file instead of a plugin to just test the idea.. so, im unable to upload it.. because its a compiled binary.. I'll just have to add them one by one as i level all my crafts untill neverdyne can update the list.
       
      Last edited: Jun 27, 2015
    17. Nyxouille

      Nyxouille Member

      Joined:
      May 20, 2015
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      6
      Hi !

      I have a problem for craft something.

      Here my Orders.yaml :

       
    18. hkme

      hkme Member

      Joined:
      May 12, 2014
      Messages:
      197
      Likes Received:
      0
      Trophy Points:
      16
      I remember it is case sensitive, try "Buttons in a Blanket"
       
    19. Nyxouille

      Nyxouille Member

      Joined:
      May 20, 2015
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      6
      Thanks. I feel a little dumb xD.
       
    20. razzle

      razzle Member

      Joined:
      Nov 3, 2012
      Messages:
      188
      Likes Received:
      1
      Trophy Points:
      18
      tried using it with blacksmith and it stops with error 'I dont know what bacic touch is' strange since it is 'Basic Synthesis' for lvl 1 blacksmith
       
    Thread Status:
    Not open for further replies.

    Share This Page