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

Recent content by nekoramen

  1. N

    RebornBuddy - Limited Beta - FF14:ARR Bot

    Apply("Twin Snakes", r => !Core.Player.HasAura("Twin Snakes"),r=> Core.Player), It's trying to use Twin Snakes on yourself. That's why it shows Applying in the Bot and nothing in the game; because it's not an on self skill. It works fine when I deleted the target or change it to core.target.
  2. N

    RebornBuddy - Limited Beta - FF14:ARR Bot

    :D Thanks. It's still giving me an error though. I haven't tried this with a full party yet, just my chocobo and I but it can't seem to get my data properly. Using PartyMember.Name gives out my chocobo's name correctly but weird character for me. PartyMember.IsMe was also giving me...
  3. N

    RebornBuddy - Limited Beta - FF14:ARR Bot

    Hi, Thanks for 1.15^^ PartyManager.Members.GameObject is giving me error. came out when I tried getting the party member's name. Thanks~ Edit: Members.Name is also giving me weird characters instead of their nemas.
  4. N

    RebornBuddy - Limited Beta - FF14:ARR Bot

    I've never tested it properly but, Core.Target.ToCharacter.SpellCastInfo should be null if the target is not casting and Core.Target.ToCharacter.SpellCastInfo.SpellData.Name should give you the name of the spell. It works quite well if you're just auto attacking but you'll need...
  5. N

    RebornBuddy - Limited Beta - FF14:ARR Bot

    If I'm not mistaken you'll also need to specify the target as yourself for skills that you can use without targets such as flash or circle of scorn. Try using these for the buffs: Cast("Invigorate", r => Core.Player.CurrentTPPercent > 60, r => Core.Player), Cast("Fists of Earth", r =>...
  6. N

    RebornBuddy - Limited Beta - FF14:ARR Bot

    nekoRamen's Bard Rotation v1.4 v1.2 - Function: Lower level AoE rotations v1.3 - Fix: Ground target trying to attack when there's no enemy selected. - Fix: Readjust priorities. Straight shot keeps getting superseded by ballads. - Change: Separate the ballad switches into Mage...
  7. N

    RebornBuddy - Limited Beta - FF14:ARR Bot

    :) I take it that it works then? Let me know if you found anything else. Bard's not really my main so I haven't debug it all that much; the rotation itself is based of off Mr.Happy's video :p On an unrelated topic: http://youtu.be/DXmxeG42b-g UI. Who needs 'em, amirite? :D
  8. N

    RebornBuddy - Limited Beta - FF14:ARR Bot

    This should do the trick :] nekoRamen's BardRotation v1.1 Change log: ・Fix an error when party composition change. (Thanks DanH) ・Added an update timer variable(m_checkTimer). There's a bottom threshold that's different for every computer, I think, but you can set this to zero to check...
  9. N

    RebornBuddy - Limited Beta - FF14:ARR Bot

    That seems like the party composition changed while it's checking for party status. Chocobo called or withdraw, someone joining or leaving your party, etc. I'll add an exception to catch the error. Also, let me know if it's not one of those three. Thanks.
  10. N

    RebornBuddy - Limited Beta - FF14:ARR Bot

    Well, yes but it also try to look for and compile System.Data(a .Net framework dll) if you include it in the .cs. If you set in your project that it should look for the 4.5 version while the end user only have 4.0 chances are there's going to be some conflict.
  11. N

    RebornBuddy - Limited Beta - FF14:ARR Bot

    The error message: "The type or namespace name 'Data' does not exist in the namespace 'System' (are you missing an assembly reference?)" Seems to indicate a .dll error. pikachu mentioned that it works pre .55. I checked the files and beginning with .55 there's a kupo.v11.suo included with...
  12. N

    RebornBuddy - Limited Beta - FF14:ARR Bot

    Try going into your control panel>programs>programs and features and check if you have Microsoft .Net Framework 4.5 installed? The BuddyWizard only checks if you have .Net framework 4.0 installed.
  13. N

    RebornBuddy - Limited Beta - FF14:ARR Bot

    Yeah, it's not checking for the filename. Each class/job can't have more than one routine which is defined in the file. You can keep the original in the same folder but you need to change a couple of line inside the code.
  14. N

    RebornBuddy - Limited Beta - FF14:ARR Bot

    First weekend since the major update^^ nekoRamen's Bard rotation v1.1 Haven't tried it out extensively so expect some bugs. Report if you find any or if you'd like me to change the skills etc. ・Working ballads. Detect party member's TP and MP and sing appropriate ballads. ・AoE's. Start...
  15. N

    RebornBuddy - Limited Beta - FF14:ARR Bot

    Awesome, thanks :] This is the log file by the way: [16:16:35.313 N] Casting Shadow Flare at <244.2543, 162.4498, 52.03812> [16:16:35.414 D] DoAction Spell 179 3758096384 at <244.2543, 162.4498, 52.03812> Just that over and over again. I checked with the profile creator and the...
Back
Top