Difference between revisions of "Heal"

From Hercules Wiki
Jump to: navigation, search
(Created page with "==Syntax== * heal <hp>,<sp>; ==Description== This command will heal a set amount of HP and/or SP on the invoking character. ==Examples== <pre> heal 30000,0; // This will ...")
 

Latest revision as of 09:12, 9 June 2013

Syntax

  • heal <hp>,<sp>;

Description

This command will heal a set amount of HP and/or SP on the invoking character.

Examples

heal 30000,0; // This will heal 30,000 HP
heal 0,30000; // This will heal 30,000 SP
heal 300,300; // This will heal 300 HP and 300 SP