Search the Community
Showing results for tags 'castspell'.
-
Hello, I was writing a small method that handles casting spells for me and I'm looking for some improvements for it. May you see some issues. /// <summary> /// Cast a spell /// </summary> /// <param name="spell">The spell you want to cast</param> /// <param name="target">The target you want to cast at</param> /// <param name="debuff">The debuff we are looking for</param> /// <param name="buffTimeLeft">Recast if buff time is under the given time</param> /// <param n
-
is there a way to cast spell in a quester profile? Tried the code below but it does not seems to work <EasyQuest> <Name>CastReju</Name> <QuestId /> <QuestType>InteractWithNpc</QuestType> <QuestClass xsi:type="InteractWithNpcEasyQuestClass"> <HotSpots /> <GossipOptionNpcInteractWith /> <Macro>CastSpell(774, "spell");</Macro> <IgnoreIfDead>false</IgnoreIfDead> <EntryIdTarget /> <Range /> </QuestClass> &
