ThyroDree 3 Posted December 29, 2013 someone help me is this commands possible on hercules svn? @ii , @mi , and @skillall command Quote Share this post Link to post Share on other sites
0 ossi0110 200 Posted December 29, 2013 someone help me is this commands possible on hercules svn? @ii , @mi , and @skillall command this command allready exist on hercules you just have to enable them for your players in the groups.conf on the matching Group ID Quote Share this post Link to post Share on other sites
0 ThyroDree 3 Posted December 29, 2013 someone help me is this commands possible on hercules svn? @ii , @mi , and @skillall command this command allready exist on hercules you just have to enable them for your players in the groups.conf on the matching Group ID i want @mobinfo > @mi (Shortcut) and @iteminfo > @ii (Shortcut) and @Allskill > @skillall is this possible? i tried @ii and @mi and @skillall Commands cannot be found Quote Share this post Link to post Share on other sites
0 jaBote 438 Posted December 29, 2013 I think they should be by default in /conf/atcommand.conf. By giving users access to the base command, it should also enable them to use the aliases... Quote Share this post Link to post Share on other sites
0 Angelmelody 221 Posted December 29, 2013 but official atcommand.conf already defined those aliases click Quote Share this post Link to post Share on other sites
0 ThyroDree 3 Posted December 29, 2013 but how to make this commands work? not working on me ( Quote Share this post Link to post Share on other sites
0 ThyroDree 3 Posted December 29, 2013 i also add skillall: true ii: true mi: true on group.conf still not working Quote Share this post Link to post Share on other sites
0 jaBote 438 Posted December 29, 2013 You should add mobinfo, iteminfo and allskill, then all aliases will work for them. Please, avoid bumping the topic before 24 hours of the last post, this way you'll make us get the forum cleaner. Keeping on that could result in actions taken against you. Quote Share this post Link to post Share on other sites
0 ThyroDree 3 Posted December 29, 2013 You should add mobinfo, iteminfo and allskill, then all aliases will work for them. i add that and still no work. please HELP me Quote Share this post Link to post Share on other sites
0 Jasc 1 Posted December 29, 2013 If Hercules SVN was imported correctly and you are a GM level 99, you should have those commands by default. If not, that is a serous installation problem or edit that was made. Read the atcommand.conf documentation on how it works, and look at how groups.conf works. You will see the correlation between those two documents and how they work with each other. 1 Mumbles reacted to this Quote Share this post Link to post Share on other sites
0 ThyroDree 3 Posted December 30, 2013 If Hercules SVN was imported correctly and you are a GM level 99, you should have those commands by default. If not, that is a serous installation problem or edit that was made. Read the atcommand.conf documentation on how it works, and look at how groups.conf works. You will see the correlation between those two documents and how they work with each other. can you help me fix this? ( Quote Share this post Link to post Share on other sites
0 Mhalicot 392 Posted December 30, 2013 revert all your modification in group.conf to the latest revision then it will be fine. btw: what GM level you want to implement this? Quote Share this post Link to post Share on other sites
0 ThyroDree 3 Posted December 30, 2013 i want this command use by normal players Quote Share this post Link to post Share on other sites
0 Mhalicot 392 Posted December 30, 2013 Then in conf/groups.conf { id: 0 /* group 0 is the default group for every new account */ name: "Player" level: 0 inherit: ( /*empty list*/ ) commands: { mobinfo: true iteminfo: true allskill: true } permissions: { /* without this basic permissions regular players could not trade or party */ can_trade: true can_party: true }}, and delete the existing { 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 // <-- Delete inherit: ( "Player" ) /* can do everything Players can and more */ iteminfo: true // <-- Delete inherit: ( "Player" ) /* can do everything Players can and more */ since mobinfo and iteminfo is defined in Player you need to delete it on Super Player group. In conf/atcommand.conf you can see their alias: mobinfo: ["monsterinfo", "mi"] iteminfo: ["ii"] allskill: ["allskills", "skillall", "skillsall"] Quote Share this post Link to post Share on other sites
0 ThyroDree 3 Posted December 30, 2013 Hmm last time i think i edit my atcommand on src is this possible to affect the commands? Quote Share this post Link to post Share on other sites
0 ThyroDree 3 Posted December 30, 2013 i tried Then in conf/groups.conf { id: 0 /* group 0 is the default group for every new account */ name: "Player" level: 0 inherit: ( /*empty list*/ ) commands: { mobinfo: true iteminfo: true allskill: true } permissions: { /* without this basic permissions regular players could not trade or party */ can_trade: true can_party: true }}, and delete the existing { 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 // <-- Delete inherit: ( "Player" ) /* can do everything Players can and more */ iteminfo: true // <-- Delete inherit: ( "Player" ) /* can do everything Players can and more */ since mobinfo and iteminfo is defined in Player you need to delete it on Super Player group. In conf/atcommand.conf you can see their alias: mobinfo: ["monsterinfo", "mi"] iteminfo: ["ii"] allskill: ["allskills", "skillall", "skillsall"] tried but still not working Quote Share this post Link to post Share on other sites
0 Hadeszeus 15 Posted January 16, 2014 Im encountering the same problem.. I'm using GM account Level 99. All commands are not working. @venomxxvii can you tell what you did? Quote Share this post Link to post Share on other sites
0 ThyroDree 3 Posted January 18, 2014 (edited) up for this please help i possible commands will get affected if i edit the atcommand on src files??? Edited January 18, 2014 by venomxxvii Quote Share this post Link to post Share on other sites
0 ThyroDree 3 Posted January 31, 2014 UP for this, still not solved ;( if i update my Hercules svn my own edited item_db , item_db2 and src code wil be reset? i think if i tried to update my svn this commands i wanted will be back. Quote Share this post Link to post Share on other sites
0 snowflake1963 1 Posted January 31, 2014 I wanted to add an @command the server does not know, how can this be done? I have the command working on rAthena but i am trying to switch to Hercules. Quote Share this post Link to post Share on other sites
someone help me is this commands possible on hercules svn? @ii , @mi , and @skillall command
Share this post
Link to post
Share on other sites