Jump to content
Asheraf

kRO unpacked clients releases

Recommended Posts

10 hours ago, 4144 said:

use correct skill related lua files from kro and will be no this error.

 

Has the kRO updated the visual effects of the skills? I'm taking alert with various skill effects that I did not have before after upgrading to the 2018 client.

Share this post


Link to post
Share on other sites

kro often update different files, change formats etc.

for working with exe on given date, you must always update all your data to same date.

 

Share this post


Link to post
Share on other sites
12 hours ago, 4144 said:

kro often update different files, change formats etc.

for working with exe on given date, you must always update all your data to same date.

 


Do you know the content of these repositories?
 

Spoiler



Url = {
    TwitterUrl = "http://112.175.128.140:3000/"
}
AccountLinkedUserDataUrl = {
    Save = "http://112.175.128.140:3000/userconfig/save",
    Load = "http://112.175.128.140:3000/userconfig/load"
}
TwitterDataUrl = {
    Auth = "http://112.175.128.140:3000/twitter/user-auth",
    Upload = "http://112.175.128.140:3000/twitter/upload"
}


 

 

Share this post


Link to post
Share on other sites

you mean urls? i think this is service for work with twitter from client

Share this post


Link to post
Share on other sites
On 5/21/2018 at 7:32 PM, astralprojection said:

yes, patch to hide buttons  seems not working properly with 2018-04+  .  anyone has solution for this?

@4144 do you have any updates about this?

Share this post


Link to post
Share on other sites

im using 2018-03-21aRagexeRE

mmo.h

Quote

#ifndef PACKETVER
    #define PACKETVER 20180321
#endif // PACKETVER
 

clientinfo.xlm

Quote

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

    <desc>Ragnarok Online Client Information</desc>
    <servicetype>korea</servicetype>
    <servertype>primary</servertype>
    <hideaccountlist></hideaccountlist>
    <extendedslot></extendedslot>
    <readfolder></readfolder>
    
    <connection>
            <display>ZERO</display>
              <address>127.0.0.1</address>
              <port>6900</port>
            <version>56</version>
              <langtype>12</langtype>
        <aid>
            <admin>2000000</admin>
            <admin>2000001</admin>
            <admin>2000002</admin>
            <admin>2000003</admin>
            <admin>2000004</admin>
            <admin>2000005</admin>
            <admin>2000006</admin>
            <admin>2000007</admin>
            <admin>2000008</admin>
            <admin>2000009</admin>
            <admin>2000010</admin>
            <admin>2000011</admin>
            <admin>2000012</admin>
            <admin>2000013</admin>
            <admin>2000014</admin>
            <admin>2000015</admin>
            <admin>2000016</admin>
            <admin>2000017</admin>
            <admin>2000018</admin>
            <admin>2000019</admin>
            <admin>2000020</admin>
            <admin>2000021</admin>
            <admin>2000022</admin>
            <admin>2000023</admin>
            <admin>2000024</admin>
        </aid>
        <loading>
            <image>loading00.jpg</image>
            <image>loading01.jpg</image>
            <image>loading02.jpg</image>
            <image>loading03.jpg</image>
            <image>loading04.jpg</image>
            <image>loading05.jpg</image>
            <image>loading06.jpg</image>
            <image>loading07.jpg</image>
            <image>loading08.jpg</image>
            <image>loading09.jpg</image>
            <image>loading10.jpg</image>
        </loading>
       </connection>
</clientinfo>

client.conf

Quote

// Whether to enable the official packet obfuscation support (good vs WPE)
// 0: disabled
// 1: optional (not recommended) -- identifies whether it is required
// 2: enabled (recommended)
packet_obfuscation: 0
 

Diff..

Quote

8 Custom Window Title
9 Disable 1rag1 type parameters (Recommended)
13 Disable Ragexe Filename Check (Recommended)
23 Enable /who command (Recommended)
24 Fix Camera Angles (Recommended)
28 Increase Headgear ViewID
32 Increase Zoom Out Max
33 Always Call SelectKoreaClientInfo() (Recommended)
34 Enable /showname (Recommended)
35 Read Data Folder First
36 Read msgstringtable.txt (Recommended)
38 Remove Gravity Ads (Recommended)
39 Remove Gravity Logo (Recommended)
40 Restore Login Window (Recommended)
41 Disable Nagle Algorithm (Recommended)
44 Translate Client (Recommended)
46 Use Normal Guild Brackets (Recommended)
47 Use Ragnarok Icon
48 Use Plain Text Descriptions (Recommended)
49 Enable Multiple GRFs (Recommended)
50 Skip License Screen
53 Use Ascii on All LangTypes (Recommended)
61 Disable Packet Encryption
64 @ Bug Fix (Recommended)
65 Load Custom lua file instead of iteminfo*.lub (Recommended)
68 Enable 64k Hairstyle
71 Ignore Resource Errors
72 Ignore Missing Palette Error
84 Remove Serial Display (Recommended)
88 Allow space in guild name
90 Enable DNS Support (Recommended)
91 Disconnect to Login Window
100 Disable Multiple Windows
101 Skip Friend list Cheat Check
102 Skip Guild Member Cheat Check
208 Restore Cash Shop Icon
213 Disable Help Message on Login (Recommended)
215 Increase Map Quality
234 Ignore Lua Errors
 

 

anyone can help me thanks in advance!!

screen000.jpg

Share this post


Link to post
Share on other sites
On 25/05/2018 at 1:13 PM, 4144 said:

you mean urls? i think this is service for work with twitter from client

