Sunday, July 6, 2008

Improved MPDAMAGE: Make your battle progs super elite

This snippet will inject pure liquid steroids into your SMAUG's mpdamage command. Best of all, you can now make mpdamage generate a real damage message, like "The mage's unique mystical attack _maims_ you!", where you just specify the name of the attack (in this case "unique mystical attack").

EXAMPLES:
mpdamage $n 100 fire
-- Does 100 damage to $n, of type "fire"

mpdamage $n 100 head
-- Does 100 damage to $n, and aims for the head

mpdamage $n 100 fire head
-- Does 100 fire damage to $n's head

mpdamage $n 100 !spinning blade!
-- Does 100 damage and generates a damage message, like
"The ninja's spinning blade wounds you!"

mpdamage $n 500 fire !dark flame of doom!
-- Does 500 fire damage and generates a damage message, like
"The archmage's dark flame of doom _maims_ you!"

mpdamage $n 100 fire cold
-- Does 100 damage, with 50% probability of fire, 50% of cold

mpdamage $n 100 fire fire cold
-- Does 100 damage, with 66% probability of fire, 33% of cold

mpdamage $n 100 body body head
-- Does 100 damage, with 66% probability of hitting body, 33%
of hitting head

DOWNLOAD THE MPDAMAGE UPGRADE CODE SNIPPET

No comments: