Vietlubu 8 Posted January 19, 2015 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. Quote Share this post Link to post Share on other sites
0 milk 8 Posted January 19, 2015 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 1 Vietlubu reacted to this Quote Share this post Link to post Share on other sites
0 Vietlubu 8 Posted January 19, 2015 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 . Quote Share this post Link to post Share on other sites
0 milk 8 Posted January 19, 2015 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. Quote Share this post Link to post Share on other sites
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