Jump to content
  • 0

help, About Commands


PapaZola

Question


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  925
  • Reputation:   32
  • Joined:  12/05/11
  • Last Seen:  

hello all

how to set gm 80 commands like can @item

and lvl 0 can use @warp @allskill

here my files

sorry 1st time using renewal

/* 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"]

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"]

afk: ["afk"]

}

/* Commands help file */

help: {

@include "conf/help.txt"

}

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  37
  • Topics Per Day:  0.01
  • Content Count:  126
  • Reputation:   6
  • Joined:  11/18/11
  • Last Seen:  

err. if im not mistaken. you should edit the files at conf.

atcommand_athena.conf

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

set at here about the command settings

conf/groups.conf

the level refer to the gm groupd id that u configure in the mysql

the inherit just allow the group to be able to use the command that already defined at the inherit group

for the command part..just set the command to 'true' to enable the users with with level to use it

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  37
  • Topics Per Day:  0.01
  • Content Count:  126
  • Reputation:   6
  • Joined:  11/18/11
  • Last Seen:  

emistry is it compatible with 3CeaM?

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

no...rathena's command setting is different from 3ceam and eathena....

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  925
  • Reputation:   32
  • Joined:  12/05/11
  • Last Seen:  

yeah

thx sir emistry

solved

Edited by Arcenciel
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
Answer this question...

×   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...