What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Search results

  1. I

    [Release] RebornBuddy64 Version 1.0.726 - DirectX11 / x64 bit compatible

    ShopExchangeCurrency.CanAfford is always returning 0 foreach (var i in SpecialShopManager.Items) { Log(i); Log(ShopExchangeCurrency.CanAfford(i)); } Log(ConditionParser.ItemCount(25199)); output: SpecialShopItem: { CurrencyCosts: [15, 0, 0], CurrencyTypes: [25199, 0, 0]...
  2. I

    [Release] RebornBuddy64 Version 1.0.726 - DirectX11 / x64 bit compatible

    Not a bug, but the retainer list got changed from selectstring to its own unique ui.
  3. I

    [Release] RebornBuddy64 Version 1.0.726 - DirectX11 / x64 bit compatible

    AgentHousingBuddyList.Feed isn't doing anything at the stables
  4. I

    [Release] RebornBuddy64 Version 1.0.726 - DirectX11 / x64 bit compatible

    GardenManager.Plant is only selecting soil and not the seeds
  5. I

    [Release] RebornBuddy64 Version 1.0.726 - DirectX11 / x64 bit compatible

    AgentHousingBuddyList.Feed isn't working, it's not doing anything as far as I can tell
  6. I

    Gathering Red Scrips?

    here's what I've been using to interact with the collect window: public static class CollectWindow { public static bool IsOpen { get { return RaptureAtkUnitManager.GetWindowByName("GatheringMasterpiece") != null; } }...
  7. I

    [OrderBot] Amalj'aa Daily Quests

    Profile: Amaljaa.xml Quest Ravage the Ravagers didn't complete for me because 'GetQuestById(66765).QuestI8EH' returned a 5 and profile doesn't have a case for that. here's some data I pulled for it for step 1: 2002994 <31.96765, 3.616333, -302.7238> Destination 0x10EBD020 2002996...
  8. I

    Crafting multiple items with one profile

    It should work if you just put everything between the second profile's order tags before the </Order> of the first profile. On a side note, your first If statement (<If Condition="not HasAtLeast(4266,5)">) is redundant. The While loop it directly encompasses achieves the same thing...
  9. I

    [OFFICIAL] Rebornbuddy Questing Pack

    for 'Prudence at This Junction', and I imagine the other similar quests in the other city-states, if you have a friendship circlet, autoequip will favor that over the bought item and the quest won't be completable
  10. I

    XML tag tips thread

    Quick clarification. The condition argument actually returns void, which means it wasn't met. WaitWhile continues to run until the condition returns something that evaluates to false. I'm pretty sure the rebornbuddy ui gets suspended if you call sleep on the main thread, meaning you can't even...
  11. I

    Important Crafting Tags

    you're using the armorer inner quiet <CraftAction ActionId="254"/>, try with 256, which is the weaver ability.
  12. I

    Important Crafting Tags

    Any chance we can get CraftAction in commonbehaviors?
  13. I

    Important Crafting Tags

    StopCrafting tag isn't working. Opening the crafting log and running a profile with just that tag doesn't do anything. Running ff14bot.RemoteWindows.CraftingLog.Close(); in console is working though.
  14. I

    Important Crafting Tags

    Just to illustrate dcone's point If you've used 2 totts, you'll have +56 more CP at a hasty touch step than you would normally. The 16 is from 2 extra ticks of comfort zone. The CZ ticks are what makes using CurrentCP hard to determine whether you should use hasty or basic touch. It's much...
  15. I

    Important Crafting Tags

    Some issues I've come across: CrafingManager.Step always returns 5068 CraftingManager.QualityCap throws System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IndexOutOfRangeException: Index was outside the bounds of the array...
Back
Top