Change account to GM
Putty/ssh to server/open mysql cli
mysql -u ragnarok -p
open hercules's database e.g.: ragnarok
use ragnarok;
update login set group_id = replace(group_id,'0','99') where userid like('youruser');
1. Config locations and variable need to be edited to your server's IP (example: 192.168.130.133)
Hercules/conf/login/login-server.conf: bind_ip: "192.168.130.133"
Hercules/conf/map/map-server.conf: char_ip: "192.168.130.133"...