Photons 0 Posted April 6, 2016 http://herc.ws/board/topic/7463-gm-99-below-commands-fail-like-admin/ << A code like this. But instead of lvl 99 gms below i want it to be like a normal player . Like this screenshotTried this codeBut still fails if ( pc_get_group_level(sd) > 0 ) { sprintf(output, msg_txt(153), command); clif->message(fd, output); return true; } return false; } else return false;/* display as normal message */ } Quote Share this post Link to post Share on other sites
0 Cretino 48 Posted April 6, 2016 (edited) I think the problem is your emulator, because here is fine using '@' commands and '#' commands. @EDIT My screenshots showing how is working: First screenshot is a player group level 0. Second screenshot is a game master group level 99. Edited April 6, 2016 by Cretino Quote Share this post Link to post Share on other sites
0 Cretino 48 Posted April 6, 2016 I think is it you want. Tested and works fine. atcommand.c.patch Quote Share this post Link to post Share on other sites
0 Photons 0 Posted April 6, 2016 I think is it you want. Tested and works fine. atcommand.c.patch Thanks It works great! But when i use # in chat this happen Can you kindly try to fix this Quote Share this post Link to post Share on other sites
0 Photons 0 Posted April 6, 2016 Thank you. Just did a few tweaks and it worked Quote Share this post Link to post Share on other sites
http://herc.ws/board/topic/7463-gm-99-below-commands-fail-like-admin/ << A code like this. But instead of lvl 99 gms below i want it to be like a normal player .
Like this screenshot
Tried this code
But still fails
Share this post
Link to post
Share on other sites