- Joined
- Feb 27, 2011
- Messages
- 5,354
@mastahg Can you please add
Frailty = 17,
Concealment = 18,
Petrification = 19
to ff14bot.Directors.Pomander Enum, they are for HoH. They show up as their int values in DeepDungeonInventory() but you can only call UsePomander with the enum.
Also for later possibly look into Magicites? They are in SC data as DeepDungeonMagicStone
Added, I haven't tried HoH so not sure I can be much help there, ill have to look into it more.
@mastahg In the same vein, is it possible to have the Timers window reversed for searching?
![]()
Specifically I am looking for the Company Supply (Mission Allowance), Custom Deliveries, and Rowena's HoS information in a child window after selecting their respective option here. They all (currently) operate as such from below:
Code:ClearLog(); foreach(var control in RaptureAtkUnitManager.GetRawControls) { Log(control.Name + " : " + control.Pointer.ToString("X") + " - " + control.VTable.ToString("X") + " - " + control.TryFindAgentInterface()); } ContentsInfoDetail : 218372CB380 - 7FF6CC1C2F08 - AgentInterface 92 0x217B98AF9D0 ContentsInfo : 217EA4C4690 - 7FF6CC1C2CF8 - AgentInterface 92 0x217B98AF9D0
ContentsInfo is the parent window, and ContentsInfoDetail is the child.
![]()
Thank you! (Also, any word from Zzi about the loot window at all?)
That looks terrible, ill see if theres something that can be added.
Hey mastahg
Did Bard Soul Voice Gauge added?
I did not find it in the article string.
Yes
ActionResourceManager.Bard.SoulVoice
use visual studios object explorer