Duplicated "Select Service" Screens

PcNy

New member
Messages
34
Points
0
Hi,

I have a problem with client "Select Service" screen. It is like there are two duplicate screen. When I start the client, I will see a "Select Service" screen and then I entered and see another same screen. Any idea how to fix this? Thank you.

5Mma7.jpg


 
it is normal if you diff your client restore login window.

 
i think he uses langtype number 5, right?

 
check your langtype and version in clientinfo.xml
<version>45</version>  
<langtype>5</langtype>
it is normal if you diff your client restore login window.
I re-diffed my client without "Cancel to login window" option. The problem still persists.

i think he uses langtype number 5, right?
Yes. Do I have to change it to other langtype?

 
check your langtype and version in clientinfo.xml
<version>45</version>  
<langtype>5</langtype>
>it is normal if you diff your client restore login window.
I re-diffed my client without "Cancel to login window" option. The problem still persists.

i think he uses langtype number 5, right?
Yes. Do I have to change it to other langtype?
What I mean is restore login window. not cancel to login window.

because cancel to login window is already self explanatory.

 
i think its normal in that client, try to diff disabled service select..

 
try to use my clientinfo.xml

<?xml version="1.0" encoding="euc-kr" ?><clientinfo> <servicetype>thai</servicetype> <servertype>primary</servertype> <connection> <display>Proudly Ragnarok Online</display> <desc>Renewal</desc> <address>127.0.0.1</address> <port>6900</port> <version>45</version> <langtype>5</langtype> <balloon>ProudlyRO </balloon> <aid> <admin>2000000</admin> <loading> <image>loading01.jpg</image> <image>loading02.jpg</image> </loading> </aid> </connection></clientinfo>
and also disable or unpick or unchecked service select in your client diff.

 
are you using kro server as your ragnarok files? if yes then you cant use server type thai and langtype 5, if you are using thai server as your ragnarok files, it will work.

 
check your langtype and version in clientinfo.xml
<version>45</version>  
<langtype>5</langtype>
"1387067113">>>it is normal if you diff your client restore login window.

lockquote>I re-diffed my client without "Cancel to login window" option. The problem still persists.

>i think he uses langtype number 5, right?
Yes. Do I have to change it to other langtype?
What I mean is restore login window. not cancel to login window.

because cancel to login window is already self explanatory.
I tried disabling "Restore Login Window". There are still 2 Select Service screens and after I pressed enter after second screen, the game client closed itself.
 
Last edited by a moderator:
are you using kro server as your ragnarok files? if yes then you cant use server type thai and langtype 5, if you are using thai server as your ragnarok files, it will work.
My main Ragnarok files are from official Thai server.

 
try to use my clientinfo.xml

<?xml version="1.0" encoding="euc-kr" ?><clientinfo> <servicetype>thai</servicetype> <servertype>primary</servertype> <connection> <display>Proudly Ragnarok Online</display> <desc>Renewal</desc> <address>127.0.0.1</address> <port>6900</port> <version>45</version> <langtype>5</langtype> <balloon>ProudlyRO </balloon> <aid> <admin>2000000</admin> <loading> <image>loading01.jpg</image> <image>loading02.jpg</image> </loading> </aid> </connection></clientinfo>
and also disable or unpick or unchecked service select in your client diff.
I used this clientinfo. Nothing changed. I can't find any option to disable service select in xDiffPatcher. What client diff you use?

add this to your clientinfo.xml after the servertype tag

<hideaccountlist></hideaccountlist> 
I tried this but the game closed itself after launch.

 
Back
Top