kRO unpacked clients releases

Status
Not open for further replies.
how to remove 'Homunculus automatic feeding Off' Everytime you login, it displays at the bottom. Shouldn't it display only for alchemist class?

homun.png

 
I'll try that :)

Anyway, how do we make these buttons disappear?

A2qhHst.png


Battlegrounds

Bank

Item Mall

Rec

They're disabled from nemo but they still show up.


They won't disappear. Bank, BG, Cash Shop and Rec buttons and SNS are already disabled/hidden.

I'm still having this issues on 2018-04-04b. buttons still not disappearing even if it should be hidden.

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

 
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.

 
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.

 
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?
 

Code:
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"
}

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

 
im using 2018-03-21aRagexeRE

mmo.h

#ifndef PACKETVER
    #define PACKETVER 20180321
#endif // PACKETVER
 
clientinfo.xlm

<?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

// 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..

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

 
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?

 
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

 
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...

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

<?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

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. 

 
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

 
    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:

 
Status
Not open for further replies.
Back
Top