ffxivlib icon indicating copy to clipboard operation
ffxivlib copied to clipboard

Results 16 ffxivlib issues
Sort by recently updated
recently updated
newest added

``` internal static readonly List CHATPTR = new List { 0xF16D70, 0x18, 0x204 }; ``` I do not know the other :(

FFXIVLIB.GetEntityById() suggests using Constants.ENTITY_ARRAY_SIZE, but the constant was marked as internal.

``` internal static readonly List CHATPTR = new List { 0xEE4EE0, 0x18, 0x204 }; ```

Chat Log ``` 0xE3B420, 0x24, 0x178, 0x1FC ``` Target ``` 0xC888EC, 0x18 ``` Seem to be working for me a few others. Someone else can verify

I think these are the new chat pointer offsets, it's worked for me after a few game restarts so far: ``` internal static readonly List CHATPTR = new List {...

2.16 broke everything. Is this project abandoned?

bug

Few things like chatlog seem broken.

In the chatlog could you return the channel that the message was received on? This way I could filter based on channels etc?

Hello. Do you have plans to add a send chat feature? because I want to make a utility such as DBM. I can analyze boss pattern from the chat log,...

enhancement