View Single Post
05-05-13, 08:28 AM   #9
JimJoBlue
An Onyxian Warder
 
JimJoBlue's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2012
Posts: 362
Anvil.lua is complete
Lua Code:
  1. Nx.GuideData["Anvil"] = {
  2.      ["Mode"] = 32,
  3.      [4] = "0,52,40.6",
  4.      [11] = "0,48.3,56.2|0,67.1,73.5",
  5.      [16] = "0,40.8,48.0",
  6.      [17] = "0,16.8,48.9",
  7.      [19] = "0,61.7,15.0",
  8.      [20] = "2,62.4,51.4",
  9.      [23] = "0,75.2,53.7",
  10.      [27] = "0,52.4,50.3",
  11.      [30] = "0,41.6,65.6",
  12.      [34] = "0,73.7,48.7",
  13.      [35] = "0,34.3,46.5",
  14.      [36] = "0,29.3,43.5",
  15.      [42] = "0,50.8,19.2",
  16.      [161] = "0,51.1,30.3",
  17.      [201] = "0,55.1,61.9",
  18.      [261] = "0,54.9,36.6",
  19.      [281] = "0,59.4,51.1",
  20.      [301] = "1,26.4,20.8|1,43.1,72.2|1,63.5,37.5",
  21.      [321] = "0,36,82.9|0,40.4,50|0,40.4,50.5|0,40.7,49.9|0,44.3,77.5|0,44.4,77.3|0,44.8,77.4|0,45,77.7|0,56.4,56.7|0,56.5,56.7|0,56.8,56.4|0,75.7,34.4|0,75.7,34.6|0,76,37.2|0,76,37.5|0,76.5,37.1",
  22.      [362] = "2,39.5,55.6",
  23.      [381] = "1,56.8,53.2",
  24.      [382] = "2,61.4,28.4",
  25.      [462] = "2,43.0,72.0",
  26.      [463] = "0,49.2,30.3",
  27.      [464] = "1,47.7,51.2",
  28.      [465] = "2,53.2,38.2|1,24.0,37.9|1,56.8,63.8",
  29.      [467] = "2,32.53,48.14|1,68.47,50.27|0,79.35,63.61",
  30.      [473] = "0,36.7,55.0",
  31.      [475] = "2,51.37,57.59",
  32.      [476] = "0,56.3,54.2",
  33.      [477] = "2,56.03,37.35|1,53.25,69.64",
  34.      [478] = "2,48.85,45.87|1,56.58,54.92",
  35.      [479] = "0,32.43,64.27",
  36.      [480] = "2,79.6,38.4",
  37.      [481] = "0,69.9,42.3|0,37.4,31.5",
  38.      [486] = "1,57.31,66.67|1,57.02,19.83|2,41.26,55.68",
  39.      [488] = "2,36.83,46.86|0,49.4,75.34|1,77.88,50.4|2,75.99,63.27",
  40.      [490] = "0,31.42,59.85",
  41.      [491] = "2,53.82,66.96|2,79.28,28.87|1,60.82,17.14|1,29.82,42.58|1,59.59,63.84",
  42.      [492] = "0,71.9,21.0",
  43.      [495] = "0,41.04,86.43",
  44.      [496] = "0,41.3,67.9",
  45.      [504] = "0,39.5,26.2|0,45.5,28.8|0,43.5,27.0",
  46.      [510] = "1,74.8,79.74|2,77.77,49.61",
  47.      [544] = "0,45.1,65.9",
  48.      [545] = "1,60.1,90.7",
  49.      [606] = "0,62.9,21.9",
  50.      [640] = "0,47.4,51.1|0,51.1,49,9",
  51.      [673] = "0,44.1,70.8",
  52.      [700] = "2,77.5,53.9|1,79.2,76.3",
  53.      [720] = "0,54.1,33.3",
  54.      [748] = "0,54.1,33.3",
  55.      [806] = "0,28.5,13.8|0,59.5,83.7|0,48.4,36.8|0,28.3,47.9",
  56.      [807] = "0,54.1,49.3",
  57.      [809] = "0,71.4,92.1|0,63.3,30.7",
  58.      [858] = "0,55.9,32.4",
  59.      [903] = "0,24.8,42.8",
  60.      [905] = "0,73.4,51.2",
  61.      [928] = "2,32.3,33.5|1,64.6,74.0",
  62. }

^ I have to verify some of them locations in game, as I'm not sure on some of the locations.. It would be no good to have an anvil listed as neutral when it is in a horde/alliance town...
__________________
I still say a church steeple with a lightning rod on top shows a lack of confidence. Doug McLeod



Last edited by JimJoBlue : 05-05-13 at 09:30 AM.