1
0
EQ2Emu/docs/lua_functions/ModifyMaxPower.md

308 B

Function: ModifyMaxPower(spawn, value)

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

Parameters:

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

Returns: None.

Example:

ModifyMaxPower(NPC, 10000)