diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-10 16:59:20 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-10 16:59:20 +0000 |
commit | e8f0edf2c8574df1bd2d00a99082859e297d7733 (patch) | |
tree | 03f03b72ce340d6d53c6cfd2c8f44ad13582d075 /conf | |
parent | 18ec7de528b88d581e3ad10c03f6b8244b207630 (diff) | |
download | hercules-e8f0edf2c8574df1bd2d00a99082859e297d7733.tar.gz hercules-e8f0edf2c8574df1bd2d00a99082859e297d7733.tar.bz2 hercules-e8f0edf2c8574df1bd2d00a99082859e297d7733.tar.xz hercules-e8f0edf2c8574df1bd2d00a99082859e297d7733.zip |
* Applied update to charhelp.txt provided by EvilPuncker to match current charcommand behavior (bugreport:4632, follow up to r13403).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14572 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf')
-rw-r--r-- | conf/Changelog.txt | 2 | ||||
-rw-r--r-- | conf/charhelp.txt | 46 |
2 files changed, 25 insertions, 23 deletions
diff --git a/conf/Changelog.txt b/conf/Changelog.txt index 735125872..cc0025ce5 100644 --- a/conf/Changelog.txt +++ b/conf/Changelog.txt @@ -1,5 +1,7 @@ Date Added +2010/12/10 + * Rev. 14572 Applied update to charhelp.txt provided by EvilPuncker to match current charcommand behavior (bugreport:4632, follow up to r13403). [Ai4rei] 2010/10/10 * Added cashfood_use_interval config setting. [Paradox924X] 2010/05/25 diff --git a/conf/charhelp.txt b/conf/charhelp.txt index fe877b5e3..e3acddbb4 100644 --- a/conf/charhelp.txt +++ b/conf/charhelp.txt @@ -1,28 +1,28 @@ 40:--- CHARACTER CMD --- - 40:#statsall - Displays stats of all characters. + 40:#statsall <char name> - Set all stats of a player to maximum. 40:#itemlist <char name> - Displays all items of a player. 40:#storagelist <char name> - Displays all items of a player's storage. 40:#stats <char name> - Displays a characters stats. - 60:#option <param1> <param2> <param3> <charname> - Like @option command but only to target character. - 50:#mountpeco <charname> - Give/remove to a player a peco (Class is required, but not skill). - 50:#petrename <charname> - Re-enable pet rename to a player. - 60:#save <map> <x> <y> <charname> - Changes the target players respawn point. - 60:#baselvl <#> <nickname> - Change a characters base level. - 60:#jlvl <#> <nickname> - Change a characters job level. - 60:#job/#jobchange <job ID> <char name> - Changes target characters job. - 60:#zeny <amount> <name> - Give/take a players Zeny - 60:#cash <amount> <name> - Give/take a player cash points - 60:#points <amount> <name> - Give/take a player Kafra points - 60:#stpoint <amount> <name> - Give/take a players stat points - 60:#skpoint <amount> <name> - give/take a players skill points - 60:#skreset <charname> - Reset skills of a character. - 60:#streset <charname> - Reset stats of a character. - 60:#reset <charname> - Reset stats AND skills of a character. - 60:#questskill <#> <charname> - Gives to a player the specified quest skill. - 60:#lostskill <#> <charname> - Takes away the specified quest skill from the player. - 60:#delitem <item_name_or_ID> <quantity> <player> - Remove items from a character - 50:#model <hair type> <hair color> <clothes color> <name> - Changes a player's model - 60:#disguise <monster_name_or_monster_ID> <char name> - Changes disguise of a player + 60:#option <char name> <param1> <param2> <param3> - Like @option command but only to target character. + 50:#mountpeco <char name> - Give/remove to a player a peco (Class is required, but not skill). + 50:#petrename <char name> - Re-enable pet rename to a player. + 60:#save <char name> <map> <x> <y> - Changes the target players respawn point. + 60:#baselvl/#blvl <char name> <#> - Change a characters base level. + 60:#joblvl/#jlvl <char name> <#> - Change a characters job level. + 60:#job/#jobchange <char name> <job ID> - Changes target characters job. + 60:#zeny <char name> <amount> - Give/take a players Zeny + 60:#cash <char name> <amount> - Give/take a player cash points + 60:#points <char name> <amount> - Give/take a player Kafra points + 60:#stpoint <char name> <amount> - Give/take a players stat points + 60:#skpoint <char name> <amount> - give/take a players skill points + 60:#skreset <char name> - Reset skills of a character. + 60:#streset <char name> - Reset stats of a character. + 60:#reset <char name> - Reset stats AND skills of a character. + 60:#questskill <char name> <#> - Gives to a player the specified quest skill. + 60:#lostskill <char name> <#> - Takes away the specified quest skill from the player. + 60:#delitem <char name> <item_name_or_ID> <quantity> - Remove items from a character + 50:#model <char name> <hair type> <hair color> <clothes color> - Changes a player's model + 60:#disguise <char name> <monster_name_or_monster_ID> - Changes disguise of a player 60:#undisguise <char name> - Cancels disguise of a player - 60:#changesex <name> - Changes sex of a player (all characters of the account) - 60:#warp/#rura+ <mapname> <x> <y> <char name> - Warps character to location of choice + 60:#changesex <char name> - Changes sex of a player (all characters of the account) + 60:#warp/#rura+ <char name> <mapname> <x> <y> - Warps character to location of choice |