Dover 0 Posted October 17, 2018 Hey guys, can you help me please with a problem am I having? Well, I've seen a post... this : https://rathena.org/board/topic/82448-latest-rev-failed-commands-come-in-public-chat-and-not-as-unknown-cmd/?sortby=date And I do this process and it's good, now commands that don't exist are unkowns. But when I type a existing command that my account don't have permission, it happens again.... Check the picture below : Quote Share this post Link to post Share on other sites
0 bWolfie 138 Posted October 18, 2018 You need to edit atcommand_exec This piece of code here orders that part. I think if you just remove the check for group level it will work. if (info == NULL) { if (pc_get_group_level(sd) == 0) // TODO: remove or replace with proper permission return false; sprintf(output, msg_fd(fd,153), command); // "%s is Unknown Command." clif->message(fd, output); atcommand->get_suggestions(sd, command + 1, is_atcommand); return true; } Quote Share this post Link to post Share on other sites
0 Dover 0 Posted October 18, 2018 Thank you so much Myriad.... you help me alot, I was with this problem since a long time alredy. Quote Share this post Link to post Share on other sites
Hey guys, can you help me please with a problem am I having?
Well, I've seen a post... this : https://rathena.org/board/topic/82448-latest-rev-failed-commands-come-in-public-chat-and-not-as-unknown-cmd/?sortby=date
And I do this process and it's good, now commands that don't exist are unkowns.
But when I type a existing command that my account don't have permission, it happens again....
Check the picture below :
Share this post
Link to post
Share on other sites