Changing Affects Display

Posted by Bobo on Mon 04 May 2009 05:20 PM — 2 posts, 17,427 views.

USA #0
Pretty much, I want to change the line in the DoT 1.69r source where it shows
Spell: sanctuary          : modifies none by 0 for 1.4 hours

To read something more along the lines of
Spell: sanctuary          : modifies sanctuary for 1.4 hours


I want it to show the name of the bitvector of the affect, not the name of the spell itself. For example, I have a spell named static surge that affects the target with immobilize. I want it to show up like this:
Spell: static surge       : modifies immobilize for 0.3 hours


Thanks :)

(btw, if I said something stupid do please forgive, I'm in my first week or so of playing with MUD code so I'm a bit confused :p very fun so far though!)
USA #1
Do you know where to look for this code? If not, use grep.

I'm not that familiar with DoT, so I couldn't say offhand.