How To Add Player Commands

Here's a list of commands available:

 

rAthena: https://github.com/rathena/rathena/blob/master/doc/atcommands.txt

 

Hercules: https://github.com/HerculesWS/Hercules/blob/master/doc/atcommands.txt

 

Put them in your Trunk/conf/groups.conf

 

Example:

 

{

    id: 0 /* group 0 is the default group for every new account */

    name: "Player"

    level: 0

    inherit: ( /*empty list*/ )

    commands: {

    /* no commands by default */

    storage: true

    go: true

    warp: true

    }

    permissions: {

    /* without this basic permissions regular players could not 

    trade or party */

    can_trade: true

    can_party: true

    }

},

  • 0 Користувачі, які знайшли це корисним
Ця відповідь Вам допомогла?

Схожі статті

Change Max Guild Capacity in Correct Way.

FIND THE PATH FOLDER ON YOUR TRUNK.-- /src/char/int_guild.cpp :-- Find the Line.-- /// Set the...

@gstorage failed?

How you can setup your guild storage in a proper way.READ AND LEAR WARNING & ERROR and SOLVE...

How to Wipe out Your RO Database

Browse your PhpMyAdmin Database.Click your Database Name then check all Table List...

How To Make A GM Account In Ragnarok Servers (HerculesrAthena)

There are 3 Steps to this:  Website: FluxCP Control Panel 1. Register a new account to your...

Developer Tools

Hercules Forum http://hercules.ws/board/   rAthena Forum http://rathena.org/board/   GRF...