From 14aca94442c6b6cd353373dd33b45423575f48d2 Mon Sep 17 00:00:00 2001 From: daegaladh Date: Mon, 23 Jul 2012 01:10:15 +0000 Subject: Added checkre() script command, which allows to check if a renewal feature is enabled or not. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16478 54d463be-8e91-2dee-dedb-b68131a5f0ec --- doc/script_commands.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'doc') 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 @@ -3596,6 +3596,22 @@ more: if (isday()) mes "I only prowl in the night."; if (isnight()!=1) mes "I only prowl in the night."; +--------------------------------------- + +*checkre() + +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 -- cgit v1.2.3-60-g2f50