• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • X,Y Co-ords

    Discussion in 'Archives' started by niggle, May 30, 2010.

    1. pilesos

      pilesos New Member

      Joined:
      Oct 18, 2010
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      1
      Thank you :)
       
    2. Azathoth1

      Azathoth1 New Member

      Joined:
      Oct 14, 2010
      Messages:
      202
      Likes Received:
      0
      Trophy Points:
      0
      Just a lot of math involved and if im correct some base coordinates to work with (i.e. a box of the area with set coordinates for the corners then do the math between) could be wrong though. And if that is the case the ctm program must have been a pain to code.
       
    3. DarkBen

      DarkBen New Member

      Joined:
      Jan 15, 2010
      Messages:
      299
      Likes Received:
      12
      Trophy Points:
      0
      As already stated somewhere, every area is an offset of the map.

      Every area has a start offset position and a size in a two dimensional array that form a box. WoWhead / wow map uses a percentage of the size of the map, so if a region has 300yards in the x axis and start in the offset 1500 of the world map, the point 50 of that axis in the map is (offset + ((300*50)/100)) => 1500 + 150 = 1650) so thats the map for the x axis now we need to know the same for the y axis that is inverted. Also for better precision it would be good to have a 3d navigation system, because sometimes you go to the right place but you should have to go underneath that place and you cant find what you are looking for. E.g. Undercity NPC location.
       

    Share This Page