cowdude
Active Member
- Joined
- Feb 17, 2010
- Messages
- 337
- Reaction score
- 27
Hi,
I'm cleaning CowStats by removing most of LUA calls. Here's a simple class that might help anyone who needs relative coords.
Usage:
Bugs:
Will not work in many instances
Does not work in Dalaran
I'm cleaning CowStats by removing most of LUA calls. Here's a simple class that might help anyone who needs relative coords.
Usage:
Code:
//init helper
WorldMapAreas.Init();
//get rel coords of player
WorldMapAreas.MapCoords relative = WorldMapAreas.GetRelativeCoords(me.ZoneId, me.Location);
Bugs:
Will not work in many instances
Does not work in Dalaran