Jump to content

r15572: New GM, Commands & Permissions system


Recommended Posts

  • 2 weeks later...
  • 1 month later...
Posted

I don't know how to edit this, Still Player Level can use # command. How to remove that to them? Can you give me one of your work guys =/

Posted

Where can you see atcommands list now since atcommands.conf is just for aliases and other configurations. Halp.

Im transferring now from eAthena to rAthena xD.

Posted

How to fix #command? I wanted that ONLY GMs can use it, no one replies in my recent posts, I don't understand how they explain it =/ any good way? My players can use # command ... I only want to make it available for GMs. Anyone?

  • 2 weeks later...
Posted

What Paulinds pointed out is true. The old command system lets you disable charcommands or set the minimum level.

With the new system, we are unable to do the same. I suggest implementation of this feature.

All in all, I'm starting to like this new command system, easy to setup but due to what I mentioned above it restrains me

to fully like the system.

  • Upvote 2
Posted (edited)

What Paulinds pointed out is true. The old command system lets you disable charcommands or set the minimum level.

With the new system, we are unable to do the same. I suggest implementation of this feature.

All in all, I'm starting to like this new command system, easy to setup but due to what I mentioned above it restrains me

to fully like the system.

agreed, that way no accidents can happen.

Edited by sizenine
Posted

you can disable a char command of a specific command by making the value of a command to [true,false]

ex:

go: [true,false]

True, you can disable specific commands and as we know there are two (2) types of commands, atcommand (@) and charcommand (#).

I was referring to charcommands such as #go or #warp.

  • Upvote 1
  • 3 weeks later...
Posted

Since I noticed the Removed of @adjcmdlvl command,

I wonder is it possible to add a command @adjcomdgroup

which temporarily adjust the specified group can use.

e.g.

During woe I want to disable some commands from normal player.

  • 4 weeks later...
Posted

Since I noticed the Removed of @adjcmdlvl command,

I wonder is it possible to add a command @adjcomdgroup

which temporarily adjust the specified group can use.

e.g.

During woe I want to disable some commands from normal player.

It's a little old topic, but you can use: @adjgroup

  • 2 weeks later...
Posted

Are there any converters out there? I personally dislike the new GM system..I dont want to spend an entire afternoon on this...again.

Edit: Nevermind! Got it going.

Posted (edited)

you can disable a char command of a specific command by making the value of a command to [true,false]

ex:

go: [true,false]

True, you can disable specific commands and as we know there are two (2) types of commands, atcommand (@) and charcommand (#).

I was referring to charcommands such as #go or #warp.

you can disable a char command of a specific command by making the value of a command to [true,false]

ex:

go: [true,false]

True, you can disable specific commands and as we know there are two (2) types of commands, atcommand (@) and charcommand (#).

I was referring to charcommands such as #go or #warp.

Same examination here.

The charcommand is working, all I need to do was type the player's name while using the command. But where can we set the permissions though?

Edited by Valiente
Posted
But where can we set the permissions though?

permissions - you mean which GM level(s) can use the command?

That's the whole idea of groups instead of levels.

Within the group config, you set which commands they can use in the commands: { } block.

trunk/conf/groups.conf

  • 1 month later...
Posted

Someone please Help Me to GM command to Normal Player I've edited in group.conf but it does not work what are other examples?

groups: (
{
   id: 0 /* group 0 is the default group for every new account */
   name: "Player"
   level: 0
   inherit: ( /*empty list*/ )
   commands: {
       /* no commands by default */
       commands: true
       mobinfo: true
       iteminfo: true
       whodrops: true
       whereis: true
       jailtime: true
       autoloot: true
       alootid: true
       autotrade: true
       go: true
   }
   permissions: {
       /* without this basic permissions regular players could not
       trade or party */
       can_trade: true
       can_party: true
   }
},

Is there any other Config should change except in grup.conf?

  • 3 months later...
Posted

Help! i have an error after i edit the group.conf , even changing back to original still shows the same problem

[Warning]: pc_group_pc_load: (AID:2000000) logged in with unknown group id (99)! kicking...

it cant identify my group id already. same for 0 groups - 99.

groups.conf

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...