How to make a GM Account in Ragnarok Servers (Hercules/rAthena)

There are 3 Steps to this: 

Website: FluxCP Control Panel

1. Register a new account to your FluxCP Website.

Server Side: Database

1. Login to your phpMyAdmin ( e.g. "http:// 127.0.0.1(your-ip)/phpmyadmin" ).

2. Find and click your Ragnarok database called "ragnarok".

3. Find and click the table called "login".

4. Find your newly registered account and click "edit" then change the "group_id" from 0 to 99 (admin).


Client Side: for GM Sprite

1. Open your clientinfo.xml inside your RO GRF with an editor ( ex: notepad++).

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<servicetype>korea</servicetype>
<servertype>sakray</servertype>
   <connection>
      <display>YourRO</display>
      <balloon></balloon>
      <desc></desc>
      <address>(your-IP-Address)</address>
      <port>6900</port>
      <version>30</version>
      <langtype>1</langtype>
      <registrationweb></registrationweb>
     <yellow>
            <admin>2000000</admin>
            <admin>2000001</admin>
            <admin>2000002</admin>
      </yellow>
      <aid>
            <admin>2000000</admin>
            <admin>2000001</admin>
            <admin>2000002</admin>
      </aid>
   </connection>
</clientinfo>
2. Here we have added the three ids (e.g. 2000000, 2000001, 2000002) to have GM Sprites
You should add your additional ids to the list in the format as above ( ex: 2000000).


  • 85 Users Found This Useful
Was this answer helpful?

Related Articles

Custom Items

Alternative Video Tutorial: https://youtu.be/cV11LJ0VDakFirst, let's take a look at the item_db...

Ragnarok Developer Tools

Hercules Forumhttp://hercules.ws/board/rAthena Forumhttp://rathena.org/board/GRF ToolBest GRF...

Tips for Ragnarok Newbie Developer

  1. Setup your Offline Server and practice:...

How to delete Specific Item from all accounts in your Ragnarok database

1. Login to your phpmyadmin2. Click to ragnarok database3. Click to SQL4. Copy and paste the...

How to Change the Server Configuration

Changing the Max Level:» https://gomanilahost.net/knowledgebase/119/Edit-Max-Level.htmlChanging...