I really doubt it will help a lot, but maybe some newbies will fail at the mac check so here we go.
Hercules Developers are free to implement this code snippet whenever they want.
NOTE, do backups of your src folder AND your login mysql database, or wait till a developer implements mac to hercules.
1. Download the file i attached.
2. Place mac_check.patch into your hercules folder and apply the patch via GIT.
3. Recompile the server, do NOT start the server yet!
4. Open your mysql tool and select your ragnarok (server) database.
5. Copy the below text into the query window
ALTER TABLE `login` ADD COLUMN `last_mac` VARCHAR(18) NOT NULL DEFAULT '' AFTER `pincode_change` ;
6. Click run / apply to add the new last_mac to your login database.
You are set serverwise!!
What do you need to send the mac?
1. Your client must have the "SSO login" enabled. (i suggest
R.O.L.e.X : http://herc.ws/b...opic/930-rolex/ as the login system of your choice)
2. That's all.
3. Enjoy!