13-09-2008, 09:38 PM
You need to create an all new message handler for it.
You just add the isvip as byte to the player rec, delete the accounts and start fresh, or create an account converter.
MS4 uses binary accounts. That's why you can't just change it to .ini
Then you create an admin command like /givevip and then you send a packet to the server, with the name of the player (ie: /givevip Perfekt), then you have the server set the player's isvip variable to 1.
You just add the isvip as byte to the player rec, delete the accounts and start fresh, or create an account converter.
MS4 uses binary accounts. That's why you can't just change it to .ini

Then you create an admin command like /givevip and then you send a packet to the server, with the name of the player (ie: /givevip Perfekt), then you have the server set the player's isvip variable to 1.
