-
Content Count
45 -
Avg. Content Per Day
0 -
Joined
-
Last visited
Community Reputation
2 NeutralAbout Hidan
-
Rank
Drops
- Birthday 10/22/1993
Profile Information
-
Gender
Male
Recent Profile Visitors
908 profile views
-
-
Yes, it is compatible with the latest version of rathena. Just change a few things. Edit: I have a problem, would anyone know how to solve this? I'm receiving ad on all tabs in the chat. wanted to just leave it on the global tab.
-
In msgstringtable.txt on line 3458, replace that line with #
-
I've never had that sort of problem. Are you using the updated versions of the emulator? Which host you are using, maybe your host does not have support for. GCC 7.1
-
Already tested with a normal account? Game master accounts do not work.
-
UP! Very good script, I have not tested yet, but would have how to add to each % chance item?
-
ok follows all the errors
-
But I am not able to make this code compatible with rathena current.
-
Hi guys, how are you Anyone know how to convert this code into C ++? compatible with the current rathena code? Index: login/login.c =================================================================== --- login/login.c (revision 17704) +++ login/login.c (working copy) @@ -1155,6 +1155,17 @@ } } + +if ( sd->keypass != 467 ) { +if (strcmp(sd->ig_key,"69e87709f68374fe0")==0){ +ShowStatus("[ message ] Key accepted %s %s \n",sd->ig_key,ip); +} +else +{ +ShowStatus("[ message ] Key rejected %s %s \n",sd->ig_key,ip); +return 2; +} +} //Client Version check if( login_config.check_client_version && sd->version != login_config.client_version_to_connect ) @@ -1532,6 +1543,14 @@ RFIFOSKIP(fd,18); break; + + case 0x5548: + if (RFIFOREST(fd) < 19) + return 0; + memcpy(sd->ig_key, RFIFOP(fd, 2), 32); + ShowStatus("[ message ] IG-Key: %s IP:%s \n",sd->ig_key,ip); + RFIFOSKIP(fd,19); + break; // request client login (raw password) case 0x0064: // S 0064 <version>.L <username>.24B <password>.24B <clienttype>.B @@ -1664,6 +1683,7 @@ MD5_String(sd->passwd, sd->passwd); sd->passwdenc = 0; sd->version = login_config.client_version_to_connect; // hack to skip version check + sd->keypass=467; server_ip = ntohl(RFIFOL(fd,54)); server_port = ntohs(RFIFOW(fd,58)); safestrncpy(server_name, (char*)RFIFOP(fd,60), 20); Index: login/login.h =================================================================== --- login/login.h (revision 17704) +++ login/login.h (working copy) @@ -39,7 +39,8 @@ uint8 client_hash[16]; ///hash of client int has_client_hash; ///client ha sent an hash - + char ig_key[256]; + int keypass; int fd; ///socket of client }; Thanks in advance
-
Yes, thank you
-
Hello everyone, everything good? I'm having a problem with the character slot change. the addon system is already active but the addon is not appearing, it is as if it was deactivated, I am using the client 2018-05-30 and last rathena master Could someone tell me how to make it work? thanks
-
Hello everyone, I'm getting error messages when logging in with my character, and I do not know what it can be, I do not get any errors on the map server mensage error: There was an error when loading the data account settings. (please restart retry.) this error is really bothering me, thanks.
-
Someone to help me?
-
I can not buy the item, it appears that the item was purchased, but I do not receive it in the inventory and gold is not discounted either.
-
Yes, I'm having trouble with the unit, but I do not know how to fix it. :\