Forum > Serverside Modding

Anti-Multiboxing?

<< < (2/2)

schlumpf:
this hugely depends on your emulator and the version of it. at the point of handling log in, also execute that query.

trinity 3.3.5 would probably need to be patched here: https://github.com/TrinityCore/TrinityCore/blob/3.3.5/src/server/authserver/Server/AuthSession.cpp#L335

Ascathos:

--- Quote from: schlumpf on February 01, 2018, 08:28:00 pm ---this hugely depends on your emulator and the version of it. at the point of handling log in, also execute that query.

trinity 3.3.5 would probably need to be patched here: https://github.com/TrinityCore/TrinityCore/blob/3.3.5/src/server/authserver/Server/AuthSession.cpp#L335

--- End quote ---

I suggest writing a loginscript (New Script -> AccountScript) that checks on each login for duplicate ips. You should find your own algorithm for this though.

This would work though.

Kobiesan:

--- Quote from: Ascathos on February 02, 2018, 09:04:12 pm ---
--- Quote from: schlumpf on February 01, 2018, 08:28:00 pm ---this hugely depends on your emulator and the version of it. at the point of handling log in, also execute that query.

trinity 3.3.5 would probably need to be patched here: https://github.com/TrinityCore/TrinityCore/blob/3.3.5/src/server/authserver/Server/AuthSession.cpp#L335

--- End quote ---

I suggest writing a loginscript (New Script -> AccountScript) that checks on each login for duplicate ips. You should find your own algorithm for this though.

This would work though.

--- End quote ---

A c++ script? Where do I put them?

Navigation

[0] Message Index

[*] Previous page

Go to full version