Arguss
-
Posts
22 -
Joined
-
Last visited
Reputation Activity
-
Arguss reacted to inselmann in Healing out of combat
I had a similar problem, so i wrote a small plugin.
You can use it, casts regrowth out of combat when under <85% life. Edit the regrowth.cs for your need.
Copy in plugin folder and activate it.
Have fun
Regrowth.cs
-
Arguss reacted to Droidz in Convert coordinates
Hello, use this lua code:
SetMapToCurrentZone(); continent = GetCurrentMapContinent(); SetMapZoom(continent); local x, y = GetPlayerMapPosition('player'); local _, worldX, worldY = GetWorldLocFromMapPos(x, y); To get z position, use wrobot function "float wManager.Wow.Helpers.PathFinder.GetZPosition(Vector3 point, bool strict = false)"