ThyroDree
New member
someone help me is this commands possible on hercules svn? @ii , @mi , and @skillall command
someone help me is this commands possible on hercules svn? @ii , @mi , and @skillall command
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 foundsomeone 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 add that and still no work.You should add mobinfo, iteminfo and allskill, then all aliases will work for them.
can you help me fix this?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.
mobinfo: ["monsterinfo", "mi"] iteminfo: ["ii"] allskill: ["allskills", "skillall", "skillsall"]
tried but still not workingThen 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"]
We use essential cookies to make this site work, and optional cookies to enhance your experience.