ACTION_NEW_COUNTDOWN = 8000, // Countdown, data = time (seconds), Param = script executed after the countdown is over.When data = 0, it means that the countdown is turned off and the script is not executed.
//Note: Only one countdown can be displayed for a number at the same time, so before adding a countdown, be sure to end the previous countdown.
ACTION_NEW_COUNTDOWN2 =8001, //Countdown, data = time (seconds), “1 98120001 RichGod_Ground is removing the holy sword” //(1 means immovable, use skills or point NPCs or running will be interrupted, 0 means other operations).98120001 Script executed after the countdown is over.“RichGod_Ground” is an action effect (corresponding to 3deffect.ini file, written as “null” when no special effects are required), “The holy sword is being pulled out” is the text displayed on the client.
/When /data = 0, it means that the countdown is turned off and the script is not executed.
//Note: Only one countdown can be displayed for a number at the same time, so before adding a countdown, be sure to end the previous countdown.
ACTION_NEW_COUNTDOWN3 =8002, // Countdown to the current map task.Data = copy ID value, Param = "script executed after the countdown ends".After switching the map, the countdown ends automatically and the script is not executed.
//Note: This script type must be executed after it is transferred to the copy map. In addition, the map number must be greater than 400,000,000 or more, and it is only valid for the copy type map.
//The relevant configuration of the copy is set in the cq_duplicate table, refer to "Duplicate.Detailed description in the ”ini" file.The x and y of the cq_duplicate table represent the coordinates to which the invitee is transferred after accepting it.
//In addition, players in maps with a map ID greater than or equal to 4000000000 will not be invited.
ACTION_NEW_COUNTDOWN4 =8003, //Hidden countdown script type, time information will not appear on the client.Data = time (seconds), Param = script executed after the countdown is over.When data = 0, it means that the countdown is turned off and the script is not executed.