• Visit Rebornbuddy
  • Chocobo Racing data

    Discussion in 'Community Developer Forum' started by Farmith, Apr 27, 2019.

    1. Farmith

      Farmith Member

      Joined:
      Mar 23, 2019
      Messages:
      30
      Likes Received:
      0
      Trophy Points:
      6
      So i'm trying to revamp the ChocoboBot (not the chocobo trainer mind you)

      There seems to be a multitude of issues at hand here, for one its using the old deprecated gaianavigator so i just removed that (i don't really need it to find its way to the chocobo racing room and find the NPC, as i already stand there), however, it seems the UI's have all changed too since the chocobobot was last created.

      My current conundrum: How do i click "join" when the duty finder window is open? (as chocobo races are now part of the same duty finder UI as other duties, which seems not to have been the case before)

      I've been trying to find stuff like "DutyManager.Queue" etc but can't find a way to let it join f.ex "Chocobo Race: Random" since that 'instance' isn't available in the instance enum.

      Any and all help will be greatly appreciated :)
       
    2. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,229
      Likes Received:
      364
      Trophy Points:
      83
      I added the ChocoboRaceManager class that has useful information for chocobo racing.

      I think @zzi has something for joining dungeons as the DutyManager is currently non functioning.
       
    3. zzi

      zzi Active Member

      Joined:
      Mar 10, 2016
      Messages:
      308
      Likes Received:
      47
      Trophy Points:
      28
      I handed off some data to Mastahg about the duty manager. It's a lot of stuff, will probably take a few days at least to get that merged into RB.
       
    4. Farmith

      Farmith Member

      Joined:
      Mar 23, 2019
      Messages:
      30
      Likes Received:
      0
      Trophy Points:
      6
      Thanks all, waiting with anticipation for an update then :)
       
    5. Farmith

      Farmith Member

      Joined:
      Mar 23, 2019
      Messages:
      30
      Likes Received:
      0
      Trophy Points:
      6
      By the way, if either of you guys would care to have an indepth talk with me at some point through some means about some of the innards of rebornbuddy, perhaps i could start being more of help to the whole project, i would love to be able to supply data to you as well to make the bot better :) things such as, how to find UI id's properly in a way that helps you guys, control id's etc (i mean, i haven't even tried but would something like using auto-its window info tool work in these scenarios?)
       
    6. Mirko1987

      Mirko1987 Member

      Joined:
      Dec 12, 2012
      Messages:
      424
      Likes Received:
      3
      Trophy Points:
      18

      Uh? what is a plugin in? or a base bot?
       
    7. Brennan Botter

      Brennan Botter New Member

      Joined:
      Apr 30, 2019
      Messages:
      7
      Likes Received:
      1
      Trophy Points:
      1
      Bump for interest!
       
    8. zzi

      zzi Active Member

      Joined:
      Mar 10, 2016
      Messages:
      308
      Likes Received:
      47
      Trophy Points:
      28
      Feel free to message me on discord if you have some specific questions.

      https://discord.gg/4UXTZC9

      Not sure what you mean by UI id's
       
    9. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,229
      Likes Received:
      364
      Trophy Points:
      83
      Wanted to give an update on this. Getting queueing support is done just putting some finishing touches on the api so that its in an actual usable state.
       
    10. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,229
      Likes Received:
      364
      Trophy Points:
      83
      New version should allow you to queue for chocobo races.

      check the ContentUICategory for the correct instancecontentresult to pass to the queue function
      26 Chocobo Races
      27 Chocobo Races (Party Member)
       

    Share This Page