Jump to content

2017-01-25aRagexeRE


Badarosk0

Recommended Posts


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  44
  • Reputation:   1
  • Joined:  12/11/16
  • Last Seen:  

4 minutes ago, hendra814 said:

sorry i'm forgot.

are you already recompile the server after edit core.h

if you already do that, check your client version at clientinfo.xml

fill in with client version you're using at packetdb.txt

example

i'm using 2015-11-04 client, so at packetdb.txt it's version 55

2017-07-11_104956.jpg.d6f41ec8fd83e79923721278f62321a9.jpg

so i'm fill 55 at my clientinfo.xml

client.jpg.2ad9c6b48285a997d236a3bb25d0cb94.jpg

already done that too...by the way please check your hangouts chat my friend. Thanks.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  399
  • Reputation:   69
  • Joined:  12/26/15
  • Last Seen:  

13 hours ago, players said:

Hi Guys,

i already follow instruction from first page until last page and using 2017 latest kro client still cannot make it work....the rejected from server (3) and character number keep pop out after login id.

how to solve it? need help.

Thanks in advanced.

check src/map/clif.h, src/common/utils.c & packet_db.txt
there is a mistake in one of these files...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  44
  • Reputation:   1
  • Joined:  12/11/16
  • Last Seen:  

7 minutes ago, hazimjauhari90 said:

check src/map/clif.h, src/common/utils.c & packet_db.txt
there is a mistake in one of these files...

Just changed to :

1. clif.h

enum { // packet DB
    MIN_PACKET_DB  = 0x064,
    MAX_PACKET_DB  = 0xAFF,
    MAX_PACKET_VER = 56,
    MAX_PACKET_POS = 20,
};

2. utils.c

    else if(date < 20151001) return 53;
    else if(date < 20151104) return 54;
    else if(date < 20170125) return 55;
    else if(date >= 20170125) return 56;

    else return 30; //default

3. packet_db.txt

packet_db_ver: 56
//packet_db_ver: default
packet_keys_use: default

// 2017-01-25aRagexe
packet_ver: 56
packet_keys: 0x066E04FE,0x3004224A,0x04FF0458
0x0438,7,actionrequest,2:6
0x0879,10,useskilltoid,2:4:6
0x0930,5,walktoxy,2
0x0943,6,ticksend,2
0x0881,5,changedir,2:4
0x087B,6,takeitem,2
0x0877,6,dropitem,2:4
0x091C,8,movetokafra,2:4
0x095C,8,movefromkafra,2:4
0x092B,10,useskilltopos,2:4:6:8
0x089B,90,useskilltoposinfo,2:4:6:8:10
0x0965,6,getcharnamerequest,2
0x0898,6,solvecharname,2
0x0929,12,searchstoreinfolistitemclick,2:6:10
0x0968,2,searchstoreinfonextpage,0
0x093C,-1,searchstoreinfo,2:4:5:9:13:14:15
0x087D,-1,reqtradebuyingstore,2:4:8:12
0x091B,6,reqclickbuyingstore,2
0x091D,2,reqclosebuyingstore,0
0x08A5,-1,reqopenbuyingstore,2:4:8:9:89
0x0944,18,bookingregreq,2:4:6
//0x0884,8 CZ_JOIN_BATTLE_FIELD
0x0895,-1,itemlistwindowselected,2:4:8:12
0x0811,19,wanttoconnection,2:6:10:14:18
0x086E,26,partyinvite2,2
//0x0894,4 CZ_GANGSI_RANK
0x0920,26,friendslistadd,2
0x0876,5,hommenu,2:4
0x0893,36,storagepassword,2:4:20

Attached error screenshot.

@hazimjauhari90

How about my client profile log? is there any problem?

Thanks.

Need help. Thanks.

d5a066ff-c9bb-493a-aec6-df74b3056cc0.jpg

e886bc46-f009-4ea1-9e05-9d94f04b3fe1.jpg

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  399
  • Reputation:   69
  • Joined:  12/26/15
  • Last Seen:  

2 minutes ago, players said:

Just changed to :

3. packet_db.txt

packet_db_ver: 56
//packet_db_ver: default
packet_keys_use: default

