Fatebot:
Can now navigate to The-Enemy-of-My-Enemy
Api changes:
LocalPlayer.Stats struct added (thanks Psicu)
ItemResult.IsGroundTargeting added
Pet.Place(Vector3) added
Pet.CurrentActions is now a LocalizedDictionary<uint, PetSpellData>
Spell.IsGroundTargeting will now return the proper value
UseItemTag:
Now handles ground targeting items
HuntBehavior:
If an object is within multiple hotspots, we will now choose the hotspot it is closer to the center of.
CodeChunks:
Now compile after load to improve performance instead of when the first codechunk is called.
Orderbot:
Slightly optimized profile tree system.
Kupo:
Updated/optimized Lancer and dragoon a little
Updated ninja a little.
Version 262
Code:Fatebot: Can now navigate to The-Enemy-of-My-Enemy Api changes: LocalPlayer.Stats struct added (thanks Psicu) ItemResult.IsGroundTargeting added Pet.Place(Vector3) added Pet.CurrentActions is now a LocalizedDictionary<uint, PetSpellData> Spell.IsGroundTargeting will now return the proper value UseItemTag: Now handles ground targeting items HuntBehavior: If an object is within multiple hotspots, we will now choose the hotspot it is closer to the center of. CodeChunks: Now compile after load to improve performance instead of when the first codechunk is called. Orderbot: Slightly optimized profile tree system. Kupo: Updated/optimized Lancer and dragoon a little Updated ninja a little.
Also I am now on the server maintenance team and will be poking the auth servers.
Post a log.For some reason Kupo isn't showing up on the CR selection screen after updating (at least not for BLM), any ideas?
Seems it's good to go now with the current version of FFXIV. I was able to login to RB.
Not sure how without an update, and a bunch of other ppl are talking about it in a support thread.
Before doing an update, check the properties of your RB folder itself and make sure that read only is completely unchecked. Should solve your issue.
LocalPlayer.Stats struct added (thanks Psicu)
Any Info i can get nearly all stats but how did you Name the Attack Magic Potency And Healing Magic Potency.
Thanks
Stats.
public uint Accuracy
public uint AtkMagicPotency
public uint AttackPower
public uint BindResistance
public uint BlindResistance
public uint Control
public uint CP
public uint Craftsmanship
public uint CriticalHitRate
public uint Defense
public uint Determination
public uint Dexterity
public uint EarthResistance
public uint FireResistance
public uint Gathering
public uint GP
public uint HealMagicPotency
public uint HeavyResistance
public uint HP
public uint IceResistance
public uint Intelligence
public uint LightningResistance
public uint MagicDefense
public uint Mind
public uint MP
public uint Parry
public uint Perception
public uint Piety
public uint PoisonResistance
public uint SilenceResistance
public uint SkillSpeed
public uint SleepResistance
public uint SlowResistance
public uint SpellSpeed
public uint Strength
public uint StunResistance
public uint TP
public uint Vitality
public uint WaterResistance
public uint WindResistance