jomjoms123 0 Posted June 9, 2013 help how to add player commands? patulong new lang po ako sa hercules svn! Quote Share this post Link to post Share on other sites
0 Mystery 594 Posted June 9, 2013 Here's a list of commands available: https://github.com/HerculesWS/Hercules/blob/master/doc/atcommands.txt And you can add them VIA your /conf/atcommand.conf file. Quote Share this post Link to post Share on other sites
0 jomjoms123 0 Posted June 9, 2013 now i mean how can i add the commands how to enable into normal players Quote Share this post Link to post Share on other sites
0 Mystery 594 Posted June 9, 2013 now i mean how can i add the commands how to enable into normal players Put them in your /conf/groups.conf :> { id: 0 /* group 0 is the default group for every new account */ name: "Player" level: 0 inherit: ( /*empty list*/ ) commands: { /* no commands by default */ } permissions: { /* without this basic permissions regular players could not trade or party */ can_trade: true can_party: true }}, Quote Share this post Link to post Share on other sites
0 jomjoms123 0 Posted June 9, 2013 can you please provide me un updated client for hercules and the date version im only new on hercules so i dont have enough idea. thanks much! Quote Share this post Link to post Share on other sites
0 jomjoms123 0 Posted June 9, 2013 where i can see the packet_db in hercules Quote Share this post Link to post Share on other sites
0 Mumbles 193 Posted June 9, 2013 (edited) where i can see the packet_db in hercules This was moved to /src/map/packets.h Edited June 9, 2013 by Via Quote Share this post Link to post Share on other sites
0 jomjoms123 0 Posted June 11, 2013 i really cant understand how to add player commands. can you please explain it to me or is there ia video so i can see how to add player commands! Quote Share this post Link to post Share on other sites
0 jomjoms123 0 Posted June 11, 2013 whenever i try to put commands it show there non-existent permission name Quote Share this post Link to post Share on other sites
0 Xgear 44 Posted June 12, 2013 You don't need to add permissions, you want to add commands. Taken from conf/groups.conf { id: 1 name: "Super Player" inherit: ( "Player" ) /* can do everything Players can and more */ level: 0 commands: { /* informational commands */ commands: true charcommands: true help: true rates: true uptime: true showdelay: true exp: true mobinfo: true iteminfo: true whodrops: true time: true jailtime: true hominfo: true homstats: true showexp: true showzeny: true whereis: true /* feature commands */ refresh: true noask: true noks: true autoloot: true alootid: true autotrade: true request: true go: true breakguild: true channel: true } permissions: { }}, Quote Share this post Link to post Share on other sites
help how to add player commands? patulong new lang po ako sa hercules svn!
Share this post
Link to post
Share on other sites