Is there a way of doing damage to a player from a mob without starting a fight. ?.
What i want is a mob to slap a player for there insolence (its a Drow thing ) without starting any kind of fight.
On a similar note can a mob cast an aggressive spell on a player for example curse without starting a fight ?
Duranamir
damaging a player without starting a fight.
-
- Sword Grand Master
- Posts: 4708
- Joined: Tue Jul 15, 2003 9:26 pm
- Location: House of Wonder, Waterdeep
You can damage someone without starting a fight with
where X is the amount of hit points substracted (consider the D&D equivalent, then multiply it by apprimately 3).
As for casting a spell without starting a fight, I'm not sure. You could try using mpaffect instead of cast, but it might still start a fight (that's worth testing when the area is on the test port).
Code: Select all
mpmadd $n currhp -X
As for casting a spell without starting a fight, I'm not sure. You could try using mpaffect instead of cast, but it might still start a fight (that's worth testing when the area is on the test port).