diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-29 05:44:26 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-29 05:44:26 +0000 |
commit | 5cf415fe79143e46f95369df131b3ece5d0ead8e (patch) | |
tree | 342473deeb4e5ba984400ca7c84ba626836eccad /conf | |
parent | b4446fe25bb94d21ec0eec391e755ae9c32cd37d (diff) | |
download | hercules-5cf415fe79143e46f95369df131b3ece5d0ead8e.tar.gz hercules-5cf415fe79143e46f95369df131b3ece5d0ead8e.tar.bz2 hercules-5cf415fe79143e46f95369df131b3ece5d0ead8e.tar.xz hercules-5cf415fe79143e46f95369df131b3ece5d0ead8e.zip |
Added some information and documentation for cash shop.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12268 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf')
-rw-r--r-- | conf/Changelog.txt | 2 | ||||
-rw-r--r-- | conf/charhelp.txt | 2 | ||||
-rw-r--r-- | conf/help.txt | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/conf/Changelog.txt b/conf/Changelog.txt index 17e80c4e1..cd19691f8 100644 --- a/conf/Changelog.txt +++ b/conf/Changelog.txt @@ -1,6 +1,8 @@ Date Added 2008/02/27 + * Rev. 12268 Added information for cash related @ and # commands. [L0ne_W0lf] +2008/02/27 * Disabled idle_no_autoloot setting (bugreport:1051) 2008/02/14 * Removed atcommand @whozeny [ultramage] diff --git a/conf/charhelp.txt b/conf/charhelp.txt index c64a0c330..fe877b5e3 100644 --- a/conf/charhelp.txt +++ b/conf/charhelp.txt @@ -11,6 +11,8 @@ 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. diff --git a/conf/help.txt b/conf/help.txt index 2fe7726ef..0e1f65427 100644 --- a/conf/help.txt +++ b/conf/help.txt @@ -131,6 +131,8 @@ 60:@stpoint <number of points> - Gives you the desired number of stat points. 60:@skpoint <number of points> - Gives you the desired number of skill points. 60:@zeny <amount> - Gives you desired amount of Zeny. + 60:@cash <amount> - Gives you the specified amount of cash points. + 60:@points <amount> - Gives you the specified amount of Kafra Points. 60:@str,@agi,@vit,@int,@dex,@luk <amount> - Adds desired amount to any stat. For example "@str 10" raises your str by 10 60:@statall/@statsall/@allstats/@allstat [value] - Adds value in all stats (maximum if no value). 60: @addwarp <map name> <x coord> <y coord> |