I am using dmwc for mage rotation. Is there a possibility to use dmwc for moving back after frost nova?
I tried something like:
local Navigation = DMW.Helpers.Navigation
Navigation.MoveTo(round(Player.PosX, 2), round(Player.PosY-5, 2), round(Player.PosZ, 2))
I am using dmwc for mage rotation. Is there a possibility to use dmwc for moving back after frost nova? I tried something like: local Navigation = DMW.Helpers.Navigation Navigation.MoveTo(round(Player.PosX, 2), round(Player.PosY-5, 2), round(Player.PosZ, 2))
But it throws an error in the navigation helper.