// 2017-01-25aRagexe
packet_ver: 56
packet_keys: 0x066E04FE,0x3004224A,0x04FF0458
0x0438,7,actionrequest,2:6
0x0879,10,useskilltoid,2:4:6
0x0930,5,walktoxy,2
0x0943,6,ticksend,2
0x0881,5,changedir,2:4
0x087B,6,takeitem,2
0x0877,6,dropitem,2:4
0x091C,8,movetokafra,2:4
0x095C,8,movefromkafra,2:4
0x092B,10,useskilltopos,2:4:6:8
0x089B,90,useskilltoposinfo,2:4:6:8:10
0x0965,6,getcharnamerequest,2
0x0898,6,solvecharname,2
0x0929,12,searchstoreinfolistitemclick,2:6:10
0x0968,2,searchstoreinfonextpage,0
0x093C,-1,searchstoreinfo,2:4:5:9:13:14:15
0x087D,-1,reqtradebuyingstore,2:4:8:12
0x091B,6,reqclickbuyingstore,2
0x091D,2,reqclosebuyingstore,0
0x08A5,-1,reqopenbuyingstore,2:4:8:9:89
0x0944,18,bookingregreq,2:4:6
//0x0884,8 CZ_JOIN_BATTLE_FIELD
0x0895,-1,itemlistwindowselected,2:4:8:12
0x0811,19,wanttoconnection,2:6:10:14:18
0x086E,26,partyinvite2,2
//0x0894,4 CZ_GANGSI_RANK
0x0920,26,friendslistadd,2
0x0876,5,hommenu,2:4
0x0893,36,storagepassword,2:4:20

Attached error screenshot.

@hazimjauhari90

How about my client profile log? is there any problem?

Thanks.

Need help. Thanks.

i think u better attach is as code in here.. i'm using phone.. and to view the nemo patches list is not that easy using fone.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  44
  • Reputation:   1
  • Joined:  12/11/16
  • Last Seen:  

Just now, hazimjauhari90 said:

i think u better attach is as code in here.. i'm using phone.. and to view the nemo patches list is not that easy using fone.

okay..

9 Disable 1rag1 type parameters (Recommended)
13 Disable Ragexe Filename Check (Recommended)
16 Disable Swear Filter
18 Skip Service Selection Screen
19 Enable Title Bar Menu
23 Enable /who command (Recommended)
24 Fix Camera Angles (Recommended)
31 Increase Zoom Out 75%
33 Always Call SelectKoreaClientInfo() (Recommended)
34 Enable /showname (Recommended)
35 Read Data Folder First
37 Read questid2display.txt (Recommended)
38 Remove Gravity Ads (Recommended)
39 Remove Gravity Logo (Recommended)
40 Restore Login Window (Recommended)
41 Disable Nagle Algorithm (Recommended)
46 Use Normal Guild Brackets (Recommended)
47 Use Ragnarok Icon
48 Use Plain Text Descriptions (Recommended)
49 Enable Multiple GRFs (Recommended)
53 Use Ascii on All LangTypes (Recommended)
61 Disable Packet Encryption
64 @ Bug Fix (Recommended)
76 Enforce Official Login Background
84 Remove Serial Display (Recommended)
86 Only First Login Background
90 Enable DNS Support (Recommended)
91 Disconnect to Login Window
97 Cancel to Login Window (Recommended)
208 Restore Cash Shop Icon
212 Restore Roulette
213 Disable Help Message on Login (Recommended)
215 Increase Map Quality
222 Show Replay Button
225 Show Register Button
 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  399
  • Reputation:   69
  • Joined:  12/26/15
  • Last Seen:  

7 minutes ago, players said:

okay..
 

changed this back to original before u edit

 3. clif.c

