summaryrefslogtreecommitdiff
path: root/server/scripts/evol_script_commands.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-03-30 18:08:47 +0300
committerAndrei Karas <akaras@inbox.ru>2016-03-30 18:08:47 +0300
commit6f6752fe0e78731872d7641af187bdb7492cc036 (patch)
tree2ca0b53cc1a4168b2da369c5819dfe59417a39fc /server/scripts/evol_script_commands.txt
parent4e3c05c8bcbc68a00db3691a68f0d7ee849242da (diff)
downloaddocs-6f6752fe0e78731872d7641af187bdb7492cc036.tar.gz
docs-6f6752fe0e78731872d7641af187bdb7492cc036.tar.bz2
docs-6f6752fe0e78731872d7641af187bdb7492cc036.tar.xz
docs-6f6752fe0e78731872d7641af187bdb7492cc036.zip
Add script commands in docs: successremovecardsindex, failedremovecardsindex.
Diffstat (limited to 'server/scripts/evol_script_commands.txt')
-rw-r--r--server/scripts/evol_script_commands.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/server/scripts/evol_script_commands.txt b/server/scripts/evol_script_commands.txt
index d91a4b7..762967c 100644
--- a/server/scripts/evol_script_commands.txt
+++ b/server/scripts/evol_script_commands.txt
@@ -712,3 +712,22 @@ Example:
This command works same like hercules emotion command, except it removed limit for emotes.
+---------------------------------------
+
+successremovecardsindex index
+
+This command remove all cards from item by inventory index and put all cards in inventory.
+Also show status effect 3.
+
+---------------------------------------
+
+failedremovecardsindex index, flag
+
+This command remove all cards from item by inventory index.
+Also show status effect 2.
+It also may remove item or cards depend on flag.
+flag value:
+ 0 - will remove item and cards.
+ 1 - will remove cards and keep item.
+ 2 - will remove item and keep cards.
+ 3 - do nothing except status effect.