summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2014-12-02 10:58:21 +0100
committerHaru <haru@dotalux.com>2014-12-02 10:58:21 +0100
commitf92b392439cd5f2b517e9c829d9f518e1f5b392a (patch)
tree49f308799deba3e6b54800c9220c518c03c67b97 /doc
parent93216b60f0a37c07ede003e9d548c892ae543cfe (diff)
downloadhercules-f92b392439cd5f2b517e9c829d9f518e1f5b392a.tar.gz
hercules-f92b392439cd5f2b517e9c829d9f518e1f5b392a.tar.bz2
hercules-f92b392439cd5f2b517e9c829d9f518e1f5b392a.tar.xz
hercules-f92b392439cd5f2b517e9c829d9f518e1f5b392a.zip
Removed petheal command
- Follow-up to 8bb0078 Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/script_commands.txt13
1 files changed, 1 insertions, 12 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index 4cf004068..8a9629991 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -7981,8 +7981,7 @@ decision-making for the current pet of the invoking character, and will
NOT have any independent effect by themselves, which is why only one of
them each may be in effect at any time for a specific pet. A pet may
have 'petloot', 'petskillbonus', 'petskillattack' OR 'petpetskillattack2'
-and 'petskillsupport' OR 'petheal' at the same time. 'petheal' is
-deprecated and is no longer used in the default pet scripts.
+and 'petskillsupport' at the same time.
*petskillbonus <bonus type>,<value>,<duration>,<delay>;
@@ -8013,16 +8012,6 @@ time between activations. The skill numbers are as per
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>;