• Visit Rebornbuddy
  • Important Crafting Tags

    Discussion in 'Rebornbuddy Profiles' started by mastahg, Jan 17, 2015.

    1. Tinytox

      Tinytox Member

      Joined:
      Nov 5, 2014
      Messages:
      370
      Likes Received:
      7
      Trophy Points:
      18
      Touché.
      Thanks!
       
    2. iyake

      iyake Member

      Joined:
      Oct 19, 2014
      Messages:
      143
      Likes Received:
      5
      Trophy Points:
      18
      Any chance we can get CraftAction in commonbehaviors?
       
    3. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,229
      Likes Received:
      364
      Trophy Points:
      83
      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.
       
    4. Tinytox

      Tinytox Member

      Joined:
      Nov 5, 2014
      Messages:
      370
      Likes Received:
      7
      Trophy Points:
      18
      Is there currently a way to check for Good/Excellent quality?
       
    5. kagamihiiragi17

      kagamihiiragi17 Community Developer

      Joined:
      Jun 24, 2014
      Messages:
      873
      Likes Received:
      25
      Trophy Points:
      0
    6. Hbk

      Hbk New Member

      Joined:
      Jan 26, 2015
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
    7. kagamihiiragi17

      kagamihiiragi17 Community Developer

      Joined:
      Jun 24, 2014
      Messages:
      873
      Likes Received:
      25
      Trophy Points:
      0
    8. Hbk

      Hbk New Member

      Joined:
      Jan 26, 2015
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
    9. lolinternets

      lolinternets New Member

      Joined:
      Jan 13, 2015
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      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
       
    10. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,229
      Likes Received:
      364
      Trophy Points:
      83
      Thanks. With this I should be able to fix it. I've had reports of it doing that but no one provided enough information.
       
    11. tenco

      tenco New Member

      Joined:
      Sep 25, 2014
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      1
      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??

       
    12. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,229
      Likes Received:
      364
      Trophy Points:
      83
      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.
       
    13. azertyjone

      azertyjone Member

      Joined:
      Jan 28, 2013
      Messages:
      66
      Likes Received:
      5
      Trophy Points:
      8
      Last edited: Jan 28, 2015
    14. iyake

      iyake Member

      Joined:
      Oct 19, 2014
      Messages:
      143
      Likes Received:
      5
      Trophy Points:
      18
      you're using the armorer inner quiet <CraftAction ActionId="254"/>, try with 256, which is the weaver ability.
       
    15. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,229
      Likes Received:
      364
      Trophy Points:
      83
      I think im going to create a map between all the basic abilities that are duplicated across the classes.
       
      Tinytox likes this.
    16. Tigger

      Tigger New Member

      Joined:
      Mar 12, 2014
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      1
    17. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,229
      Likes Received:
      364
      Trophy Points:
      83
    18. ZeeZee

      ZeeZee Member

      Joined:
      Nov 6, 2014
      Messages:
      61
      Likes Received:
      3
      Trophy Points:
      8
      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."
       
    19. kagamihiiragi17

      kagamihiiragi17 Community Developer

      Joined:
      Jun 24, 2014
      Messages:
      873
      Likes Received:
      25
      Trophy Points:
      0
      4712 is Blood Currant Tart's Item ID. The Recipe ID is 978.
       
    20. ZeeZee

      ZeeZee Member

      Joined:
      Nov 6, 2014
      Messages:
      61
      Likes Received:
      3
      Trophy Points:
      8
      What an idiot I am, that's what I get for trying to do something after no sleep, thanks muchos!

      [​IMG]
       

    Share This Page