Jump to content
  • 0
Sign in to follow this  
Vietlubu

How to add atcommands for nomail user?

Question

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.

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

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

Share this post


Link to post
Share on other sites
  • 0

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 .

Share this post


Link to post
Share on other sites
  • 0

 

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.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.