• Visit Rebornbuddy
  • Chocobo Object is returning null in the RBx64 version

    Discussion in 'Community Developer Forum' started by newb23, Oct 26, 2016.

    1. newb23

      newb23 Community Developer

      Joined:
      Nov 26, 2014
      Messages:
      397
      Likes Received:
      15
      Trophy Points:
      18
      The Chocobo Object is returning null in the RBx64 version. The following code is returned with the result as follows when executed from the x64 bit version. Running from the x86 version executes and returns as expected.

      Code:
      ClearLog();
      
      
      Log(ff14bot.Objects.Chocobo.Object);
      
      foreach (var partyMember in PartyManager.VisibleMembers)
      {
          Log(partyMember.Name + partyMember.GameObject.CurrentHealthPercent);
      }
      
      ```x64```
      null
      PLAYERNAMEREDACTED100
      Achilles100

      ```x86```
      0x16021420
      PLAYERNAMEREDACTED100
      Achilles100
       

    Share This Page