domez86 Posted June 14, 2013 Posted June 14, 2013 Hi, to delete the command: / who ? how do I change this string? ---> / W or / who or / players or / who: wiew the current number of player # tnx 1000. Quote
Jaburak Posted June 14, 2013 Posted June 14, 2013 trunk/src/map/clif.c Find: /// /w /who (CZ_REQ_USER_COUNT). /// Request to display amount of currently connected players. /// 00c1 void clif_parse_HowManyConnections(int fd, struct map_session_data *sd) { clif_user_count(sd, map_getusers()); } Replace: /// /w /who (CZ_REQ_USER_COUNT). /// Request to display amount of currently connected players. /// 00c1 void clif_parse_HowManyConnections(int fd, struct map_session_data *sd) { /* clif_user_count(sd, map_getusers());*/ } Quote
domez86 Posted June 14, 2013 Author Posted June 14, 2013 (edited) trunk/src/map/clif.c Find: /// /w /who (CZ_REQ_USER_COUNT). /// Request to display amount of currently connected players. /// 00c1 void clif_parse_HowManyConnections(int fd, struct map_session_data *sd) { clif_user_count(sd, map_getusers()); } Replace: /// /w /who (CZ_REQ_USER_COUNT). /// Request to display amount of currently connected players. /// 00c1 void clif_parse_HowManyConnections(int fd, struct map_session_data *sd) { /* clif_user_count(sd, map_getusers());*/ } I edited the file as you say, I rebooted the server but the command uses the same .... nothing has changed. why? Edited June 14, 2013 by domex86 Quote
domez86 Posted June 14, 2013 Author Posted June 14, 2013 Recompile your server. can not tell me what should I change? Quote
Jaburak Posted June 14, 2013 Posted June 14, 2013 Read my previous post, edit that file and recompile your server. Quote
domez86 Posted June 14, 2013 Author Posted June 14, 2013 Read my previous post, edit that file and recompile your server. how do I recompile it? sorry Quote
LearningRO Posted June 27, 2013 Posted June 27, 2013 sir how to enable that command on my RO player can't use command /who or /w?? thx Quote
Question
domez86
8 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.