benormal 0 Posted January 20, 2014 How to limit Admin's *allstats, *item to another player etc without limiting other admin commands I just want to limit commands to help other players with giving items,lvlup,baselvlup and stats Quote Share this post Link to post Share on other sites
0 WYnoSleepz` 0 Posted January 20, 2014 recommend to write a npc for that. Quote Share this post Link to post Share on other sites
0 Mumbles 193 Posted January 23, 2014 How to limit Admin's *allstats, *item to another player etc without limiting other admin commands I just want to limit commands to help other players with giving items,lvlup,baselvlup and stats You can adjust specific commands for administrators by adding false as a second parameter in conf/groups.conf, which disables the charcommand (#) usage of the command. Honestly, though, if you don't trust your administrator(s) that much, then you should simply just move them to a different group with less commands in general. Example: { id: 99 name: "Admin" level: 99 inherit: ( "Support", "Law Enforcement" ) commands: { /* not necessary due to all_commands: true */ allskill: [true, false] allstats: [true, false] skpoint: [true, false] stpoint: [true, false] str: [true, false] agi: [true, false] vit: [true, false] int: [true, false] dex: [true, false] luk: [true, false] item: [true, false] blvl: [true, false] jlvl: [true, false] glvl: [true, false] zeny: [true, false] } log_commands: true permissions: { can_trade: true can_trade_bound: false can_party: true all_skill: false all_equipment: false skill_unconditional: false use_check: true use_changemaptype: true all_commands: true hchsys_admin: true }} Quote Share this post Link to post Share on other sites
How to limit Admin's *allstats, *item to another player etc without limiting other admin commands
I just want to limit commands to help other players with giving items,lvlup,baselvlup and stats
Share this post
Link to post
Share on other sites