October 20, 20205 yr I ran into a problem in Easy Quest.I only know to use the RunMacroLua command in EasyQuest this command: . /Targetenemy HighPriestessJeklik . /Cast DarkCommand . /Cast ChainsOfIce . /Cast DeathGrip I want ask how can I use Runcode to complete this command? thx you.
October 20, 20205 yr ObjectManager.Me.Target = ObjectManager.GetWoWUnitByName("NPCName").FirstOrDefault().Guid; SpellManager.CastSpellByNameLUA("SpellName");
Create an account or sign in to comment