-
Posts
77 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Posts posted by panducakep
-
-
I already use the clean one.
-
No change... still rejected from server
-
Thanks... I will make the new diffed exe
-
Thanks +1
-
Nice sprite... thanks
-
1
-
-
@hendra814 I already comment the #define PACKET_OBFUSCATION but still cannot enter the char creation window and rejected from the server. I also tried using different client.exe that one of the is diffed with packet obfuscation on. But no change.
-
14 hours ago, Secrets said:
You’re not supposed to edit config/packets.h
I'll try to revert it. :3
10 hours ago, hendra814 said:step 3
comment at #define PACKET_OBFUSCATION
and skipp step 5
Ok.. i"ll try your advice... :3
-
Greetings!
I stuck on trying to solve this problem. What I've used and done:
1. Latest rAthena Version. Pulled from Github
2. 2015-11-04aRagexe Client, diffed using the latest NEMO. Thanks to @Secrets (Note: I enable "the packet obfuscation" option because I also enable it in packets.h)
3. Edited src/config/packets.h
Spoiler// Copyright (c) rAthena Dev Teams - Licensed under GNU GPL
// For more information, see LICENCE in the main folder
#ifndef _CONFIG_PACKETS_H_
#define _CONFIG_PACKETS_H_/**
* rAthena configuration file (http://rathena.org)
* For detailed guidance on these check http://rathena.org/wiki/SRC/config/
**/#ifndef PACKETVER
#define PACKETVER 20151104
#endif#ifndef PACKETVER_RE
/// From this point on only kRO RE clients are supported
#if PACKETVER > 20151104
#define PACKETVER_RE
#endif
#endif#if PACKETVER >= 20110817
/// Comment to disable the official packet obfuscation support.
/// This requires PACKETVER 2011-08-17 or newer.
#ifndef PACKET_OBFUSCATION
#define PACKET_OBFUSCATION// Define these inside src/custom/defines_pre.h or src/custom/defines_post.h
//#define PACKET_OBFUSCATION_KEY1 <key1>
//#define PACKET_OBFUSCATION_KEY2 <key2>
//#define PACKET_OBFUSCATION_KEY3 <key3>/// Comment this to disable warnings for missing client side encryption
#define PACKET_OBFUSCATION_WARN
#endif
#else
#if defined(PACKET_OBFUSCATION)
#error You enabled packet obfuscation for a version which is too old. Minimum supported client is 2011-08-17.
#endif
#endif#ifndef DUMP_UNKNOWN_PACKET
//#define DUMP_UNKNOWN_PACKET
#endif#ifndef DUMP_INVALID_PACKET
//#define DUMP_INVALID_PACKET
#endif/**
* No settings past this point
**//// 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 <= 20141022) || PACKETVER >= 20150513/// Check if the specified packetvresion supports the cashshop sale system
#define PACKETVER_SUPPORTS_SALES PACKETVER >= 20131223#endif // _CONFIG_PACKETS_H_
4. Uncomment #define VIP_ENABLE in src/config/core.h
5. Add #define PACKETVER 20151104 in src/custom/defines_post.h
6. Compiled the server and run it.
7. The console works perfectly without any Error notification. All Green.
8. I run the diffed.exe, select the service, put the username and password, and LOGGED IN (the window shows "... players online")
9. After clicking it, a window popped up and said "Rejected from Server". I cannot go to char creation window.
10. I checked the char-server console, it said "Char-server 'ragnarok': authentication of the account 2000005 REFUSED (ip: 127.0.0.1)."
Very welcome to anyone can help this problem. Thank you.
-
Have tried newer client?
-
I'm using Annie's pet evolution script. However, after I have lvl 99 poring and Loyal intimacy, the NPC does not detect it as a pet that pass the evolving requirement. It seems that the sql query does not read by the npc?
-
Tengkyu mas Cahya unyu

-
thanks for sharing the description
-
Thanks for sharing these cute Headgears! +1
-
Hello,
I'm using rAthena rev 17426 and 2012-10-04aRagexeRE client. Actually, the error problem is about saving data of characters in char server. The char server unable to save data because of SQL problem in globalregvalue table. It appears unknown letters and the char server downs.

i hope someone help me with the problem. Thanks
-
I got experience when using this npc, some "naughty" players are using autoclick software. Have you considered that one sir?
-
I got another problem when changing langtype to 10. The disguise event doesnt detect player's speech.
what client are you using ?
Hi Rage,
I'm using 2012-04-10aRagexeRE
-
I got another problem when changing langtype to 10. The disguise event doesnt detect player's speech.
-
Hi everyone,
I got mem leak problem with my char-server running in CentOS 5 32bit. I'm using rAthena rev 17426 and It was running smoothly on the VPS about a month. Since 2 weeks ago the char-server was suddenly unstable, dumped, and players were rejected from server. When I restarted the char-server, it was running but few hours later it dumped again because of memory leaks. I tried to updated the src folder to rev. 17523 and the same problem occured more frequent than I used the previous revision.
It's taken from /log/char-server_sql.leaks
Memory manager: Memory leaks found at 2013/11/07 13h59m32s (Revision 17426).0001 : strlib.c line 1078 size 1025 address 0x0xb76d489cMemory manager: Memory leaks found at 2013/11/07 22h03m03s (Revision 17426).0001 : strlib.c line 1078 size 1025 address 0x0xb77408fc0002 : strlib.c line 1078 size 1025 address 0x0xb7740d1c0003 : strlib.c line 1078 size 1025 address 0x0xb774113c0004 : strlib.c line 1078 size 1025 address 0x0xb774155c0005 : strlib.c line 1078 size 1025 address 0x0xb774197c0006 : strlib.c line 1078 size 1025 address 0x0xb7741d9c0007 : strlib.c line 1078 size 1025 address 0x0xb77421bc0008 : strlib.c line 1078 size 1025 address 0x0xb77425dc0009 : strlib.c line 1078 size 1025 address 0x0xb77429fc0010 : strlib.c line 1078 size 1025 address 0x0xb7742e1c0011 : strlib.c line 1078 size 1025 address 0x0xb774323c0012 : strlib.c line 1078 size 1025 address 0x0xb774365c0013 : strlib.c line 1078 size 1025 address 0x0xb7743a7c0014 : strlib.c line 1078 size 1025 address 0x0xb7743e9c0015 : strlib.c line 1078 size 1025 address 0x0xb77442bc0016 : strlib.c line 1078 size 1025 address 0x0xb77446dc0017 : strlib.c line 1078 size 1025 address 0x0xb7744afc0018 : strlib.c line 1078 size 1025 address 0x0xb7744f1c0019 : strlib.c line 1078 size 1025 address 0x0xb774533cMemory manager: Memory leaks found at 2013/11/08 18h09m23s (Revision 17426).0001 : strlib.c line 1078 size 1025 address 0x0xb76dc8fc0002 : strlib.c line 1078 size 1025 address 0x0xb76dcd1c0003 : strlib.c line 1078 size 1025 address 0x0xb76dd13c0004 : strlib.c line 1078 size 1025 address 0x0xb76dd55c0005 : strlib.c line 1078 size 1025 address 0x0xb76dd97c0006 : strlib.c line 1078 size 1025 address 0x0xb76ddd9c0007 : strlib.c line 1078 size 1025 address 0x0xb76de1bc0008 : strlib.c line 1078 size 1025 address 0x0xb76de5dc0009 : strlib.c line 1078 size 1025 address 0x0xb76de9fcMemory manager: Memory leaks found at 2013/11/13 04h40m34s (Revision 17426).0001 : strlib.c line 1078 size 1025 address 0x0xb77758fcMemory manager: Memory leaks found at 2013/11/13 05h46m42s (Revision 17426).0001 : strlib.c line 1078 size 1025 address 0x0xb7752d1cMemory manager: Memory leaks found at 2013/11/13 22h51m11s (Revision 17426).0001 : strlib.c line 1078 size 1025 address 0x0xb77168fcMemory manager: Memory leaks found at 2013/11/14 13h53m30s (Revision 17426).0001 : strlib.c line 1078 size 1025 address 0x0xb76a0d1cMemory manager: Memory leaks found at 2013/11/14 17h55m15s (Revision 17426).0001 : strlib.c line 1078 size 1025 address 0x0xb778ed1cand it's taken from map-server_sql.leaks
Memory manager: Memory leaks found at 2013/11/13 13h21m33s (Revision 17426).0001 : ers.c line 185 size 60 address 0x0xb730ba1c0002 : ers.c line 116 size 36 address 0x0xb76d7b840003 : channel.c line 44 size 76 address 0x0xafafce0c0004 : channel.c line 44 size 76 address 0x0xafafce6c0005 : channel.c line 44 size 76 address 0x0xafafcecc0006 : channel.c line 44 size 76 address 0x0xafafcf2c0007 : channel.c line 44 size 76 address 0x0xafafcf8c0008 : channel.c line 44 size 76 address 0x0xafafcfec0009 : channel.c line 44 size 76 address 0x0xafafd04c0010 : channel.c line 44 size 76 address 0x0xafafd0ac0011 : channel.c line 44 size 76 address 0x0xafafd10c0012 : channel.c line 44 size 76 address 0x0xafafd16c0013 : channel.c line 44 size 76 address 0x0xafafd1cc0014 : ers.c line 257 size 32 address 0x0xaa4a7e7c0015 : ers.c line 257 size 32 address 0x0xaa4a7f0c0016 : ers.c line 257 size 32 address 0x0xaa4a808c0017 : ers.c line 257 size 32 address 0x0xaa4a859c0018 : ers.c line 257 size 32 address 0x0xaa4a88fc0019 : ers.c line 257 size 32 address 0x0xaa4a892c0020 : ers.c line 257 size 32 address 0x0xaa4a898c0021 : ers.c line 257 size 32 address 0x0xaa4a89bc0022 : ers.c line 257 size 32 address 0x0xaa4a89ec0023 : ers.c line 257 size 32 address 0x0xaa4a8a4c0024 : ers.c line 257 size 32 address 0x0xaa4a8b3c0025 : ers.c line 257 size 32 address 0x0xaa4a8b6c0026 : ers.c line 257 size 32 address 0x0xaa4a8cec0027 : ers.c line 257 size 32 address 0x0xaa4a8d7c0028 : ers.c line 257 size 32 address 0x0xaa4a8fec0029 : ers.c line 257 size 32 address 0x0xaa4a904c0030 : ers.c line 257 size 32 address 0x0xaa4a907c0031 : ers.c line 257 size 32 address 0x0xaa4a90ac0032 : ers.c line 257 size 32 address 0x0xaa4a910c0033 : ers.c line 257 size 32 address 0x0xaa4a913c0034 : ers.c line 257 size 32 address 0x0xaa4a916c0035 : ers.c line 257 size 32 address 0x0xaa4a91cc0036 : db.c line 2412 size 1264 address 0x0xa9f6dea40037 : db.c line 2412 size 1264 address 0x0xa9f6e3a40038 : db.c line 2412 size 1264 address 0x0xa9f701a40039 : db.c line 2412 size 1264 address 0x0xa9f706a40040 : db.c line 2412 size 1264 address 0x0xa9f70ba40041 : db.c line 2412 size 1264 address 0x0xa9f715a40042 : db.c line 2412 size 1264 address 0x0xa9f71aa40043 : db.c line 2412 size 1264 address 0x0xa9f724a40044 : db.c line 2412 size 1264 address 0x0xa9f733a40045 : db.c line 2412 size 1264 address 0x0xa9f738a40046 : db.c line 2412 size 1264 address 0x0xa9f73da40047 : db.c line 2412 size 1264 address 0x0xa9f742a40048 : db.c line 2412 size 1264 address 0x0xa9f747a40049 : db.c line 2412 size 1264 address 0x0xa9f74ca40050 : db.c line 2412 size 1264 address 0x0xa9f751a40051 : db.c line 2412 size 1264 address 0x0xa9f756a40052 : db.c line 2412 size 1264 address 0x0xa9f75ba40053 : db.c line 2412 size 1264 address 0x0xa9ef39440054 : db.c line 2412 size 1264 address 0x0xa9ef3e440055 : db.c line 2412 size 1264 address 0x0xa9ef43440056 : db.c line 2412 size 1264 address 0x0xa9ef48440057 : db.c line 2412 size 1264 address 0x0xa9ef4d440058 : ers.c line 188 size 147456 address 0x0xe97a0c80059 : ers.c line 188 size 147456 address 0x0xe8a88480060 : ers.c line 188 size 147456 address 0x0xe91de880061 : ers.c line 188 size 147456 address 0x0xe8f9e680062 : ers.c line 188 size 147456 address 0x0xe8329e00063 : ers.c line 188 size 147456 address 0x0xe8d5e480064 : ers.c line 188 size 147456 address 0x0xe879e080065 : ers.c line 188 size 147456 address 0x0xe7635300066 : ers.c line 188 size 147456 address 0x0xe7f51a00067 : ers.c line 188 size 147456 address 0x0xe7d11800068 : ers.c line 188 size 147456 address 0x0xe7ad1600069 : ers.c line 188 size 147456 address 0x0xb72e0020Memory manager: Memory leaks found at 2013/11/13 13h22m19s (Revision 17426).0001 : ers.c line 185 size 60 address 0x0xb737ca1c0002 : ers.c line 116 size 36 address 0x0xb7748b440003 : channel.c line 44 size 76 address 0x0xafb6de0c0004 : channel.c line 44 size 76 address 0x0xafb6de6c0005 : channel.c line 44 size 76 address 0x0xafb6decc0006 : channel.c line 44 size 76 address 0x0xafb6df2c0007 : channel.c line 44 size 76 address 0x0xafb6df8c0008 : channel.c line 44 size 76 address 0x0xafb6dfec0009 : channel.c line 44 size 76 address 0x0xafb6e04c0010 : channel.c line 44 size 76 address 0x0xafb6e0ac0011 : channel.c line 44 size 76 address 0x0xafb6e10c0012 : channel.c line 44 size 76 address 0x0xafb6e16c0013 : channel.c line 44 size 76 address 0x0xafb6e1cc0014 : db.c line 2412 size 1264 address 0x0xaa0541c40015 : db.c line 2412 size 1264 address 0x0xaa0546c40016 : db.c line 2412 size 1264 address 0x0xaa054bc40017 : db.c line 2412 size 1264 address 0x0xaa0550c40018 : db.c line 2412 size 1264 address 0x0xaa0555c40019 : db.c line 2412 size 1264 address 0x0xaa055ac40020 : db.c line 2412 size 1264 address 0x0xaa055fc40021 : db.c line 2412 size 1264 address 0x0xaa0564c40022 : db.c line 2412 size 1264 address 0x0xaa0569c40023 : db.c line 2412 size 1264 address 0x0xaa056ec40024 : db.c line 2412 size 1264 address 0x0xaa0573c40025 : db.c line 2412 size 1264 address 0x0xaa0578c40026 : db.c line 2412 size 1264 address 0x0xaa057dc40027 : db.c line 2412 size 1264 address 0x0xaa0582c40028 : db.c line 2412 size 1264 address 0x0xaa0587c40029 : db.c line 2412 size 1264 address 0x0xaa058cc40030 : db.c line 2412 size 1264 address 0x0xaa0591c40031 : db.c line 2412 size 1264 address 0x0xaa0596c40032 : db.c line 2412 size 1264 address 0x0xaa11648c0033 : db.c line 2412 size 1264 address 0x0xaa11698c0034 : db.c line 2412 size 1264 address 0x0xaa11b98c0035 : db.c line 2412 size 1264 address 0x0xaa11be8c0036 : ers.c line 257 size 32 address 0x0xaa2b2f140037 : ers.c line 257 size 32 address 0x0xaa2b2f440038 : ers.c line 257 size 32 address 0x0xaa2b2f740039 : ers.c line 257 size 32 address 0x0xaa2b2fd40040 : ers.c line 257 size 32 address 0x0xaa2b36340041 : ers.c line 257 size 32 address 0x0xaa2b36f40042 : ers.c line 257 size 32 address 0x0xaa2b39640043 : ers.c line 257 size 32 address 0x0xaa2b39940044 : ers.c line 257 size 32 address 0x0xaa2b39c40045 : ers.c line 257 size 32 address 0x0xaa2b39f40046 : ers.c line 257 size 32 address 0x0xaa2b3a240047 : ers.c line 257 size 32 address 0x0xaa2b3a840048 : ers.c line 257 size 32 address 0x0xaa2b3ab40049 : ers.c line 257 size 32 address 0x0xaa2b3ae40050 : ers.c line 257 size 32 address 0x0xaa2b3b140051 : ers.c line 257 size 32 address 0x0xaa2b3b440052 : ers.c line 257 size 32 address 0x0xaa2b3b740053 : ers.c line 257 size 32 address 0x0xaa2b3ba40054 : ers.c line 257 size 32 address 0x0xaa2b3bd40055 : ers.c line 257 size 32 address 0x0xaa2b3c040056 : ers.c line 257 size 32 address 0x0xaa2b3c340057 : ers.c line 257 size 32 address 0x0xaa2b3c640058 : ers.c line 188 size 147456 address 0x0xe064e680059 : ers.c line 188 size 147456 address 0x0xe0c4ea80060 : ers.c line 188 size 147456 address 0x0xe10a0c80061 : ers.c line 188 size 147456 address 0x0xdfaa4000062 : ers.c line 188 size 147456 address 0x0xe008e280063 : ers.c line 188 size 147456 address 0x0xe040e480064 : ers.c line 188 size 147456 address 0x0xdfe4e080065 : ers.c line 188 size 147456 address 0x0xdece5300066 : ers.c line 188 size 147456 address 0x0xdf601a00067 : ers.c line 188 size 147456 address 0x0xdf3c1800068 : ers.c line 188 size 147456 address 0x0xdf181600069 : ers.c line 188 size 147456 address 0x0xb7351020Memory manager: Memory leaks found at 2013/11/13 13h29m39s (Revision 17426).0001 : ers.c line 185 size 60 address 0x0xb7300a1c0002 : ers.c line 116 size 36 address 0x0xb76ccb040003 : channel.c line 44 size 76 address 0x0xafaf1e0c0004 : channel.c line 44 size 76 address 0x0xafaf1e6c0005 : channel.c line 44 size 76 address 0x0xafaf1ecc0006 : channel.c line 44 size 76 address 0x0xafaf1f2c0007 : channel.c line 44 size 76 address 0x0xafaf1f8c0008 : channel.c line 44 size 76 address 0x0xafaf1fec0009 : channel.c line 44 size 76 address 0x0xafaf204c0010 : channel.c line 44 size 76 address 0x0xafaf20ac0011 : channel.c line 44 size 76 address 0x0xafaf210c0012 : channel.c line 44 size 76 address 0x0xafaf216c0013 : channel.c line 44 size 76 address 0x0xafaf21cc0014 : db.c line 2412 size 1264 address 0x0xaa0a03a40015 : db.c line 2412 size 1264 address 0x0xaa0a08a40016 : db.c line 2412 size 1264 address 0x0xaa0a0da40017 : db.c line 2412 size 1264 address 0x0xaa0a12a40018 : db.c line 2412 size 1264 address 0x0xaa0a17a40019 : db.c line 2412 size 1264 address 0x0xaa0a1ca40020 : db.c line 2412 size 1264 address 0x0xaa0a21a40021 : db.c line 2412 size 1264 address 0x0xaa0a26a40022 : db.c line 2412 size 1264 address 0x0xaa0a2ba40023 : db.c line 2412 size 1264 address 0x0xaa0a30a40024 : db.c line 2412 size 1264 address 0x0xaa0a35a40025 : db.c line 2412 size 1264 address 0x0xaa0a3aa40026 : db.c line 2412 size 1264 address 0x0xaa0a3fa40027 : db.c line 2412 size 1264 address 0x0xaa0a44a40028 : db.c line 2412 size 1264 address 0x0xaa0a49a40029 : db.c line 2412 size 1264 address 0x0xaa0a4ea40030 : db.c line 2412 size 1264 address 0x0xaa0a53a40031 : db.c line 2412 size 1264 address 0x0xaa1c305c0032 : db.c line 2412 size 1264 address 0x0xaa1c3f5c0033 : db.c line 2412 size 1264 address 0x0xaa1c6c5c0034 : db.c line 2412 size 1264 address 0x0xaa1c715c0035 : db.c line 2412 size 1264 address 0x0xaa1cc15c0036 : ers.c line 257 size 32 address 0x0xaa2705440037 : ers.c line 257 size 32 address 0x0xaa2705d40038 : ers.c line 257 size 32 address 0x0xaa2706f40039 : ers.c line 257 size 32 address 0x0xaa2707540040 : ers.c line 257 size 32 address 0x0xaa270c640041 : ers.c line 257 size 32 address 0x0xaa270c940042 : ers.c line 257 size 32 address 0x0xaa270cc40043 : ers.c line 257 size 32 address 0x0xaa270cf40044 : ers.c line 257 size 32 address 0x0xaa270d240045 : ers.c line 257 size 32 address 0x0xaa2713840046 : ers.c line 257 size 32 address 0x0xaa2714440047 : ers.c line 257 size 32 address 0x0xaa2716b40048 : ers.c line 257 size 32 address 0x0xaa2716e40049 : ers.c line 257 size 32 address 0x0xaa2717440050 : ers.c line 257 size 32 address 0x0xaa2717740051 : ers.c line 257 size 32 address 0x0xaa2717d40052 : ers.c line 257 size 32 address 0x0xaa2718040053 : ers.c line 257 size 32 address 0x0xaa2718340054 : ers.c line 257 size 32 address 0x0xaa2718640055 : ers.c line 257 size 32 address 0x0xaa2718940056 : ers.c line 257 size 32 address 0x0xaa2718c40057 : ers.c line 257 size 32 address 0x0xaa2718f40058 : ers.c line 188 size 147456 address 0x0xe5c64e80059 : ers.c line 188 size 147456 address 0x0xe4341e00060 : ers.c line 188 size 147456 address 0x0xe4101c00061 : ers.c line 188 size 147456 address 0x0xe4f0e680062 : ers.c line 188 size 147456 address 0x0xe550ea80063 : ers.c line 188 size 147456 address 0x0xe4cce480064 : ers.c line 188 size 147456 address 0x0xe470e080065 : ers.c line 188 size 147456 address 0x0xe35a5300066 : ers.c line 188 size 147456 address 0x0xe3ec1a00067 : ers.c line 188 size 147456 address 0x0xe3c81800068 : ers.c line 188 size 147456 address 0x0xe3a41600069 : ers.c line 188 size 147456 address 0x0xb72d5020Memory manager: Memory leaks found at 2013/11/14 19h09m58s (Revision 17426).0001 : pc.c line 8474 size 12 address 0x0xaa60f0c40002 : pc.c line 8474 size 12 address 0x0xaa60fb640003 : pc.c line 8474 size 12 address 0x0xaa60fea40004 : pc.c line 8474 size 12 address 0x0xaa6106e4I hope anyone can help me with this problem. Thanks
-
Topic starter solved this problem by
using
Client 2012-04-10 langtype 10
Sir,
I changed the langtype to 10 and everything goes fine in deleting characters, but I found my disguise event doesn't working or detecting what the players' said.
-
Topic starter solved this problem by
using
Client 2012-04-10 langtype 10
Thank you for the support sir.

-
Hi Mentalist,
If you have no issues with making your permissions all available; then I would suggest you run...
chmod -R 777 /var/www/html/cp
Hi, Asura!
I got problem after I put permission. My web always run to, e.g. www.coreragnarok.com/install. But Flux doesnt have install folder, does it? Flux usually just go straight to its intaller page, isnt it? (I experienced it when I was installing flux offline)
-
Thanks for sharing the script... It's useful
-
thanks Vlync for sharing those cutin image... +1
Hi Lil Troll... I downloaded the script and it is awesome! thanks again for the script +1
-
Thanks for the script... +1 Sorry I dont give some inputs for you

Thanks probably this weekend ima try finish the script got a bomb of free time then. Feel free to suggest.

Thanks Lil Trol... I'm waiting for your next release script and hopefully I can give some fresh injection ideas

GRF: GRF Editor
in Client Releases
Posted
Thanks for sharing this .. It is so helpful..