ay0konapala Posted July 29, 2014 Posted July 29, 2014 /* Atcommands and charcommands configuration file */ /* The symbol that will be used to recognize commands. You can set any one character except: - control-characters (0x00-0x1f), - '%' (party chat symbol) - '$' (guild chat symbol) - '/' (client commands symbol) atcommand_symbol represents @commands used locally. charcommand_symbol represents #commands used on other players. */ atcommand_symbol : "@" charcommand_symbol: "#" /* Command aliases You can define aliases for any command. Aliases work just like original command. Format is <commandname>: ["<alias>", ...] */ aliases: { mobinfo: ["monsterinfo", "mi"] iteminfo: ["ii"] time: ["date", "serverdate", "servertime"] autotrade: ["at"] help: ["h"] jumpto: ["goto", "warpto"] mount: ["mountpeco"] who: ["whois"] npctalk: ["npctalkc"] gvgon: ["gpvpon"] gvgoff: ["gpvpoff"] jobchange: ["job"] load: ["return"] warp: ["rura", "mapmove"] dye: ["ccolor"] hairstyle: ["hstyle"] haircolor: ["hcolor"] monster: ["spawn"] blvl: ["lvup", "blevel", "baselvl", "baselvup", "baselevel", "baselvlup"] jlvl: ["jlevel", "joblvl", "joblvup", "joblevel", "joblvlup"] glvl: ["glevel", "guildlvl", "guildlvup", "guildlevel", "guildlvlup"] resetstat: ["streset"] resetskill: ["skreset"] allskill: ["allskills", "skillall", "skillsall"] allstats: ["allstat", "statall", "statsall"] ban: ["banish"] unban: ["unbanish"] unjail: ["discharge"] homlevel: ["hlvl", "hlevel", "homlvl", "homlvup"] homevolution: ["homevolve"] mutearea: ["stfu"] monsterignore: ["battleignore"] raise: ["revive"] kill: ["die"] guildstorage: ["gstorage"] accinfo: ["accountinfo"] itemreset: ["clearinventory"] channel: ["main"] autoloottype: ["aloottype"] } /* Commands help file */ help: { @include "conf/help.txt" } Don't you think these commands are incomplete? There's no @item here. How can I get items ingame if I want to give item as a reward. Or there's something hidden here? Haha. Or I can add commands on my own. But how? Im struggling. I think, SVN @commands are much more easy to understand than this. Dont you think? Thanks. I DONT KNOW IF IM IN THE RIGHT SECTION. SORRY FOR THAT. DONT GET MAD. THANKS. Quote
Pneuma Posted July 29, 2014 Posted July 29, 2014 /* Atcommands and charcommands configuration file */ /* The symbol that will be used to recognize commands. You can set any one character except: - control-characters (0x00-0x1f), - '%' (party chat symbol) - '$' (guild chat symbol) - '/' (client commands symbol) atcommand_symbol represents @commands used locally. charcommand_symbol represents #commands used on other players. */ atcommand_symbol : "@" charcommand_symbol: "#" /* Command aliases You can define aliases for any command. Aliases work just like original command. Format is <commandname>: ["<alias>", ...] */ aliases: { mobinfo: ["monsterinfo", "mi"] iteminfo: ["ii"] time: ["date", "serverdate", "servertime"] autotrade: ["at"] help: ["h"] jumpto: ["goto", "warpto"] mount: ["mountpeco"] who: ["whois"] npctalk: ["npctalkc"] gvgon: ["gpvpon"] gvgoff: ["gpvpoff"] jobchange: ["job"] load: ["return"] warp: ["rura", "mapmove"] dye: ["ccolor"] hairstyle: ["hstyle"] haircolor: ["hcolor"] monster: ["spawn"] blvl: ["lvup", "blevel", "baselvl", "baselvup", "baselevel", "baselvlup"] jlvl: ["jlevel", "joblvl", "joblvup", "joblevel", "joblvlup"] glvl: ["glevel", "guildlvl", "guildlvup", "guildlevel", "guildlvlup"] resetstat: ["streset"] resetskill: ["skreset"] allskill: ["allskills", "skillall", "skillsall"] allstats: ["allstat", "statall", "statsall"] ban: ["banish"] unban: ["unbanish"] unjail: ["discharge"] homlevel: ["hlvl", "hlevel", "homlvl", "homlvup"] homevolution: ["homevolve"] mutearea: ["stfu"] monsterignore: ["battleignore"] raise: ["revive"] kill: ["die"] guildstorage: ["gstorage"] accinfo: ["accountinfo"] itemreset: ["clearinventory"] channel: ["main"] autoloottype: ["aloottype"] } /* Commands help file */ help: { @include "conf/help.txt" } Don't you think these commands are incomplete? There's no @item here. How can I get items ingame if I want to give item as a reward. Or there's something hidden here? Haha. Or I can add commands on my own. But how? Im struggling. I think, SVN @commands are much more easy to understand than this. Dont you think? Thanks. I DONT KNOW IF IM IN THE RIGHT SECTION. SORRY FOR THAT. DONT GET MAD. THANKS. That's just for the aliases. Please look under /doc/atcommands.txt for the full list of commands. Quote
ay0konapala Posted July 29, 2014 Author Posted July 29, 2014 THANK YOU VERY MUCH! Please close this topic but dont delete my post. I'll use this for my reference. Thanks again ) WAIT! can I edit the commands? For example i want a level 0 normal player have @allskill / @skill command. How can I do that? Quote
Pneuma Posted July 29, 2014 Posted July 29, 2014 THANK YOU VERY MUCH! Please close this topic but dont delete my post. I'll use this for my reference. Thanks again ) WAIT! can I edit the commands? For example i want a level 0 normal player have @allskill / @skill command. How can I do that? All that can be done in groups.conf Quote
Question
ay0konapala
Don't you think these commands are incomplete? There's no @item here.
How can I get items ingame if I want to give item as a reward.
Or there's something hidden here? Haha.
Or I can add commands on my own. But how? Im struggling.
I think, SVN @commands are much more easy to understand than this. Dont you think? Thanks.
I DONT KNOW IF IM IN THE RIGHT SECTION. SORRY FOR THAT. DONT GET MAD. THANKS.
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.