• Visit Rebornbuddy
  • RebornBuddy - Limited Beta - FF14:ARR Bot

    Discussion in 'General Discussion Forum' started by mastahg, Nov 8, 2013.

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

      exaccuss Active Member

      Joined:
      Nov 10, 2013
      Messages:
      1,021
      Likes Received:
      6
      Trophy Points:
      38
      hmm ok. Well i tried increasing in increments all the way up to 30.. but it still does not use it at all. Is there a particular setting you would recommend?
       
    2. fredalbob

      fredalbob New Member

      Joined:
      Feb 16, 2011
      Messages:
      78
      Likes Received:
      0
      Trophy Points:
      0
      Try moving steel cyclone to the top of the list, it may not be prioritized high enough.
       
    3. exaccuss

      exaccuss Active Member

      Joined:
      Nov 10, 2013
      Messages:
      1,021
      Likes Received:
      6
      Trophy Points:
      38
      I did as you suggested, but it still keeps using inner beast. Could something be interfering with the activation?
       
    4. fredalbob

      fredalbob New Member

      Joined:
      Feb 16, 2011
      Messages:
      78
      Likes Received:
      0
      Trophy Points:
      0
      Steel Cyclone is actually casted on the player, so it needs to be applied like a buff by targeting the player instead of the players target.
      That and the priority has been changed in my latest profile.

      Thanks for reporting and working with me on it. :)
       
    5. nekoramen

      nekoramen Member

      Joined:
      Dec 1, 2013
      Messages:
      38
      Likes Received:
      3
      Trophy Points:
      8
      :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 false value but since there's just the chocobo and I, I'm guessing that's supposed to be me.

      Thanks~
       
    6. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,232
      Likes Received:
      364
      Trophy Points:
      83
      Thanks for the report. Needed more then poking the offsets. I've got it fixed for the next version.
       
    7. exaccuss

      exaccuss Active Member

      Joined:
      Nov 10, 2013
      Messages:
      1,021
      Likes Received:
      6
      Trophy Points:
      38
      thank you very much for helping me, it seems to be working perfectly now. We all appreciate your hard work :)
       
    8. aeren

      aeren New Member

      Joined:
      Dec 18, 2013
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      Still having the same issues as I was a few pages back even with new versions. Any more suggestions?
       
    9. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,232
      Likes Received:
      364
      Trophy Points:
      83
      Has to be something on your side, improper extraction, bad file location, old version etc. Since its missing alot of the log data that is in the newer versions I dont know what to tell you.
       
    10. exaccuss

      exaccuss Active Member

      Joined:
      Nov 10, 2013
      Messages:
      1,021
      Likes Received:
      6
      Trophy Points:
      38
      hello, i am wanting to set up a rotation for my monk at my level, but i cant seem to get it to work. What i want it to do is cast bootshine > touch of death > twin snakes > demolish > bootshine > true strike > snap punch. (re apply demolish and TS when the timer is up)

      is that possible? I have tried setting it up by editing the pugilistmonk profile, but it never seems to work for me.

      EDIT: also how would i set up flash for the paladin profile? i have it as: Cast("Flash", r => EnemiesNearTarget(7) >= 1 && Core.Player.CurrentManaPercent > 80), But flash doesn't activate. Could you give me some pointers?
       
    11. fredalbob

      fredalbob New Member

      Joined:
      Feb 16, 2011
      Messages:
      78
      Likes Received:
      0
      Trophy Points:
      0
      I don't know a whole lot about monk so adjust accordingly.
      Since you guys have certain forms you have to change, you need to use Actionmanager.Lastspell.Name to make sure the spell is only cast when the previous spell went off.
      Something like this.
      Cast("Twin of Death", r => Actionmanager.Lastspell.Name == "Touch of Death"),
      Cast("Touch of Death", r => Actionmanager.Lastspell.Name == "Bootshine"),
      Cast("Bootshine")

      For DoTs you would put them at the top of the list
      Apply("Twin Snakes"),

      Also, for Flash, flash is a self-targeting buff. The game targets you, then sets of the spell to go in a radius around you. Meaning you need to apply it like a buff.
      Apply("Flash", r => true && EnemiesNearTarget(7) >= 1 && Core.Player.CurrentManaPercent > 80, r => Core.Player),
       
    12. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,232
      Likes Received:
      364
      Trophy Points:
      83
      Monks do not use a combo system so actionmanager.lastspell does not work for them.
       
    13. fredalbob

      fredalbob New Member

      Joined:
      Feb 16, 2011
      Messages:
      78
      Likes Received:
      0
      Trophy Points:
      0
      In that case use Actionmanager.HasAura("insertformhere") instead of Actionmanager.Lastspell
       
    14. WhiteMyst

      WhiteMyst New Member

      Joined:
      Jun 8, 2012
      Messages:
      28
      Likes Received:
      3
      Trophy Points:
      3
      Tried to make a mesh profile for gathering in the Central Shroud. Though creation seemed to go okay, Reborn Buddy crashes when I try to load the profile. When I try to load it in the profile creator, I get this error:
      Does the meshing simply not work yet, or am I doing something wrong?

      Edit: I also get this error when attempting to open the profile creator after already having run the bot at least once:
       
    15. fredalbob

      fredalbob New Member

      Joined:
      Feb 16, 2011
      Messages:
      78
      Likes Received:
      0
      Trophy Points:
      0
      Make sure you have Mesh Selected in the upper right hand corner.
      If you try to load a mesh profile in a waypoint setting the program will throw a fit.
       
    16. WhiteMyst

      WhiteMyst New Member

      Joined:
      Jun 8, 2012
      Messages:
      28
      Likes Received:
      3
      Trophy Points:
      3
      Ah, that was likely the problem I had when trying to load it in profile creator. Any idea why the program would crash when attempting to load the mesh profile on the main screen (as opposed to in the profile editor)?

      Thank you for your help :)
       
    17. fredalbob

      fredalbob New Member

      Joined:
      Feb 16, 2011
      Messages:
      78
      Likes Received:
      0
      Trophy Points:
      0
      It's just kind of random when you've been doing something in the profile creator.
      I haven't had a problem with it since the latest build though.
       
    18. HB7125O43

      HB7125O43 New Member

      Joined:
      Apr 16, 2011
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      Hello I'm having issues with grind bot. Now I tried 2 different lancer profiles freedals and original. I also tried making grind profile with waypoints and mesh ( both seperately) it still persists though.
      bug: I run to a mob it attacks mob up close with a skill and just continues to run passing mob and getting stuck in any kind of obstacle or dies. Now this happens not immediately but after around 30 minutes or so.
      Any piece of advice ?
       
    19. fredalbob

      fredalbob New Member

      Joined:
      Feb 16, 2011
      Messages:
      78
      Likes Received:
      0
      Trophy Points:
      0
      This is a problem with the bot, I'm not sure why it does it.
      It was fixed before 2.1 hit, then the problem arose again.
      I just tested this.
       
    20. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,232
      Likes Received:
      364
      Trophy Points:
      83

      Please post the contents of the log file inside the log folder, not just the error message.
       
    Thread Status:
    Not open for further replies.

    Share This Page