exp111 / TS3PatchExtensions

Extensions for the TS3 Patch (better TS3 Hook)
4 stars 1 forks source link

Allow for blockcommands to set a replace command #2

Closed Bluscream closed 6 years ago

Bluscream commented 6 years ago

Like clientupdate so the server doesn't reply "not implemented"

exp111 commented 6 years ago

Replace the whole command? Like turn „clientupdate client_badges=…“ into „someothercommand args“?

Bluscream commented 6 years ago

No actual just turn the "" empty command that gets send when you block something into "clientupdate" for example

exp111 commented 6 years ago

Does it get sent? I thought the patch would not send it if you have canceled enabled.

Edit: I think the hook just sets the data to "_hook_canceled". Thought it would just not send it.

Bluscream commented 6 years ago

Yeah sadly it cant just drop a packer because then the server would miss the packet with that number

Chazotu commented 6 years ago

does this spam the not implemented message ?

Bluscream commented 6 years ago

Yes.

Bluscream commented 6 years ago

Implemented with 7eac968a613d8f0bae4df483edf2eb1435c6f82d