When a script uses the quest::selfcast , on a level 1 toon, the duration
is only 3 minutes, no matter what the buff is.
But if the script uses $npc->CastSpell then the buff is on full timer.
For example casting Temp would give a level 1 toon 1 hr & 40 min buff
using the $npc->CastSpell
But casting the same Temp buff on a level 1 toon using the quest::selfcast
would give you a 3 minute buff. Its just the way it works.
But the $npc->CastSpell appears not to be any good for GROUP buffs, such
as KEI, etc. You have to use the quest::selfcast for those ones.
This is what I'm looking for is a fix or work around for it.
|