diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-06-05 20:26:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-06-05 20:26:37 +0300 |
commit | 6cf4bb52cd9cffdc3e37505d344075502fbac22d (patch) | |
tree | fb670b5da3a06eaab2a297c5700ea168ab164679 /server/scripts/evol_script_commands.txt | |
parent | e06acdc70331ba79a0569799610866977fde54c4 (diff) | |
download | docs-6cf4bb52cd9cffdc3e37505d344075502fbac22d.tar.gz docs-6cf4bb52cd9cffdc3e37505d344075502fbac22d.tar.bz2 docs-6cf4bb52cd9cffdc3e37505d344075502fbac22d.tar.xz docs-6cf4bb52cd9cffdc3e37505d344075502fbac22d.zip |
Remove misceffect, isstr, areatimer from evol script commands.s20170627
Diffstat (limited to 'server/scripts/evol_script_commands.txt')
-rw-r--r-- | server/scripts/evol_script_commands.txt | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/server/scripts/evol_script_commands.txt b/server/scripts/evol_script_commands.txt index 9c4e021..588b91a 100644 --- a/server/scripts/evol_script_commands.txt +++ b/server/scripts/evol_script_commands.txt @@ -480,16 +480,6 @@ Example: --------------------------------------- -*misceffect effect [, name]; -*misceffect effect [, id]; - -Start paritcle effect with id 'effect' on any being with name 'name' or with id 'id'. - -Example: - misceffect 4, getcharid(3); - ---------------------------------------- - *setmapmask mapName, mask; Allow change map mask. Based on this mask layers in client can be visible or hidden. @@ -603,17 +593,6 @@ Return true if attached player is dead. In other cases return false. --------------------------------------- -*areatimer mapName, x1, y1, x2, y2, time, eventLabel; - -Create one time timer in map 'mapName' for players in rectangle (x1,y1) - (x2,y2) -Timer will call label 'eventLabel' after time 'time'. -This function probably will be removed in future. - -Example: - areatimer "test", 10, 10, 20, 20, 5, "npc1:AreaLabel" - ---------------------------------------- - *getareadropitem mapName, x1, y1, x2, y2, itemId [, delFlag]; *getareadropitem mapName, x1, y1, x2, y2, itemName [, delFlag]; @@ -680,16 +659,6 @@ Example: --------------------------------------- -*isstr var; - -Return true if 'var' is string, in other case return false. -Can be usefull for check functions arguments. - -Example: - mes "is string is string? " + isstr("text"); - ---------------------------------------- - *setbgteam bgId, teamId; Set id 'teamId' for battle ground group 'bgId'. |