Difference between revisions of "serverType"

From OpenKore Wiki
Jump to navigation Jump to search
m
Line 64: Line 64:
  
 
You can find all serverType files on '''src/Network/Receive'''.
 
You can find all serverType files on '''src/Network/Receive'''.
'''1.''' Download PE Viewew.
+
 
 +
'''1.''' Download [http://www.megaupload.com/?d=U7DR26E4 PE Viewer].
  
 
'''2.''' Open it and go the '''File > Open''' or just press F2.
 
'''2.''' Open it and go the '''File > Open''' or just press F2.

Revision as of 21:23, 17 April 2010

serverType [<number>]
If serverType is not specified in your master server details (see tables\servers.txt), you can specify in this option on what kind of server you're playing.

ServerTypes overview

Known list of official server's serverType:

Server Name ServerType
Brazil Ragnarok Online Odin bRO
Brazil Ragnarok Online Thor bRO_Thor
Europe Ragnarok Online euRO
France Ragnarok Online fRO
India Ragnarok Online inRO
Indonesia Ragnarok Online idRO
International Ragnarok Online iRO
Korea Ragnarok Online kRO_RagexeRE_0
Malaysia Ragnarok Online mRO
Philippines Ragnarok Online pRO
Russia Ragnarok Online rRO
Taiwan Ragnarok Online twRO
Thailand Ragnarok Online tRO
Vietnam Ragnarok Online vRO

Numeric serverTypes are outdated and are not being updated (except maybe serverType 0 which is used as base for official serverTypes) - use them only if you know you should do so (for example, with outdated official and private servers).

Finding serverType

Only official servers have their own serverType, so other servers (private ones) must find the server's executable compilation date and use the appropriate kRO serverType (newer versions) or Sakray serverTypes (older versions)

Currently, kRO serverTypes syntax is:

RagexeRE_<year>__<month>_<date><letter>

And Sakray ones is:

Sakexe_<year>__<month>_<date><letter>

You can find all serverType files on src/Network/Receive.

1. Download PE Viewer.

2. Open it and go the File > Open or just press F2.

File:file.PNG

3. Go to PE Header tab.

ServerType-header.PNG

4. Beside the Time Data Stamp box, see the executable's compilation date.

ServerType-date.PNG

5. Go to src/Network/Receive/kRO and search for the serverType file using the date collected before. In the example bellow, the date was January 26, 2010 so the file would be RagexeRE_2010_01_26a.pm

ServerType-file.PNG

6. Now that the file was found, it's known that the serverType exists for the compilation date. So just remove the fle extension (.pm) and the serverType can be used.

File name:

RagexeRE_2010_01_26a.pm

ServerType:

Ragexe_2010_01_26a