1
0
EQ2Emu/docs/lua_functions/SetMaxHPBase.md

286 B

Function: SetMaxHPBase(spawn, value)

Description: Set's the Total Base HP of the Spawn to the value provided.

Parameters:

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

Returns: None.

Example:

Example Required