From 6cf4bb52cd9cffdc3e37505d344075502fbac22d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 5 Jun 2017 20:26:37 +0300 Subject: Remove misceffect, isstr, areatimer from evol script commands. --- server/scripts/evol_script_commands.txt | 31 ------------------------------- 1 file changed, 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'. -- cgit v1.2.3-60-g2f50