I should have started by looking at the obvious.
Anyone running titanium is out of luck. quest::ding uses the sendsound() function, which picks up an opcode (I know, what doesn't?).
Line 383 of patch_Titanium.conf:
OP_Sound=0x0000
Whereas anyone running 6.2 gets:
OP_Sound=0x4a1d
i.e. No opcode for Titanium, no ding/fanfare. Darnit :p
|