What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[Release] RebornBuddy Version 1.0.461

HasAetheryteId is returning false for private house aetherytes, even if the aetheryte is listed in availablelocations. I don't have a fc house on this toon to test that.

Thanks for pointing this out, I need the aetheryte ids for personal and fc housing in the goblet and lavander beds. If someone could please supply them that would be great. You can get them by running this code chunk in the console plugin.

Code:
foreach(var known in WorldManager.AvailableLocations)
{
Log(known);
}


Any chance to add the new "Cloud Mallow" mount in Global settings? i did not see it on the list even I own this mount and restarted RB

If you're adding that one, having all the dark lanner mounts would be cool also =)

Unlike hb, rb should support all the mounts without me having to add them. I don't have those mounts so itll be hard for me to investigate why they arent showing up but ill look into it.
 
Welp found why the newer mounts arent working, ill have a patch out in a bit.
 
Name: Estate Hall (Private) AetheryteId: 60 Cost:115 Zone:340 << Lavenderbeds private
Name: Estate Hall (Free Company) AetheryteId: 58 Cost:25 Zone:341 << Goblet FC
Name: Estate Hall (Private) AetheryteId: 60 Cost:115 Zone:340
Name: Estate Hall (Private) AetheryteId: 61 Cost:25 Zone:341 << Goblet shared
 
pretty sure they fall under the same ID's though.. so 60 would be all lavenderbeds housing regardless of it being private or fc etc.
 
pretty sure they fall under the same ID's though.. so 60 would be all lavenderbeds housing regardless of it being private or fc etc.
Nope,

56=limsa fc
57=lavender fc
58=goblet fc
59=limsa private
60=lavender private
61=goblet private
 
Version 418
Code:
All mounts should be properly detected now.
Housing aetherytes are detected properly again in WorldManager.HasAetheryteId
Teleporting to shared housing now works properly.
 
Quick question mastahg,great job btw for RB,im not an expert developer or anything,just making some profile for fun,and want to make spiritbonding easier lately.
Is it possible whit RB to use ff14 in-game quick synthesis system,on a profile?
 
ContentsFinderConfirm/DutyManager .Commence() seems to be broken, probably since 3.3 patch. Im on a very unstable internet connection atm so cant stay ingame long enough to test most of the time but I can confirm that calling it in reborn console does nothing which is in line with whats been reported in my plugin thread for dfalert.
 
Last edited:
ContentsFinderConfirm/DutyManager .Commence() seems to be broken, probably since 3.3 patch. Im on a very unstable internet connection atm so cant stay ingame long enough to test most of the time but I can confirm that calling it in reborn console does nothing which is in line with whats been reported in my plugin thread for dfalert.

I'll give it a look thanks.
 
Thanks for all the great work mastahg! I can't wait to get the newest update to Fate farm the new event :)
 
Thanks for all the great work mastahg! I can't wait to get the newest update to Fate farm the new event :)

Looks like there was an issue with the offset server. Update was pushed almost as soon as servers went up. Should be working for all regions now.
 
Back
Top