Thread: quest::fanfare
View Single Post
  #15  
Old 08-11-2007, 04:18 AM
BWStripes
Sarnak
 
Join Date: Jun 2007
Location: Finland
Posts: 65
Exclamation

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
Reply With Quote