Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hook FFXIV I/O to send commands without going through the user UI #5

Open
toz opened this issue Nov 30, 2013 · 5 comments
Open

Hook FFXIV I/O to send commands without going through the user UI #5

toz opened this issue Nov 30, 2013 · 5 comments
Assignees

Comments

@toz
Copy link

toz commented Nov 30, 2013

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, but I can't notifying to party.
I want to tell the situation(ex: boss skill timer) to the party.
sorry for poor english :(

@sruon
Copy link
Owner

sruon commented Dec 1, 2013

Sorry I do not exactly understand, do you mean like OnEvent?

E.g.
Twintania uses Death Sentence -> Send "/p Death Sentence used"

@toz
Copy link
Author

toz commented Dec 2, 2013

no, I mean send text to party chat.

SendKeyInput sk = SendKeyInput.GetInstance();
while(true)
{

sk.SendReturnKey();
sk.ConvertTextToInput("/echo test message");
sk.SendReturnKey();
Thread.Sleep(3000);

}

This code works very well if I don't control my character.
However, Problem occurs when I control my character.
so I don't want to interrupt my keyboard input when send message to party chat. This is what I mean.

@sruon
Copy link
Owner

sruon commented Dec 2, 2013

I understand what you mean. We need to hook into XIV IO functions for that and I haven't had much success yet. This is definitly a must have feature I am trying to include but I have absolutely no ETA for that.

@ghost ghost assigned sruon Dec 3, 2013
@sruon
Copy link
Owner

sruon commented Dec 3, 2013

I have renamed the issue. I'll keep you posted on it.

@sruon
Copy link
Owner

sruon commented Dec 30, 2013

Got this semi working for movement, need to get it working for chat.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants