Script: Hitsilver

From Ultima Online: The Second Age
Revision as of 22:23, 5 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">inherits</span> spelskil; <span style="color:#0000FF">trigger</span> ishitting { <span style="color:#0000FF">if</span> (Q50D|<span sty...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
inherits spelskil;
trigger ishitting
{
  if (Q50D(victim))
  {
    intRet(damamt * 0x02);
    doMobAnimation(victim, 0x37B9, 0x0A, 0x05, 0x00, 0x00);
  }
  return (0x01);
}