how to setting clientinfo.xml in new client

a85771416

New member
Messages
11
Points
0
the client 2018-12-XX and last 

the login interface was changed  , and clientinfo.xml file  seems like unused

i try to modify some info, but still not work

original

<?xml version="1.0" encoding="euc-kr" ?>

<no_free_server></no_free_server>
modifyed

<?xml version="1.0" encoding="euc-kr" ?>

<clientinfo>
   <desc>Ragnarok Online Client Information</desc>
    <servicetype>taiwan</servicetype>
    <servertype>primary</servertype>
    <connection>
        <display>MyServer</display>
          <address>127.0.0.1</address>
          <port>6900</port>
          <version>46</version>
          <langtype>4</langtype>
        <registrationweb>www.ragnarok.com</registrationweb>
        <loading>
            <image>loading00.jpg</image>
            <image>loading01.jpg</image>
            <image>loading02.jpg</image>
            <image>loading03.jpg</image>
            <image>loading04.jpg</image>
        </loading>
        <yellow>
            <admin>2000000</admin>
            <admin>2000001</admin>
            <admin>2000002</admin>
            <admin>2000004</admin>
        </yellow>
    </connection>
   <desc>Ragnarok Online Client Information</desc>
    <servicetype>taiwan</servicetype>
    <servertype>primary</servertype>
</clientinfo>


and i can't find and related file like 'sclient.xml' in data.grf

any one know how to solved it?

@4144

 
clientinfo.xml and sclientinfo.xml

format was not changed

 
clientinfo.xml and sclientinfo.xml

format was not changed
after i use old grf file,the client can show the servers list finally

but i get a new problem,after i select server and type user and pass

client seems like not sent packet to my select IP

i already check the clientinfo.xml ,that is point to right IP and port, and use 2018-06-20 can enter to the server

have any patch need to diff?

i already diff 'remove hardcode add/port'

 
probably wrong patches in your client or bad configured emulators

or wrong clientinfo/sclientinfo

 
probably wrong patches in your client or bad configured emulators

or wrong clientinfo/sclientinfo
can you give me your clientinfo which point to 127.0.0.1 and tested can be used ?

or your new client diff list?

i tried 2018-06-20 and 2019-03-22 with same grf ,2018-06-20 is work fine but 2019-03-22 still can't sent packet to server

 
clientinfo/sclientinfo always can works same. You may change only server types if ragexe/ragexeRE

example https://gitlab.com/4144/Nemo/blob/master/configs/zero/clientinfo.xml

what emulator you using? you really changed packet version?
i use ra for test

the process is 'select server' -> 'type user and password' -> ->'client sent packet to server '  'server get packet and login'

now  2018-06-20(ragexe)  login sucessful

but  2019-03-22(ragexe) after 'type use and password' , did't sent packet to server or snet to wrong IP(i don't know)

both of them in same folder and use same data.grf 

the attachment is my test client which only diff recommended

BTW,does <servertype> and <servicetype> will effect client work or not?

View attachment TESTCLIENT.rar

 
Last edited by a moderator:
@4144

It looks like the problem of patch "Remove hardcoded address/port".

 
Last edited by a moderator:
probably old nemo? in some clients was issue with read data folder first.

I have patched exe with same version, works fine

 
@4144

It looks like the problem of patch "Remove hardcoded address/port".
i don't know is problem of patch or not

i tried what you say but i still not work

probably old nemo? in some clients was issue with read data folder first.

I have patched exe with same version, works fine
i downloaded  nemo  from 'https://gitlab.com/4144/Nemo'

and my client is downloaded from http://nemo.herc.ws/

can you give me your original ragexe(2019-03-22) , diff list and clientinfo?

i think maybe clientinfo is the key point

 
Last edited by a moderator:
Back
Top