summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-09-10 18:11:10 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-09-10 18:11:10 +0000
commitc44e355943ad24235aceb6bd2157544bdf46ba64 (patch)
tree03da679cfae3127a81928033b127886fde9b6d9d /doc
parente6d726f486b00d443320269a96a0e6d9a12d8d38 (diff)
downloadhercules-c44e355943ad24235aceb6bd2157544bdf46ba64.tar.gz
hercules-c44e355943ad24235aceb6bd2157544bdf46ba64.tar.bz2
hercules-c44e355943ad24235aceb6bd2157544bdf46ba64.tar.xz
hercules-c44e355943ad24235aceb6bd2157544bdf46ba64.zip
Added config option 'quest_exp_rate' to adjust exp gained by the 'getexp' script command (followup to r11165).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11171 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc')
-rw-r--r--doc/script_commands.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index b589cf481..9804ecbdc 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -9,7 +9,7 @@
//= Maeki Rika - A section on general concepts and lots of
//= other updates and additions.
//===== Version ===========================================
-//= 3.05.20070819
+//= 3.06.20070910
//=========================================================
//= 1.0 - First release, filled will as much info as I could
//= remember or figure out, most likely there are errors,
@@ -82,6 +82,8 @@
//= Fixed typo in 'areamonster' description (missing argument) [ultramage]
//= 3.06 20070909
//= Added 'gethominfo' description [Skotlex]
+//= 3.06.20070910
+//= Added info about the new behavior of 'getexp' [ultramage]
//===== Description =======================================
//= A reference manual for the eAthena scripting language,
//= sorted out depending on their functionality.
@@ -3516,8 +3518,7 @@ There's good reasons to be very careful when using this command.
*getexp <base xp>,<job xp>;
This command will give the invoking character a specified number of base and job
-experience points. Can be used as a quest reward. Negative amounts of experience
-were not tested but should work.
+experience points. Can be used as a quest reward. Negative values won't work.
getexp 10000,5000;
@@ -3531,6 +3532,9 @@ You can also reduce the ammount of experience points:
set BaseExp,BaseExp-10000;
+Note that 'getexp' is now subject to the 'quest_exp_rate' config option, which
+adjusts the gained value. If you want to bypass this, use the 'set' method.
+
---------------------------------------
*setlook <look type>,<look value>;