27 lines
677 B
Plaintext
27 lines
677 B
Plaintext
// Athena charcommand Configuration file.
|
|
// Translated by Peter Kieser <pfak@telus.net>
|
|
|
|
// Set here the symbol that you want to use for your commands
|
|
// Only 1 character is get (default is '#'). You can set any character,
|
|
// except control-character (0x00-0x1f), '%' (party chat speaking) and '/' (standard ragnarok GM commands)
|
|
// and '@' (Standard GM Commands)
|
|
// With default character, all commands begin by a '#', example: #save SomePlayer
|
|
command_symbol: #
|
|
|
|
stats: 40
|
|
statsall: 40
|
|
itemlist: 40
|
|
effect: 40
|
|
storagelist: 40
|
|
petrename: 50
|
|
petfriendly: 50
|
|
option: 60
|
|
save: 60
|
|
reset: 60
|
|
spiritball: 60
|
|
item: 60
|
|
job: 60
|
|
jobchange: 60
|
|
|
|
import: conf/import/charcommand_conf.txt
|