View Single Post
05-05-13, 09:24 AM   #11
JimJoBlue
An Onyxian Warder
 
JimJoBlue's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2012
Posts: 362
banker.lua is complete

Lua Code:
  1. Nx.GuideData["Banker"] = {
  2.      ["Mode"] = 32,
  3.      [11] = "0,68.4,71.2",
  4.      [141] = "1,67.8,48.2",
  5.      [161] = "0,52.2,29.6",
  6.      [281] = "0,59.8,49.0",
  7.      [301] = "1,64.7,28.7|1,62.8,78.3",
  8.      [321] = "2,48.9,82.9|2,67.6,51.9|2,39.9,46.3|2,38.5,78.8|2,33.1,64.6",
  9.      [341] = "1,35,61.4",
  10.      [362] = "2,46.6,58.7",
  11.      [381] = "1,43.7,51.1",
  12.      [382] = "2,66,44.1",
  13.      [471] = "1,47.5,44",
  14.      [479] = "0,32.8,68.0",
  15.      [480] = "2,66.5,77.9|2,89.7,45.9",
  16.      [481] = "0,48.8,29|0,59.2,60.6",
  17.      [504] = "0,52.8,18|0,44,77",
  18.      [545] = "1,37.4,63.2|1,59.0,92.8",
  19.      [673] = "0,40.1,72.5",
  20. }
*edited the banker.lua
I've not included the shrine of seven stars or two moons as the co-ords are not correct on wowhead..
I'll have to get them when I am in game next..

barber.lua is complete
lua Code:
  1. Nx.GuideData["Barber"] = {
  2.      ["Mode"] = 32,
  3.      [301] = "1,61.2,64.4",
  4.      [321] = "2,40.2,60.4",
  5.      [341] = "1,25.8,51",
  6.      [382] = "2,70.4,46.4",
  7.      [479] = "0,31.0,66.8",
  8.      [504] = "0,51.4,32.4",
  9. }
Gonna take a break and do some more tomorrow
__________________
I still say a church steeple with a lightning rod on top shows a lack of confidence. Doug McLeod



Last edited by JimJoBlue : 05-07-13 at 08:04 PM. Reason: r2 of banker.lua