Recent content by mastabomba

  1. mastabomba

    MySQL command notes

    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');
  2. mastabomba

    Notes Setting Server Public

    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"...
  3. mastabomba

    how can i increase the base and job exp rates

    I set base and job exp rate to 100000 but rates still shown 1.xx after recompile and restart. Where else I should look besides conf/map/battle/exp.conf?
  4. mastabomba

    greetings from Malaysia

    I'm playing RO on and off since beta and now looking to create my own server so I can backup my own character and have control on my own server.
  5. mastabomba

    where's conf/inter-server.conf gone?

    I'm following this guide (link below) but could not find conf/inter-server.conf to put mysql username & password.
Back
Top