 |
 |

F l o r a ' s B a t M U D t r i g g e r s f o r z M U D
#ECHO Couple of death triggers for barb and loc.
#ECHO
#ECHO Generic death trigger for barb and some others that you can use in a party
#ECHO where somebody wants to do something to the corpses before they are picked up.
#TRIGGER { is DEAD, R.I.P.$} {get corpse;get all from corpse} {death_barb} 676
#TRIGGER { over the still form of %w fallen foe.$} {get corpse} {death_barb_loc} 676
#TRIGGER { chants with an eerie hollow voice some arcane sounding words.$} {get corpse} {death_barb_lich} 676
#TRIGGER { sucks the soul from a corpse, then glows for a minute.$} {get corpse} {death_barb_youth} 676
#ECHO
#ECHO This is a good loot/dig system for loc. Makes you not dig corpses you
#ECHO haven't blooded yet if multiple deaths occur at the same time.
#TRIGGER { is DEAD, R.I.P.$} {get all from all corpse;lord_chaos blood corpse;lord_chaos save} {death_loc_solo} 676
#TRIGGER {Flora holds Daisy over the still form of %w fallen foe.$} {dig grave} {death_loc_dig} 676
#ECHO Or just use this one in a party.
#TRIGGER { is DEAD, R.I.P.$} {lord_chaos blood corpse;lord_chaos save} {death_loc_party} 676
|