View Single Post
05-04-13, 10:41 AM   #5
JimJoBlue
An Onyxian Warder
 
JimJoBlue's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2012
Posts: 362
I've downloaded the beta-a10 and started working on the guide files.
Very easy to understand now, IF I am doing it right lol...

On that note, I think I have completed the "Alchemy Trainer.lua" Could you check it for me?

Lua Code:
  1. Nx.GuideData["Alchemy Trainer"] = {
  2.      ["Mode"] = 32,
  3.      [4] = "2,55.4,74.0",
  4.      [20] = "2,59.6,52.0",
  5.      [24] = "2,49.0,66.2",
  6.      [30] = "1,39.8,48.6",   
  7.      [35] = "1,37.0,49.2",
  8.      [38] = "2,49.8,56.0",
  9.      [41] = "1,57.0,53.0",
  10.      [43] = "1,49.8,65.8",
  11.      [121] = "1,46.6,42.8",
  12.      [141] = "1,64.0,47.6",  
  13.      [301] = "1,55.7,86.1",
  14.      [321] = "2,55.7,45.8",
  15.      [341] = "1,66.6,55.6",  
  16.      [362] = "2,46.6,33.2",
  17.      [381] = "1,53.9,38.5",
  18.      [382] = "2,47.8,73.4",
  19.      [462] = "2,38.2,72.6",  
  20.      [464] = "1,48.4,51.6",
  21.      [465] = "2,52.28,36.47|1,53.8,65.83",
  22.      [471] = "1,27.8,60.3",
  23.      [480] = "2,66.7,16.8",
  24.      [481] = "0,45.6,21.5|0,38.6,71.8|0,39.2,29.4",
  25.      [486] = "2,41.8,54.2|1,57.8,71.8",
  26.      [488] = "2,76.88,62.09|2,36.2,48.83",
  27.      [491] = "1,58.35,62.22|2,78.75,28.53",  
  28.      [492] = "0,71.6,21.0",
  29.      [504] = "0,42.6,32",
  30.      [673] = "0,42.6,74.8",
  31.      [806] = "0,46.5,46.0",    
  32.      [858] = "0,55.5,35.2",
  33. }

If that is correct I'll get to work on the other files...

*edit oh I could make it all organised and stuff too.. at the moment I'm just writing it as it comes up in wowhead..
__________________
I still say a church steeple with a lightning rod on top shows a lack of confidence. Doug McLeod



Last edited by JimJoBlue : 10-07-13 at 01:18 PM.