Page 1 of 1
Let the Player Know what's Going on
Posted: Fri Jan 11, 2008 4:15 pm
by ArmOrAttAk
For instance: I can kill a roomful of creatures and not get any messages as to what they were.
I've not changed the default message level.
Ideally I'd like to see all my kills printed as they happen, not once in a blue moon. Nor the occasional I strike x with my chop.
Even better.. "you hit {what} for {x} damage."
I know the idea is bound to strings that suggest the amount of damage but they get annoying fast.
Re: Let the Player Know what's Going on
Posted: Fri Jan 11, 2008 7:06 pm
by Leaf
ArmOrAttAk wrote:For instance: I can kill a roomful of creatures and not get any messages as to what they were.
I've not changed the default message level.
What is your listen level set at?
Posted: Sat Jan 12, 2008 10:17 pm
by ArmOrAttAk
I haven't changed it from the default of 1.
Posted: Sat Jan 12, 2008 10:40 pm
by poof
Try 'listen 10 instead.
Posted: Sun Jan 13, 2008 5:47 am
by mwedel
Because of high attack speeds, the number of messages that got generated tend to be excessive.
As such, at one point throttling was added. Unfortunately, that wasn't tied to listen level, but rather monster difficulty level and just some level of randomness.
I've recently made changes that result in all combat messages being printed. One reason this can now be done is that combat is slower, so number of messages is as high.
As far as seeing exact damage values, that isn't likely. Crossfire never told exact damage, but at one point, the messages were at least more generic (you xxx hard), so it was at least easier to quickly glance at the messages and see how you were doing.