Difference between revisions of "Script: Hitsilver"
From Ultima Online: The Second Age
(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...") |
(No difference)
|
Latest revision as of 21:23, 5 October 2018
inherits spelskil;
trigger ishitting { if (Q50D(victim)) { intRet(damamt * 0x02); doMobAnimation(victim, 0x37B9, 0x0A, 0x05, 0x00, 0x00); } return (0x01); }