zhxwbr8 1 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. Link to comment https://wrobot.eu/forums/topic/12592-how-do-i-use-runcode-to-complete-this-command/ Share on other sites More sharing options...
Ixou 1 Posted October 20, 2020 Share Posted October 20, 2020 ObjectManager.Me.Target = ObjectManager.GetWoWUnitByName("NPCName").FirstOrDefault().Guid; SpellManager.CastSpellByNameLUA("SpellName"); zhxwbr8 1 Link to comment https://wrobot.eu/forums/topic/12592-how-do-i-use-runcode-to-complete-this-command/#findComment-60280 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now