Jump to content

atcommand


CybeR

Recommended Posts


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  177
  • Reputation:   8
  • Joined:  11/14/11
  • Last Seen:  

how can i setup the @commands

/* 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"
}
Edited by Patskie
Change to code
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  111
  • Topics Per Day:  0.02
  • Content Count:  573
  • Reputation:   20
  • Joined:  11/19/11
  • Last Seen:  

conf/groups.conf

 

 

 

SlashGeeGee

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  361
  • Reputation:   10
  • Joined:  12/30/11
  • Last Seen:  

e2 sa groups.conf

 

example:

groups: (
{
    id: 0 /* group 0 is the default group for every new account */
    name: "Player"
    level: 0
    inherit: ( /*empty list*/ )
    commands: {
       warp: true
      commands: true      (ibig sbhn, @warp at @commands ang available sa level 0 na player or ung tinatawag n normal player )
    }
    permissions: {
        /* without this basic permissions regular players could not
        trade or party */
        can_trade: true
        can_party: true
    }
},
Edited by Patskie
Change to code
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...