Greetings List
First off, I did check the arcives already and havent found anything
similar to this...
--snip--
else
{
if (ch == victim)
{
sprintf( buf1, "$n's %s %s $m%c", attack, vp, punct);
sprintf( buf2, "Your %s %s you%c", attack, vp, punct);
}
else
{
if (IS_SET(ch->act, PLR_AUTODAMAGE))
{
sprintf( buf1, "$n's %s %s $N%c", attack, vp,
punct );
sprintf( buf2, "Your %s %s $N%c `1[`!%d `1Dmg]``", attack, vp, punct,
dam );
sprintf( buf3, "$n's %s %s you%c `1[`!%d `1Dmg]``", attack, vp, punct,
dam );
}
else
{
sprintf( buf1, "$n's %s %s $N%c", attack, vp,
punct );
sprintf( buf2, "Your %s %s $N%c", attack, vp,
punct );
sprintf( buf3, "$n's %s %s you%c", attack, vp,
punct );
}
}
}
--snip--
Ok, so it shows what damage YOU do, but it doesnt show what damage the
thing yer attacking does.
Everything looks ok to me, I dont see where this is going off...
Any ideas anyone? Thanks for any help..
-Xanth