diff options
author | Haru <haru@dotalux.com> | 2014-10-25 01:56:47 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2014-10-27 01:05:50 +0100 |
commit | 8bb00782225e2f04f61863832a6c27d512b551b5 (patch) | |
tree | 11c1f1d7ffef80fb44522c02e2363198661430a9 /doc | |
parent | 9f1944a462f01928f8c5841821bfe0c777a2009b (diff) | |
download | hercules-8bb00782225e2f04f61863832a6c27d512b551b5.tar.gz hercules-8bb00782225e2f04f61863832a6c27d512b551b5.tar.bz2 hercules-8bb00782225e2f04f61863832a6c27d512b551b5.tar.xz hercules-8bb00782225e2f04f61863832a6c27d512b551b5.zip |
Marked the petheal command as deprecated
- The command should be replaced by petskillsupport in any custom
scripts.
- Updated the custom SOHEE pet skill script to use petskillsupport with
level 10 AL_HEAL.
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/script_commands.txt | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 4edb596b6..596c8b61c 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -7971,17 +7971,24 @@ reached or when pet performance is activated. *petskillsupport <skill id>,<skill level>,<delay>,<percent hp>,<percent sp>; *petskillsupport "<skill name>",<skill level>,<delay>,<percent hp>,<percent sp>; -*petheal <level>,<delay>,<percent hp>,<percent sp>; This will make the pet use a specified support skill on the owner whenever the HP and SP are below the given percent values, with a specified delay time between activations. The skill numbers are as per 'db/(pre-)re/skill_db.txt'. -'petheal' works the same as 'petskillsupport' but has the skill ID -hard-coded to 28 (Heal). This command is deprecated. It's not quite certain who's stats will be used for the skills cast, the character's or the pets. Probably, Skotlex can answer that question. +*petheal <level>,<delay>,<percent hp>,<percent sp>; + + @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ + @ /!\ This command is deprecated @ + @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ + +The petheal command is deprecated and it should not be used in new scripts, as +it is scheduled to be removed after November 27th, 2014. Please consider using +petskillsupport by specifying the AL_HEAL skill id instead. + *petskillattack <skill id>,<skill level>,<rate>,<bonusrate>; *petskillattack "<skill name>",<skill level>,<rate>,<bonusrate>; *petskillattack2 <skill id>,<damage>,<number of attacks>,<rate>,<bonusrate>; |