it's possible to edit source tfs 1.2 pvp Secure Mode alweys OFF
im have war server and who loses must disable it
meybe this?
https://github.com/otland/forgottenserver/search?utf8=✓&q=Secure+Mode
or this
im have war server and who loses must disable it
meybe this?
https://github.com/otland/forgottenserver/search?utf8=✓&q=Secure+Mode
or this
Code:
uint8_t rawFightMode = msg.getByte(); // 1 - offensive, 2 - balanced, 3 - defensive
uint8_t rawChaseMode = msg.getByte(); // 0 - stand while fightning, 1 - chase opponent
uint8_t rawSecureMode = msg.getByte(); // 0 - can't attack unmarked, 1 - can attack unmarked
// uint8_t rawPvpMode = msg.getByte(); // pvp mode introduced in 10.0