View Single Post
10-16-13, 01:33 PM   #44
JimJoBlue
An Onyxian Warder
 
JimJoBlue's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2012
Posts: 362
RidingTrainer.lua

Lua Code:
  1. Nx.GuideData["Riding Trainer"] = {
  2.      ["Mode"] = 32,
  3.      [4] = "2,55.2,75.4",
  4.      [9] = "2,47.6,58",
  5.      [20] = "2,61.8,51.8",
  6.      [27] = "1,56.2,46.4|1,71.2,48.4",
  7.      [30] = "1,84.2,65",
  8.      [141] = "1,65.4,51.6",
  9.      [301] = "1,77.4,67.7|1,67.6,18.6",
  10.      [321] = "2,36.5,87|2,61.6,34.8|2,69.8,40.8",
  11.      [381] = "1,42.8,32.9",
  12.      [462] = "2,61.2,54",
  13.      [471] = "1,81.3,52.6",
  14. }

edited* fixed sw trainer. 19/10/13
__________________
I still say a church steeple with a lightning rod on top shows a lack of confidence. Doug McLeod



Last edited by JimJoBlue : 10-19-13 at 07:53 AM.