summaryrefslogtreecommitdiff
path: root/doc/script_commands.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r--doc/script_commands.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index cd9ca5f0b..e048707ba 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -3597,6 +3597,22 @@ more:
if (isnight()!=1) mes "I only prowl in the night.";
---------------------------------------
+
+*checkre(<type>)
+
+Checks if a renewal feature is enabled or not in renewal.h, and returns 1 if enabled and 0 for disabled.
+The renewal feature to check is determined by type.
+
+ 0 - RENEWAL (game renewal server mode)
+ 1 - RENEWAL_CAST (renewal cast time)
+ 2 - RENEWAL_DROP (renewal drop rate algorithms)
+ 3 - RENEWAL_EXP (renewal exp rate algorithms)
+ 4 - RENEWAL_LVDMG (renewal level modifier on damage)
+ 5 - RENEWAL_CAST_VMIN (renewal cast time variable cast requirement)
+ 6 - RENEWAL_EDP (renewal enchant deadly poison algorithm)
+ 7 - RENEWAL_ASPD (renewal ASPD)
+
+---------------------------------------
\\
3,1.- Item-related commands
\\