1
0
EQ2Emu/docs/lua_functions/ModifyMaxHP.md

300 B

Function: ModifyMaxHP(spawn, value)

Description: Sets the Maximum HP of the Spawn to the value provided.

Parameters:

  • spawn (Spawn) - Spawn object representing spawn.
  • value (sint32) - Integer value value.

Returns: None.

Example:

ModifyMaxHP(NPC, 10000)