From 620e60eebce2c1f35c5c9a82f6ca365b316587f5 Mon Sep 17 00:00:00 2001 From: Valaris Date: Sun, 29 Jan 2006 16:10:48 +0000 Subject: AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. EVERYTHING ELSE GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5094 54d463be-8e91-2dee-dedb-b68131a5f0ec --- conf-tmpl/charcommand_athena.conf | 98 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 conf-tmpl/charcommand_athena.conf (limited to 'conf-tmpl/charcommand_athena.conf') diff --git a/conf-tmpl/charcommand_athena.conf b/conf-tmpl/charcommand_athena.conf new file mode 100644 index 000000000..40c4b5883 --- /dev/null +++ b/conf-tmpl/charcommand_athena.conf @@ -0,0 +1,98 @@ +// Athena charcommand Configuration file. +// Translated by Peter Kieser + +// 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: # + +//Give another character a fake name +fakename: 20 + +//List a chacter's stats +stats: 40 + +//Give another character all stats +statsall: 40 + +//List a chacter's items +itemlist: 40 + +//Apply an effect onto another character +effect: 40 + +//List a chacter's storage items +storagelist: 40 + +//Rename another character's pet +petrename: 50 + +//Make another character's pet friendly/not +petfriendly: 50 + +// Changes character's model +model: 50 + +//Apply a certain option to another character +option: 60 + +//Save another character +save: 60 + +//? +reset: 60 + +//Give another character spiritball effect +spiritball: 60 + +//Give another character an item +item: 60 + +//Change another character's job (2 same commands) +job: 60 +jobchange: 60 + +//Give another character zeny +zeny: 60 + +//Change another character's base level (3 same commands) +baselvl: 60 +blvl: 60 +baselvlup: 60 + +//Change another character's job level (3 same commands) +joblvl: 60 +jlvl: 60 +joblvlup: 60 + +//Give another character a platinum skill +questskill: 60 + +//Take away a character's platinum skill +lostskill: 60 + +// Resets another character's status, skills +streset: 60 +skreset: 60 + + +// Gives another character status points +stpoint: 60 + +// Gives another character skill points +skpoint: 60 + +// Changes the sex of an online player (all characters on the account) +changesex: 60 + +// Warp a player somewhere else (3 same commands) +warp: 60 +rura: 60 +rura+: 60 + +//Resets another character's designated maps +feelreset: 60 + +import: conf/import/charcommand_conf.txt -- cgit v1.2.3-70-g09d2