How to add atcommands for nomail user?

Vietlubu

New member
Messages
38
Points
0
Github
vietlubu
Emulator
Hi, My english not good, but I will try.

1. How I can enable for all new characters have some @commands,

like @go, @warp, @blvl, @item,...

2. How I can Disable renewal system. I just play on Pre-re.

Thanks.

 
Hello.

1. You can enable at-commands in commands section conf/groups.conf . http://herc.ws/wiki/Category:Configuration#.2Fconf.2Fatcommand.conf_and_.2Fconf.2Fgroups.conf

For example:

name: "Player"level: 0inherit: ( /*empty list*/ )commands: {go: truewarp: trueblvl: trueitem: true}permissions: {/* without this basic permissions regular players could nottrade or party */can_trade: truecan_party: true}
2. You can comment line  #define RENEWAL in src/config/renewal.h (http://herc.ws/wiki/SRC/config/#.2Fsrc.2Fconfig.2Frenewal.h)

Or you can use option --disable-renewal with configure script http://herc.ws/wiki/Configure

 
Hello.

1. You can enable at-commands in commands section conf/groups.conf . http://herc.ws/wiki/Category:Configuration#.2Fconf.2Fatcommand.conf_and_.2Fconf.2Fgroups.conf

For example:

name: "Player"level: 0inherit: ( /*empty list*/ )commands: {go: truewarp: trueblvl: trueitem: true}permissions: {/* without this basic permissions regular players could nottrade or party */can_trade: truecan_party: true}
2. You can comment line  #define RENEWAL in src/config/renewal.h (http://herc.ws/wiki/SRC/config/#.2Fsrc.2Fconfig.2Frenewal.h)

Or you can use option --disable-renewal with configure script http://herc.ws/wiki/Configure
Thanks milk. I will try this.

3. When I use command @job to change to a Transcendent job. I dont have 100 stats point bonus?

How to reset stats point, skill point when user use @job .

 
Hello.

1. You can enable at-commands in commands section conf/groups.conf . http://herc.ws/wiki/Category:Configuration#.2Fconf.2Fatcommand.conf_and_.2Fconf.2Fgroups.conf

For example:

name: "Player"level: 0inherit: ( /*empty list*/ )commands: {go: truewarp: trueblvl: trueitem: true}permissions: {/* without this basic permissions regular players could nottrade or party */can_trade: truecan_party: true}
2. You can comment line  #define RENEWAL in src/config/renewal.h (http://herc.ws/wiki/SRC/config/#.2Fsrc.2Fconfig.2Frenewal.h)

Or you can use option --disable-renewal with configure script http://herc.ws/wiki/Configure
Thanks milk. I will try this.

3. When I use command @job to change to a Transcendent job. I dont have 100 stats point bonus?

How to reset stats point, skill point when user use @job .
Yes, if you change your job using @job command - you will not get bonus stats points.

 
Back
Top