Landb4Time Posted February 25, 2012 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 76 Reputation: 0 Joined: 01/16/12 Last Seen: July 5, 2014 Share Posted February 25, 2012 My server have only 3 Emotion Flags . I wonder how can i add more ? Please Help .. I need the sprites. Quote Link to comment Share on other sites More sharing options...
Aerie Posted February 25, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 383 Reputation: 110 Joined: 11/11/11 Last Seen: August 2, 2017 Share Posted February 25, 2012 They may be already in your client but latest shortcuts don't have them. You can use this command for your server for enable all commands : src/map/atcommand.c /*========================================== * @emo by OnNplay * inspired by Anarchist * => Displays the emotions without delay *------------------------------------------ */ int atcommand_emo( const int fd, struct map_session_data* sd, const char* command, const char* message) { if (!message || !*message) { clif_displaymessage(fd, "usage: @emo 1-81"); return -1; } clif_emotion(&sd->bl, atoi(message)); return 0; } { "emo", 0,99, atcommand_emo }, Then recompile your server. IG you'll get an new command : @emo and 81 emoticons avaible (maybe more now ... never try to increaze the limit ...) Quote Link to comment Share on other sites More sharing options...
Landb4Time Posted February 25, 2012 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 76 Reputation: 0 Joined: 01/16/12 Last Seen: July 5, 2014 Author Share Posted February 25, 2012 is this Ctrl + 1 and so on ? The Flags ? cause i only have until 3 Quote Link to comment Share on other sites More sharing options...
Aerie Posted February 25, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 383 Reputation: 110 Joined: 11/11/11 Last Seen: August 2, 2017 Share Posted February 25, 2012 Only 3 enabled in shortcuts but the client still have other flags but you can only get them by commands. Before a specific diff was recommanded for enable them but it doesn't seems exsting anymore ... Quote Link to comment Share on other sites More sharing options...
Landb4Time Posted February 26, 2012 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 76 Reputation: 0 Joined: 01/16/12 Last Seen: July 5, 2014 Author Share Posted February 26, 2012 T . Y i will test this . Quote Link to comment Share on other sites More sharing options...
Question
Landb4Time
My server have only 3 Emotion Flags . I wonder how can i add more ?
Please Help .. I need the sprites.
Link to comment
Share on other sites
4 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.