zhxwbr8 0 Posted October 20, 2020 Share Posted October 20, 2020 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. Quote Link to post Share on other sites
Ixou 1 Posted October 20, 2020 Share Posted October 20, 2020 ObjectManager.Me.Target = ObjectManager.GetWoWUnitByName("NPCName").FirstOrDefault().Guid; SpellManager.CastSpellByNameLUA("SpellName"); zhxwbr8 1 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.