From c44e355943ad24235aceb6bd2157544bdf46ba64 Mon Sep 17 00:00:00 2001 From: ultramage Date: Mon, 10 Sep 2007 18:11:10 +0000 Subject: 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 --- doc/script_commands.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'doc/script_commands.txt') 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 ,; 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 ,; -- cgit v1.2.3-60-g2f50