View Single Post
  #1  
Old 12-02-2010, 03:18 PM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,332
Default Buff Bots: $npc->CastSpell vs. quest:selfcast ??

Just wondering if there is a fix for this in quest scripts?

I currently have some buff bots setup using the $npc->CastSpell (spellid)
to cast a single buff on a toon. But this command won't cast any group buffs.
(HoV,Kei, FoE, etc.)
With my GM toon, I can use the #castspell (spellid) and freely cast any
group based buff on any toon, but it won't work on a quest script.

The quest:selfcast will work fine, but the buff timers are level dependant,
so I was trying to set up the bots for full length buffs.
Reply With Quote