View Single Post
05-14-13, 07:49 AM   #20
JimJoBlue
An Onyxian Warder
 
JimJoBlue's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2012
Posts: 362
Had no internet over the weekend... So I've not had chance to work on this.. here's the next installment though..

EngineeringTrainer.lua

Lua Code:
  1. Nx.GuideData["Engineering Trainer"] = {
  2.      ["Mode"] = 32,
  3.      [4] = "2,52.2,40.8",
  4.      [9] = "0,61.2,32.6",
  5.      [11] = "0,68.4,69.2",
  6.      [27] = "1,57.2,48.6",
  7.      [34] = "1,77.4,48.6",
  8.      [35] = "1,42.8,10.0",
  9.      [42] = "1,50.6,20.6",
  10.      [141] = "1,64.6,50.4",
  11.      [161] = "0,52.2,28.2|0,51.6,30.2",
  12.      [301] = "1,62.8,32",
  13.      [321] = "2,36.6,86.5|2,56.8,56.6",
  14.      [341] = "1,68.4,43.6",
  15.      [362] = "2,36.8,59.6",
  16.      [381] = "1,49.6,32.6",
  17.      [382] = "2,76.1,74.1",
  18.      [465] = "2,54.78,38.52|1,55.72,65.61",
  19.      [467] = "2,34.0,50.8|1,68.6,50.2",
  20.      [473] = "2,29.2,28.6|1,36.6,55.0",
  21.      [474] = "1,49.4,52.0",
  22.      [467] = "1,68.65,50.22|2,34.03,50.94",
  23.      [471] = "1,54.2,92.9",
  24.      [473] = "1,36.7,54.8|2,29.2,28.5",
  25.      [479] = "0,32.48,66.79",
  26.      [480] = "2,77,41.1",
  27.      [481] = "0,37.6,31.6|0,43.6,65.2",
  28.      [486] = "2,42.6,53.6|1,57.6,72.2",
  29.      [491] = "1,59.69,64.07|2,78.4,30.06",
  30.      [492] = "0,72.2,20.8",
  31.      [504] = "0,38.5,25.8",
  32.      [673] = "0,43.0,72.0",
  33.      [728] = "1,57.74,72.22|2,42.63,53.71",
  34.      [807] = "0,16,83",
  35.      [903] = "2,60.34,44.12",
  36. }

*edit fixed.. missed a ,
__________________
I still say a church steeple with a lightning rod on top shows a lack of confidence. Doug McLeod



Last edited by JimJoBlue : 05-14-13 at 12:51 PM.