ThyroDree New member Messages 556 Points 0 Location Philippines Github bosxkate23 Emulator Aug 11, 2018 #2 Hello, anyone can help me make other GM Level enable to use # command like #delitem, #itembound to players? Only level 99 GM can use # command how can i make it to other GM Levels too? Thank you!!
Hello, anyone can help me make other GM Level enable to use # command like #delitem, #itembound to players? Only level 99 GM can use # command how can i make it to other GM Levels too? Thank you!!
meko Core Developers Messages 363 Points 0 IRC Nickname meko Github Helianthella Emulator Hercules Client Version ManaPlus Aug 11, 2018 #3 in groups.conf in the commands{} section add command_name: [true, true] for the groups you want to allow you can also do this programmatically in the script engine by doing add_group_command("command_name", group_id, true, true);
in groups.conf in the commands{} section add command_name: [true, true] for the groups you want to allow you can also do this programmatically in the script engine by doing add_group_command("command_name", group_id, true, true);