[DiscordArchive] is there a way to enable the 4 extra bag slots for the "authenticator" requirement?
[DiscordArchive] is there a way to enable the 4 extra bag slots for the "authenticator" requirement?
Archived author: Mystic Wolf • Posted: 2023-07-09T18:32:39.618000+00:00
Original source
is there a way to enable the 4 extra bag slots for the "authenticator" requirement?
Archived author: ZaDarkSide • Posted: 2023-07-09T19:12:46.700000+00:00
Original source
In `src/server/game/Entities/Player/Player.cpp`
```c++
void Player::SendInitialPacketsAfterAddToMap() {
SetPlayerLocalFlag(PLAYER_LOCAL_FLAG_ACCOUNT_SECURED);
}
```
In `src/server/game/Entities/Player/Player.h`
```c++
#define INVENTORY_DEFAULT_SIZE 20
```
That should do it I think