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

Search results

  1. S

    [OrderBot] Kobold Dailies v1.2

    Rank 3 Place this in the "Plugins/OrderBotTags" folder. If it doesn't exist, create it. Place this in your Profile folder. Restart RebornBuddy before running the profile.
  2. S

    [Lisbeth] Your own personal crafter! [Paid]

    Open the Orders.yaml file in Notepad++, click view and select show whitespace and tabs. Check if the file has any spaces or tabs where there shouldn't be. Especially at the end of the order, as the error shows Line 18, whereas the order is only 17 lines long.
  3. S

    [Lisbeth] Your own personal crafter! [Paid]

    First test, GSM in SB gear (310/291) NQ mats, synth 25 Electrum Ingot... HQed them all.... Good start :). Asked it to do it again, same session. Decided just to Careful Synth II all of them. Closed the bot and restarted it. Now HQing again, I've turned debugging on so I can throw you some...
  4. S

    [Lisbeth] Your own personal crafter! [Paid]

    Fails to load, seems it's missing YamlDotNet edit: Fixed by adding YamlDotNet folder in the Lisbeth folder. For other users, until Neverdyne can update it, you can use the YamlDotNet folder in his cardinal plugin, just copy and paste. Lisbeth now loads, I'll report back later when i get a...
  5. S

    [Lisbeth] Your own personal crafter! [Paid]

    You sir, are legendary. Thankyou very much. I'll b e sure to check this out when i get home :)
  6. S

    [OrderBot] Kobold Dailies v1.2

    I'm slowly working on it, only has 8/10 of the quests mapped at the moment. If you want to take a look, download it via my signature. You'll need to grab it via my SVN as the profiles require several custom behaviours that aren't available until I release it on the forums, which won't be until...
  7. S

    Important Crafting Tags

    I can confirm this too, tried using it in my Ixal profiles, instead had to use a codechunk to close the window.
  8. S

    [OFFICIAL] Rebornbuddy Questing Pack

    Uldah 1-15 seems to have a few navigation issues (no viable path) around level 10. Seems to be a wrong map id, as moving to the correct map will kick it back in gear. I'll post a log for you later when I'm home so you can see and remedy at your convenience. Initial thoughts are that this will be...
  9. S

    [OFFICIAL] Rebornbuddy Questing Pack

    Well done kagamihiiragi, that's a lot of work right there! I'll give it a test :).
  10. S

    Useful code snippets for developing quest profiles

    Get all KeyItems changed since update: ClearLog(); foreach(var bagslot in InventoryManager.GetBagByInventoryBagId(ff14bot.Enums.InventoryBagId.KeyItems).FilledSlots) { Log(bagslot); }
  11. S

    [OrderBot] Kobold Dailies v1.2

    Hey there, new user here. Can I just enquire as to how I go about navigation on Sub Maps (for which there is no mesh I presume). I've Started a profile for Sahagin Daily Quests, and all is well, with 5 of the 10 quests complete. My confusion is with SubZones; or teleports. I can get the...
Back
Top