/// Notifies the client, that it's connection attempt was accepted.
/// 0073 <start time>.L <position>.3B <x size>.B <y size>.B (ZC_ACCEPT_ENTER)
/// 02eb <start time>.L <position>.3B <x size>.B <y size>.B <font>.W (ZC_ACCEPT_ENTER2)
/// 0a18 <start time>.L <position>.3B <x size>.B <y size>.B <font>.W <sex>.B (ZC_ACCEPT_ENTER3)
void clif_authok(struct map_session_data *sd)
{
#if PACKETVER < 20080102
    const int cmd = 0x73;
#elif PACKETVER < 20141022
    const int cmd = 0x2eb;
#elif PACKETVER < 20161228 <-- ( change it to 20170125 not make any difference )
    const imt cmd = 0xa18;
#else
    const int cmd = 0x2eb;
#endif
    int fd = sd->fd; 

coz this can has been implemented already by lemongrass in newer rA

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  44
  • Reputation:   1
  • Joined:  12/11/16
  • Last Seen:  

25 minutes ago, hazimjauhari90 said:

changed this back to original before u edit


 3. clif.c

/// Notifies the client, that it's connection attempt was accepted.
/// 0073 <start time>.L <position>.3B <x size>.B <y size>.B (ZC_ACCEPT_ENTER)
/// 02eb <start time>.L <position>.3B <x size>.B <y size>.B <font>.W (ZC_ACCEPT_ENTER2)
/// 0a18 <start time>.L <position>.3B <x size>.B <y size>.B <font>.W <sex>.B (ZC_ACCEPT_ENTER3)
void clif_authok(struct map_session_data *sd)
{
#if PACKETVER < 20080102
    const int cmd = 0x73;
#elif PACKETVER < 20141022
    const int cmd = 0x2eb;
#elif PACKETVER < 20161228 <-- ( change it to 20170125 not make any difference )
    const imt cmd = 0xa18;
#else
    const int cmd = 0x2eb;
#endif
    int fd = sd->fd; 

coz this can has been implemented already by lemongrass in newer rA

It's worked! still have minor problem...pop out character request page after login and translated files all item in korean language

Attached the issue.

9fab823b-5ed6-4c87-93d7-f5aa0e5d4511.jpg

228ebcab-c88a-412f-a080-47dd888b5165.jpg

Edited by players
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  399
  • Reputation:   69
  • Joined:  12/26/15
  • Last Seen:  

do u

22 minutes ago, players said:

It's worked! still have minor problem...pop out character request page after login and translated files all item in korean language

Attached the issue.

9fab823b-5ed6-4c87-93d7-f5aa0e5d4511.jpg

 

do u have odd char number? not multiple of 3?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  44
  • Reputation:   1
  • Joined:  12/11/16
  • Last Seen:  

6 minutes ago, hazimjauhari90 said:

do u

do u have odd char number? not multiple of 3?

Yes odd char number 27...

@hazimjauhari90 do you know how to solve the korean language? i got the latest iteminfosak_lub from @zackdreaver and nothing change.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  399
  • Reputation:   69
  • Joined:  12/26/15
  • Last Seen:  

12 hours ago, players said:

@hazimjauhari90 do you know how to solve the korean language? i got the latest iteminfosak_lub from @zackdreaver and nothing change.

I don't use itemInfo.lub.. i use iteminfo.lua instead.

Edited by hazimjauhari90
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  1188
  • Reputation:   161
  • Joined:  06/12/12
  • Last Seen:  

On 4/22/2017 at 0:57 PM, dsync said:

Hmm I'm getting the following error after entering the ID and password. Couldn't login to map server and no message on console either. Any thoughts on this?

 

 

Capture.PNG

I've got error like this too.

How to solve this problem?

mmo.h using default rathena

Spoiler

#ifndef PACKETVER
    #define PACKETVER 20170125
    //#define PACKETVER 20120410
#endif

// Check if the specified packetversion supports the pincode system
#define PACKETVER_SUPPORTS_PINCODE PACKETVER>=20110309

/// Check if the client needs delete_date as remaining time and not the actual delete_date (actually it was tested for clients since 2013)
#define PACKETVER_CHAR_DELETEDATE (PACKETVER > 20130000 && PACKETVER < 20141016) || PACKETVER >= 20150513

// Check if the specified packetvresion supports the cashshop sale system
#define PACKETVER_SUPPORTS_SALES PACKETVER>=20131223

///Remove/Comment this line to disable sc_data saving. [Skotlex]
#define ENABLE_SC_SAVING
/** Remove/Comment this line to disable server-side hot-key saving support [Skotlex]
* Note that newer clients no longer save hotkeys in the registry! */
#define HOTKEY_SAVING

#if PACKETVER < 20090603
    // (27 = 9 skills x 3 bars)               (0x02b9,191)
    #define MAX_HOTKEYS 27
#elif PACKETVER < 20090617
    // (36 = 9 skills x 4 bars)               (0x07d9,254)
    #define MAX_HOTKEYS 36
#else
    // (38 = 9 skills x 4 bars & 2 Quickslots)(0x07d9,268)
    #define MAX_HOTKEYS 38
#endif

#define MAX_MAP_PER_SERVER 1500 /// Increased to allow creation of Instance Maps
#define MAX_INVENTORY 100 ///Maximum items in player inventory
/** Max number of characters per account. Note that changing this setting alone is not enough if the client is not hexed to support more characters as well.
* Max value tested was 265 */
#define MAX_CHARS 9 
/** Number of slots carded equipment can have. Never set to less than 4 as they are also used to keep the data of forged items/equipment. [Skotlex]
* Note: The client seems unable to receive data for more than 4 slots due to all related packets having a fixed size. */
#define MAX_SLOTS 4
#define MAX_AMOUNT 30000 ////Max amount of a single stacked item
#define MAX_ZENY 1000000000 ///Max zeny
#define MAX_BANK_ZENY SINT32_MAX ///Max zeny in Bank
#define MAX_FAME 1000000000 ///Max fame points
#define MAX_CART 100 ///Maximum item in cart
#define MAX_SKILL 1200 ///Maximum skill can be hold by Player, Homunculus, & Mercenary (skill list) AND skill_db limit
#define DEFAULT_WALK_SPEED 150 ///Default walk speed
#define MIN_WALK_SPEED 20 ///Min walk speed
#define MAX_WALK_SPEED 1000 ///Max walk speed
#define MAX_STORAGE 600 ///Max number of storage slots a player can have
#define MAX_GUILD_STORAGE 600 ///Max number of storage slots a guild
#define MAX_PARTY 12 ///Max party member
#define MAX_GUILD 16+10*6    ///Increased max guild members +6 per 1 extension levels [Lupus]
#define MAX_GUILDPOSITION 20    ///Increased max guild positions to accomodate for all members [Valaris] (removed) [PoW]
#define MAX_GUILDEXPULSION 32 ///Max Guild expulsion
#define MAX_GUILDALLIANCE 16 ///Max Guild alliance
#define MAX_GUILDSKILL    15 ///Increased max guild skills because of new skills [Sara-chan]
#define MAX_GUILDLEVEL 50 ///Max Guild level
#define MAX_GUARDIANS 8    ///Local max per castle. If this value is increased, need to add more fields on MySQL `guild_castle` table [Skotlex]
#define MAX_QUEST_OBJECTIVES 3 ///Max quest objectives for a quest
#define MAX_QUEST_DROPS 3 ///Max quest drops for a quest
#define MAX_PC_BONUS_SCRIPT 50 ///Max bonus script can be fetched from `bonus_script` table on player load [Cydh]
#define MAX_ITEM_RDM_OPT 5     /// Max item random option [Napster]
#define DB_NAME_LEN 256 //max len of dbs
#define MAX_CLAN 500
#define MAX_CLANALLIANCE 6

 

Edited by hendra814
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  399
  • Reputation:   69
  • Joined:  12/26/15
  • Last Seen:  

12 hours ago, players said:

Yes odd char number 27...

 

9 hours ago, hendra814 said:

I've got error like this too.

How to solve this problem?

mmo.h using default rathena

should be this not happen when u already edit those code blocks in src\char\char_clif.c

void chclif_charlist_notify( int fd, struct char_session_data* sd ){
 // This is needed on RE clients from october 2015 onwards
 // If you want to use one replace false by true here
#if true && PACKETVER >= 20151001

but in condition where ur #define MAX_CHARS in src/common/mmo.h is the multiple of 3 (9,12,15,18,21,24,27,30 & so on)

if #define MAX_CHARS is no the multiple of 3, u will see the popup window please check request page number.

Edited by hazimjauhari90
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  76
  • Topics Per Day:  0.02
  • Content Count:  461
  • Reputation:   61
  • Joined:  08/28/12
  • Last Seen:  

Gives any way to fix this?

Login.png

Edited by WhiteEagle
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  1188
  • Reputation:   161
  • Joined:  06/12/12
  • Last Seen:  

7 hours ago, WhiteEagle said:

Gives any way to fix this?

Login.png

are you have msgstringtable.txt at your data folder or youf custom grf?

9 hours ago, hazimjauhari90 said:

 

should be this not happen when u already edit those code blocks in src\char\char_clif.c


void chclif_charlist_notify( int fd, struct char_session_data* sd ){
 // This is needed on RE clients from october 2015 onwards
 // If you want to use one replace false by true here
#if true && PACKETVER >= 20151001

but in condition where ur #define MAX_CHARS in src/common/mmo.h is the multiple of 3 (9,12,15,18,21,24,27,30 & so on)

if #define MAX_CHARS is no the multiple of 3, u will see the popup window please check request page number.

Change into true make client crash

2017-07-12_100509.jpg.b34a93e6745a4104826746d6ffac4b2c.jpg

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  399
  • Reputation:   69
  • Joined:  12/26/15
  • Last Seen:  

2 hours ago, hendra814 said:

Change into true make client crash

i guess something must got wrong in ur src maybe.. coz u need change to TRUE if using RE client

void chclif_charlist_notify( int fd, struct char_session_data* sd ){
 // This is needed on RE clients from october 2015 onwards
 // If you want to use one replace false by true here
#if true && PACKETVER >= 20151001

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  1188
  • Reputation:   161
  • Joined:  06/12/12
  • Last Seen:  

23 minutes ago, hazimjauhari90 said:

i guess something must got wrong in ur src maybe.. coz u need change to TRUE if using RE client

void chclif_charlist_notify( int fd, struct char_session_data* sd ){
 // This is needed on RE clients from october 2015 onwards
 // If you want to use one replace false by true here
#if true && PACKETVER >= 20151001

I think the client at the first page not RE client

because i'm just doing step by step from the post in this thread and using fresh rathena from GIT

Spoiler

1. mmo.h

#ifndef PACKETVER
    #define PACKETVER 20170125
    //#define PACKETVER 20120410
#endif

2. core.h

/// Comment to disable the official packet obfuscation support.
/// When enabled, make sure there is value for 'packet_keys' of used packet version or
/// defined 'packet_keys_use' in db/[import/]packet_db.txt.
/// This requires PACKETVER 2011-08-17 or newer.
#define PACKET_OBFUSCATION

3. clif.h

enum { // packet DB
    MIN_PACKET_DB  = 0x064,
    MAX_PACKET_DB  = 0xAFF,
    MAX_PACKET_VER = 56,
    MAX_PACKET_POS = 20,

4. packet db

// 2017-01-25aRagexe
packet_ver: 56
packet_keys: 0x066E04FE,0x3004224A,0x04FF0458
0x0438,7,actionrequest,2:6
0x0879,10,useskilltoid,2:4:6
0x0930,5,walktoxy,2
0x0943,6,ticksend,2
0x0881,5,changedir,2:4
0x087B,6,takeitem,2
0x0877,6,dropitem,2:4
0x091C,8,movetokafra,2:4
0x095C,8,movefromkafra,2:4
0x092B,10,useskilltopos,2:4:6:8
0x089B,90,useskilltoposinfo,2:4:6:8:10
0x0965,6,getcharnamerequest,2
0x0898,6,solvecharname,2
0x0929,12,searchstoreinfolistitemclick,2:6:10
0x0968,2,searchstoreinfonextpage,0
0x093C,-1,searchstoreinfo,2:4:5:9:13:14:15
0x087D,-1,reqtradebuyingstore,2:4:8:12
0x091B,6,reqclickbuyingstore,2
0x091D,2,reqclosebuyingstore,0
0x08A5,-1,reqopenbuyingstore,2:4:8:9:89
0x0944,18,bookingregreq,2:4:6
//0x0884,8 CZ_JOIN_BATTLE_FIELD
0x0895,-1,itemlistwindowselected,2:4:8:12
0x0811,19,wanttoconnection,2:6:10:14:18
0x086E,26,partyinvite2,2
//0x0894,4 CZ_GANGSI_RANK
0x0920,26,friendslistadd,2
0x0876,5,hommenu,2:4
0x0893,36,storagepassword,2:4:20

5. utils.c

else if(date < 20141022) return 50;
    else if(date < 20150513) return 51;
    else if(date < 20150916) return 52;
    else if(date < 20151001) return 53;
    else if(date < 20151104) return 54;
    else if(date < 20170125) return 55;
    else if(date >= 20170125) return 56;

    else return 30; //default

 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  399
  • Reputation:   69
  • Joined:  12/26/15
  • Last Seen:  

5 minutes ago, hendra814 said:

I think the client at the first page not RE client

this is a RE client... non-RE client no longer can be packed anymore since 2016-07

and its name stated clearly. 2017-01-25aRagexeRE...

and those are not complete. u can refer to this guide.. as this is the guide i put in my earlier comment in this  topic.

 

Edited by hazimjauhari90
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  1188
  • Reputation:   161
  • Joined:  06/12/12
  • Last Seen:  

5 minutes ago, hazimjauhari90 said:

this is a RE client... non-RE client no longer can be packed anymore since 2016-07

and its name stated clearly. 2017-01-25aRagexeRE...

So what do I miss?

any suggestion or how about your edit, is it work without error?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  399
  • Reputation:   69
  • Joined:  12/26/15
  • Last Seen:  

1 minute ago, hendra814 said:

So what do I miss?

any suggestion or how about your edit, is it work without error?

no error for me.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  1188
  • Reputation:   161
  • Joined:  06/12/12
  • Last Seen:  

3 minutes ago, hazimjauhari90 said:

no error for me.

Can you share step by step what's your edit at src folder.

maybe with your step will solve the problem.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  399
  • Reputation:   69
  • Joined:  12/26/15
  • Last Seen:  

1 minute ago, hendra814 said:

Can you share step by step what's your edit at src folder.

maybe with your step will solve the problem.

it just ur shown in above + src/char/char_clif.c

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  1188
  • Reputation:   161
  • Joined:  06/12/12
  • Last Seen:  

23 minutes ago, hazimjauhari90 said:

it just ur shown in above + src/char/char_clif.c

Sorry, my mistake. at my testing computer it's used non up to date KRO.

after i'm copy from my laptop into the computer it's work.

Thanks @hazimjauhari90

btw at char console server show this error

2017-07-12_131916.jpg.043d41da78e467bc7c848e83183fd8a9.jpg

is it okay, or the warning can be solve?

Edited by hendra814
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  399
  • Reputation:   69
  • Joined:  12/26/15
  • Last Seen:  

1 minute ago, hendra814 said:

Sorry, my mistake. at mys testing computer it's used not up to date KRO.

after i'm copy from my laptop into the computer it's work.

Thanks @hazimjauhari90

Well.. should i put reminder here.. for other people who want test this client in the future..

Please make sure your kRO folder is patched equivalent or newer than 25 January 2017

Since this RagexeRE is released by Gravity on 25 January 2017.

Anyway glad to know ur problem fixed @hendra814

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  399
  • Reputation:   69
  • Joined:  12/26/15
  • Last Seen:  

8 minutes ago, hendra814 said:

Sorry, my mistake. at my testing computer it's used non up to date KRO.

after i'm copy from my laptop into the computer it's work.

Thanks @hazimjauhari90

btw at char console server show this error

s it okay, or the warning can be solve?

Nah.. just edit ur clientinfo.xml in ur grf.. change the version to 56..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  1188
  • Reputation:   161
  • Joined:  06/12/12
  • Last Seen:  

3 hours ago, hazimjauhari90 said:

Nah.. just edit ur clientinfo.xml in ur grf.. change the version to 56..

Already Solved.

Thanks @hazimjauhari90

Spoiler

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
    <desc>Ragnarok Client Information</desc>
    <servicetype>america</servicetype>
    <servertype>primary</servertype>
    <connection>
        <display>Ragnarok APEL Offline</display>
              <address>127.0.0.1</address>
              <port>6900</port>
              <version>56</version>
              <langtype>1</langtype>
        <registrationweb></registrationweb>
                <admin></admin>
        <loading>
        </loading>
       </connection>
</clientinfo>

 

Edited by hendra814
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...