Jump to content

  •  

LordRegent

Member Since 01 Nov 2014
Offline Last Active Nov 22 2014 12:29 AM
-----

Topics I've Started

Max Level Effect

18 November 2014 - 01:17 AM

How would I get rid of the 175 max level effect? I tried looking into the source but wasn't even able to produce the effect manually using @effect, because I could't find the right id.

 

I'm not talking about the aura but the glowing that goes away when you /effect.


Guide: Client creation for the clueless

01 November 2014 - 08:52 AM

Download:

 

PATCH

 

After you download the full installer run the rsu-* patchers as admin.

  • rsu-kro-rag-lite.exe
  • rsu-kro-renewal-lite.exe

DIFF

 

Take 2014-03-05bRagexe.exe and open it in Nemo.

  • Click "Select Recommended" at the bottom
  • Custom Window Title
  • Read Data Folder First
  • Skip License Screen
  • Use Ragnarok Icon

Take a look at all the options and enable at your own risk.

 

MERGE

 

Take the Ragnarok Online ClientSide Translation's data folder, and merge + overwrite the v4 Basic Complete Renewal Data English's data folder. After you combine the two data folders copy the System and AI folders over.

 

Why do I have to merge two different data folders?

 

Spoiler

 

clientinfo.xml

 

Create a clientinfo.xml file:

 

<?xml version="1.0"encoding="euc-kr" ?><clientinfo><servicetype>korea</servicetype><servertype>primary</servertype><connection><display>RO</display> <balloon>RO</balloon>    <desc>RO</desc>     <address>127.0.0.1</address>     <port>6900</port>     <version>45</version>     <langtype>0</langtype>     <registrationweb></registrationweb>     <aid>	<admin></admin>        	<yellow></yellow></aid>  </connection></clientinfo> 

 

Place the clientinfo.xml file in your data folder.

 

GRF

 

Open GRF Builder. Click New. Enter a .grf filename. Click Merge dir. Select your data folder. After your .grf is created add the filename to your DATA.INI.

 

DATA.INI

 

Create a DATA.INI file:

[Data]1={translations + clientinfo.xml}.grf2=rdata.grf3=data.grf

 

SETUP

 

Don't forget to add opensetup to your RO folder. Also make sure you copied over the System and AI folders from the v4 Basic Complete Renewal Data download.

 

DONE

 

Run your patched exe and enjoy! Try re-opening the file if it gives you an error the first time you execute it.

 

I'm sorry there are no images.

 

Having trouble?

 

Try downloading the ready made [font="Consolas, 'Lucida Console', monospace;font-size:12px;"]2013-08-07aRagexe Full Client.rar[/font] from (https://www.mediafir...cc7w/ready made)

 

Completely lost?

 

Download a completely setup RO folder designed to work with localhost (https://docs.google....export=download)

 

TLDR;

 

Some newcomer figured out how to get a client working and wrote a guide.