Grimmjow 1 Posted April 30, 2016 (edited) Hello, I would like to add @emotion @dance @detach/afk @.hold @heart these commands to your server but don't know how could You please help me in this? Can a full guide to add these commands in atcommand.c ? Thank You very much !!! Edited April 30, 2016 by Jeagerjaques Quote Share this post Link to post Share on other sites
0 Grimmjow 1 Posted May 6, 2016 (edited) Up Edited May 10, 2016 by Jeagerjaques Quote Share this post Link to post Share on other sites
0 vykimo 68 Posted May 20, 2016 Do you have the function ? Or you want to write it. In the second case, you can forget your idea for now. Quote Share this post Link to post Share on other sites
0 Habilis 119 Posted June 18, 2016 http://herc.ws/board/topic/12855-emotion-heart-show-hold-detach/ Quote Share this post Link to post Share on other sites
0 Grimmjow 1 Posted July 13, 2016 http://herc.ws/board/topic/12855-emotion-heart-show-hold-detach/ Thank you very much! Quote Share this post Link to post Share on other sites
0 ucell_uz 1 Posted March 24, 2017 not working your plugin's working this src script ACMD(dance){ if (!message || !*message) { clif->message(fd, "usage: @dance 1-9"); return -1; } if ( atoi(message) == 1 ) { clif->specialeffect(&sd->bl, 413, ALL_CLIENT); } else if ( atoi(message) == 2 ) { clif->specialeffect(&sd->bl, 414, ALL_CLIENT); } else if ( atoi(message) == 3 ) { clif->specialeffect(&sd->bl, 415, ALL_CLIENT); } else if ( atoi(message) == 4 ) { clif->specialeffect(&sd->bl, 426, ALL_CLIENT); } else if ( atoi(message) == 5 ) { clif->specialeffect(&sd->bl, 458, ALL_CLIENT); } else if ( atoi(message) == 6 ) { clif->specialeffect(&sd->bl, 466, ALL_CLIENT); } else if ( atoi(message) == 7 ) { clif->specialeffect(&sd->bl, 501, ALL_CLIENT); } else if ( atoi(message) == 8 ) { clif->specialeffect(&sd->bl, 540, ALL_CLIENT); } else if ( atoi(message) == 9 ) { clif->specialeffect(&sd->bl, 550, ALL_CLIENT); } else { clif->message(fd, "usage: @dance 1-9"); } return true; } /* Server Startup */ Quote Share this post Link to post Share on other sites
Hello, I would like to add @emotion @dance @detach/afk @.hold @heart these commands to your server but don't know how could You please help me in this?
Can a full guide to add these commands in atcommand.c ?
Thank You very much !!!
Edited by JeagerjaquesShare this post
Link to post
Share on other sites