Thread Tools Display Modes
Prev Previous Post   Next Post Next
09-07-16, 11:08 AM   #1
Oniya
A Wyrmkin Dreamwalker
Join Date: Feb 2015
Posts: 57
Question New Dalaran GetWorldLocFromMapPos not working

Anyone know why that can be or how to fix it?

Lua Code:
  1. local x,y = GetPlayerMapPosition("player")
  2. print(x,y)
  3.  
  4. local _, worldX, worldY = GetWorldLocFromMapPos(GetPlayerMapPosition("player"))
  5.  
  6. print(worldX, worldY)
  7.  
  8. print(GetCurrentMapAreaID())
  9. print(GetMapInfo())

returning:



  Reply With Quote
 

WoWInterface » Developer Discussions » General Authoring Discussion » New Dalaran GetWorldLocFromMapPos not working


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off