domez86 Posted June 14, 2013 Group: Members Topic Count: 85 Topics Per Day: 0.02 Content Count: 207 Reputation: 0 Joined: 06/11/13 Last Seen: July 11, 2020 Share 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 Link to comment Share on other sites More sharing options...
Jaburak Posted June 14, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 1125 Reputation: 236 Joined: 07/30/12 Last Seen: April 13 Share 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 Link to comment Share on other sites More sharing options...
domez86 Posted June 14, 2013 Group: Members Topic Count: 85 Topics Per Day: 0.02 Content Count: 207 Reputation: 0 Joined: 06/11/13 Last Seen: July 11, 2020 Author Share 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 Link to comment Share on other sites More sharing options...
Jaburak Posted June 14, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 1125 Reputation: 236 Joined: 07/30/12 Last Seen: April 13 Share Posted June 14, 2013 Recompile your server. Quote Link to comment Share on other sites More sharing options...
domez86 Posted June 14, 2013 Group: Members Topic Count: 85 Topics Per Day: 0.02 Content Count: 207 Reputation: 0 Joined: 06/11/13 Last Seen: July 11, 2020 Author Share Posted June 14, 2013 Recompile your server. can not tell me what should I change? Quote Link to comment Share on other sites More sharing options...
Jaburak Posted June 14, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 1125 Reputation: 236 Joined: 07/30/12 Last Seen: April 13 Share Posted June 14, 2013 Read my previous post, edit that file and recompile your server. Quote Link to comment Share on other sites More sharing options...
domez86 Posted June 14, 2013 Group: Members Topic Count: 85 Topics Per Day: 0.02 Content Count: 207 Reputation: 0 Joined: 06/11/13 Last Seen: July 11, 2020 Author Share Posted June 14, 2013 Read my previous post, edit that file and recompile your server. how do I recompile it? sorry Quote Link to comment Share on other sites More sharing options...
Jaburak Posted June 14, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 1125 Reputation: 236 Joined: 07/30/12 Last Seen: April 13 Share Posted June 14, 2013 http://rathena.org/wiki/Compiling Quote Link to comment Share on other sites More sharing options...
LearningRO Posted June 27, 2013 Group: Members Topic Count: 107 Topics Per Day: 0.02 Content Count: 778 Reputation: 73 Joined: 02/10/12 Last Seen: 13 hours ago Share Posted June 27, 2013 sir how to enable that command on my RO player can't use command /who or /w?? thx Quote Link to comment Share on other sites More sharing options...
Question
domez86
Link to comment
Share on other sites
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.