exactly, whenever I log in the game appears the message that the account is disconnected, I imagine it is due to the lack of login in this system, in the SNS, do you know what kind of information is stored in these repositories?

Share this post


Link to post
Share on other sites
1 hour ago, Slicer said:

exactly, whenever I log in the game appears the message that the account is disconnected, I imagine it is due to the lack of login in this system, in the SNS, do you know what kind of information is stored in these repositories?

no, i not sure how they works. but i think for private server you should create same services, because from gravity will works only on official servers

Share this post


Link to post
Share on other sites
12 hours ago, noobzter003 said:

im using 2018-03-21aRagexeRE

mmo.h

clientinfo.xlm

client.conf

Diff..

 

anyone can help me thanks in advance!!

probably better create separate topic, because server or client configuration unrelated to client exes list.

also you should be sure what you configured server in correct way. and after you changed some files, need run make clean and build again.

and in topic show server messages...

Share this post


Link to post
Share on other sites
On 3/19/2018 at 2:29 AM, Archetype Saber said:

Try to use this and save as "sclientinfo.xml"

  Hide contents

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
    <desc>Ragnarok Online Client Information</desc>
    <servicetype>korea</servicetype>
    <servertype>primary</servertype>
    <connection>
        <display>Local</display>
          <address>127.0.0.1</address>
          <port>6900</port>
          <version>46</version>
          <langtype>0</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>
        </yellow>
       </connection>
</clientinfo>

as for the diff. (2018-03-07bRagexeRE)

NEMO used: https://gitlab.com/4144/Nemo - Credits: @4144

  Reveal hidden contents

9 Disable 1rag1 type parameters (Recommended)
13 Disable Ragexe Filename Check (Recommended)
23 Enable /who command (Recommended)
24 Fix Camera Angles (Recommended)
33 Always Call SelectKoreaClientInfo() (Recommended)
34 Enable /showname (Recommended)
35 Read Data Folder First
36 Read msgstringtable.txt (Recommended)
38 Remove Gravity Ads (Recommended)
39 Remove Gravity Logo (Recommended)
40 Restore Login Window (Recommended)
41 Disable Nagle Algorithm (Recommended)
44 Translate Client (Recommended)
46 Use Normal Guild Brackets (Recommended)
48 Use Plain Text Descriptions (Recommended)
49 Enable Multiple GRFs (Recommended)
53 Use Ascii on All LangTypes (Recommended)
64 @ Bug Fix (Recommended)
65 Load Custom lua file instead of iteminfo*.lub (Recommended)
84 Remove Serial Display (Recommended)
90 Enable DNS Support (Recommended)
97 Cancel to Login Window (Recommended)
213 Disable Help Message on Login (Recommended)
 

else if all fails. try to review your connections in conf folder of server side/trunk/master file

STILL THE SAME T_T BUT IF IM USING 2013-07-08 I CAN CONNECT IN TO IT. 

Share this post


Link to post
Share on other sites
On 13/3/2018 at 5:40 AM, OmarAcero said:

Does anyone know, how works the window to remove characters? 

The client does not allow me to delete the character when he placed the date of birth

  Reveal hidden contents

5aa701676340e_screenRagnarokZero002.thumb.jpg.6f721087a7173b61179665dc28d3bb66.jpg

5aa701c8f1339_screenRagnarokZero005.thumb.jpg.3c006dbe193cdbdf00783d88369302af.jpg

Sorry...How you open Attendance Check?

 

Share this post


Link to post
Share on other sites
10 hours ago, noobzter003 said:

change the date in client.conf

 

i can't understand... Can you explain it better? :o

Edited by tathanvocuc017

Share this post


Link to post
Share on other sites
1 hour ago, tathanvocuc017 said:

i can't understand... Can you explain it better? :o

    change here^_^

conf/map/battle/features.conf

 

// Enable Attendance System for clients >= 2018-03-07bRagexeRE or 2018-04-04bRagexe
    // true:  enable (Default)
    // false: disable
    enable_attendance_system: true

    // Attendance End time in the format YearMonthDay
    feature_attendance_endtime: 20180331 -->> you should change this date the time you want to end yout attendance check

Share this post


Link to post
Share on other sites
29 minutes ago, noobzter003 said:

    change here^_^

conf/map/battle/features.conf

 

// Enable Attendance System for clients >= 2018-03-07bRagexeRE or 2018-04-04bRagexe
    // true:  enable (Default)
    // false: disable
    enable_attendance_system: true

    // Attendance End time in the format YearMonthDay
    feature_attendance_endtime: 20180331 -->> you should change this date the time you want to end yout attendance check

If I were to please show me how to add items for it,okay? :smile:

Share this post


Link to post
Share on other sites
15 minutes ago, noobzter003 said:

can u provide map-sever/login-server/char-server screenshot. is there any error of it?

 

I don't see any error map-sever/login-server/char-server...Maybe probem with lua file.Attendance needed to lua file? 

Edited by tathanvocuc017

Share this post


Link to post
Share on other sites

Does anyone know what causes this problem? even ignoring the errors of the lua files still the problem persists.
 

Spoiler


AMAauUZ.png

 

 

Share this post


Link to post
Share on other sites

from message mean something wrong with navigation

Share this post


Link to post
Share on other sites
46 minutes ago, 4144 said:

from message mean something wrong with navigation

but it does not make sense, I have already tried with all kro .grf folders and even then the error persists.

Share this post


Link to post
Share on other sites

it probably located in data directory

Share this post


Link to post
Share on other sites
11 hours ago, 4144 said:

it probably located in data directory

no, I'm an idiot, I managed to solve, I updated my luafiles with the kRO rdata and solved! Thank you!

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.