Pretty much, I want to change the line in the DoT 1.69r source where it shows
To read something more along the lines of
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:
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!)
Spell: sanctuary : modifies none by 0 for 1.4 hoursTo read something more along the lines of
Spell: sanctuary : modifies sanctuary for 1.4 hoursI 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 hoursThanks :)
(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!)