Difference between revisions of "DeactivateCommand"

From MMNet Wiki
Jump to navigation Jump to search
(Created page with "'''Command:''' Deactivate '''Default Security Level:''' 0 '''Syntax:''' /activate ClientVersion The Activate command sends a player to the front lines to engage in combat....")
 
 
Line 6: Line 6:
  
  
The Activate command sends a player to the front lines to engage in combat.   
+
The Dectivate command returns a player from the front lines.   
  
 
Upon receiving an deactivate command from a player, the server checks that the player is actually active, not still on the way to the front line, and not engaged in a fight.  If these conditions are met, the player's [[Constants | status]] is set to STATUS_RESERVE and the player is removed from the front lines.  
 
Upon receiving an deactivate command from a player, the server checks that the player is actually active, not still on the way to the front line, and not engaged in a fight.  If these conditions are met, the player's [[Constants | status]] is set to STATUS_RESERVE and the player is removed from the front lines.  

Latest revision as of 12:46, 28 February 2017

Command: Deactivate

Default Security Level: 0

Syntax: /activate ClientVersion


The Dectivate command returns a player from the front lines.

Upon receiving an deactivate command from a player, the server checks that the player is actually active, not still on the way to the front line, and not engaged in a fight. If these conditions are met, the player's status is set to STATUS_RESERVE and the player is removed from the front lines.



Commands