Difference between revisions of "Script: Durbonus2"

From Ultima Online: The Second Age
Jump to: navigation, search
(Created page with " <span style="color:#0000FF">inherits</span> spelskil; <span style="color:#0000FF">trigger</span> creation { <span style="color:#0000FF">int</span> Q4G7 = getWeapo...")
 
(No difference)

Latest revision as of 22:36, 5 October 2018

inherits spelskil;
trigger creation
{
  int Q4G7 = getWeaponMaxHP(this);
  int Q5BV = Q4G7 + 0x14;
  int dummy = setWeaponMaxHP(this, Q5BV);
  return (0x00);
}