Thread Tools Display Modes
05-03-13, 10:08 AM   #1
JimJoBlue
An Onyxian Warder
 
JimJoBlue's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2012
Posts: 362
Adding to the POI database, a few questions.

I'm editing the original post here to explain a little about this thread and to help others if they want to add this to the beta.
The files are located in the Carbonite\Data\Guides folder.
If you want to add it yourself just open the files up with notepad++ and copy, paste away..

If you want to help (Or you think I'm going too slow, lol) Rythal has made it super easy...

I'll break down one of the entry's for you...

[465] = "1,54.2,62.6|2,54.2,41.6",
[465] = "1,54.2,62.6|2,54.2,41.6",

Zone/Map Id, Get this from Carbonite\Data\Zones.lua
Affiliation 0 for Neutral, 1 for Alliance and 2 for Horde.
Co-ord - Get this either in game or from Wowhead..
Next NPC If in the same map.




Original post:~
I'm sitting here trying to figure out If I can contribute to the database in some way and I've been looking at the Guide.lua file in the data folder. With the hope I can add to it.

Alot of Byte code in there, but at the end I see there is flight master data that I can understand.

["N,6,810,74.42,81.42"]="Gao-Ran Battlefront, Townlong Steppes", Is an example

Just for clarification, is the above ["(faction alignment),(continent),(zone ID),(horizontal co-ord),(height co-ord)"]="(Info displayed in carb), (info title displayed in carb)",
^is this correct?

My other question is could I write the data and hand it to you Rythal to implement in to Carb
e.g ~Under the Warrior trainer section for the trainer in Exodar.

["A,1,471,55.00,83.04"]="Warrior Trainer, Ahonan", (next entry .etc)

^ Is that format correct?



If I am on the right track here I'll start writing the missing parts and the parts in byte code from wowhead and put it in a text file or post it here for implementation into the addon. Slow I know but I want to help..
If I'm wrong, a kind shove in the right direction would be appreciated.
__________________
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 11:27 AM.
 
05-03-13, 12:59 PM   #2
Rythal
Featured Artist
Featured
Join Date: Aug 2012
Posts: 1,458
The entire format has been changed moving forward.... and will be 100x easier to do what your looking at doing, which was why I did it :P

the old format is all that bytecode you saw...
new format is 20+ seperate files, each one dealing with specific things like mailbox or warriortrainer and the format of the file is no more byte code...

[blizzard areaid] = faction,x_loc,y_loc|faction,x_loc,y_loc

Everything in the guide has been changed over to this (except flight masters, but even that's using a semi-new layout to eliminate unneeded stuff)

["faction,mapid,x,y"]="npcname"

I really should release the new alpha instead of working on new things and breaking stuff again.... Maybe i'll release it tonight and just not include the new stuff.... was working on creating the the first actual new feature to carbonite in years.... mostly cuz it's something I wanted for myself, and it's something many guildies have complained they wished they had.

Was keeping quiet until it was done but working on adding weekly tracker, so you can easily bring up a carbonite screen and see which alts have done which world boss and, which looted cache key. Nothing major, but definitely useful.

I do need to update gathernodes still, and when I do... hopefully carbonite.nodes will be no more as i'm going to implement importing gathererdb, and gathermate2_db so people have an option which database to use. I just need to seek out and obtain permission to actually do it before I move forward on it.
 
05-03-13, 03:02 PM   #3
JimJoBlue
An Onyxian Warder
 
JimJoBlue's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2012
Posts: 362
OOOhhhhhh new features! Sounds like a good one too..

So in your unreleased version of carb the guide has been split into individual files with the new format?
Is the database populated with data yet? Or do you still need that done?
__________________
I still say a church steeple with a lightning rod on top shows a lack of confidence. Doug McLeod


 
05-03-13, 04:24 PM   #4
Rythal
Featured Artist
Featured
Join Date: Aug 2012
Posts: 1,458
it's populated with whatever was known to this point, I converted the bytecode that was there into my new format, so i'm sure there is a lot missing or in the wrong place as the vast majority of it was from before cata, along with a couple from MoP's launch.

And yes it's all split so all anvils are in anvils.lua, druid trainers in druidtrainers.lua etc.
 
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.
 
05-04-13, 10:47 AM   #6
Rythal
Featured Artist
Featured
Join Date: Aug 2012
Posts: 1,458
it looks correct not sure on the faction one, should be 0 for neutral, 1 for alliance, 2 for horde.. not sure if your found that already or if wowhead happened to display it the same way.
 
05-04-13, 11:56 AM   #7
JimJoBlue
An Onyxian Warder
 
JimJoBlue's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2012
Posts: 362
Originally Posted by Rythal View Post
it looks correct not sure on the faction one, should be 0 for neutral, 1 for alliance, 2 for horde.. not sure if your found that already or if wowhead happened to display it the same way.
Yep, that's what I thought

I'll get to work on the other parts of the guide and post them when done.. Is what I put above an acceptable way of posting it to you?
__________________
I still say a church steeple with a lightning rod on top shows a lack of confidence. Doug McLeod


 
05-05-13, 07:22 AM   #8
JimJoBlue
An Onyxian Warder
 
JimJoBlue's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2012
Posts: 362
Archaeologytrainer.lua is complete.

Lua Code:
  1. Nx.GuideData["Archaeology Trainer"] = {
  2.      ["Mode"] = 32,
  3.      [42] = "1,50.6,20.6",
  4.      [141] = "1,66.2,45.2",
  5.      [301] = "1,85.8,25.9",
  6.      [321] = "2,49,70.6",
  7.      [341] = "1,75.6,11.1",
  8.      [362] = "2,75,28.1",
  9.      [381] = "1,42.6,83.3",
  10.      [382] = "2,75.4,37.7",
  11.      [465] = "1,53.6,65.8|2,52.4,36.0",
  12.      [471] = "1,33.6,66.4",
  13.      [480] = "2,81.5,63.9",
  14.      [481] = "0,62.7,70.3",
  15.      [486] = "1,57.6,71.6|2,41.2,53.8",
  16.      [491] = "1,58.2,62.4|2,79.4,29.2",
  17.      [504] = "0,48.4,38.2",
  18.      [809] = "2,57.2,78.6",
  19.      [811] = "0,83.5,31|2,21.0,15.2",
  20.      [928] = "2,33.8,33.6",
  21. }
__________________
I still say a church steeple with a lightning rod on top shows a lack of confidence. Doug McLeod


 
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.
 
05-05-13, 08:54 AM   #10
JimJoBlue
An Onyxian Warder
 
JimJoBlue's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2012
Posts: 362
Auctioneer.lua is complete

Lua Code:
  1. Nx.GuideData["Auctioneer"] = {
  2.      ["Mode"] = 32,
  3.      [161] = "0,51.8,30.4",
  4.      [281] = "0,59.8,49.2",
  5.      [301] = "1,60.6,32.2|1,61.0,71.6",
  6.      [321] = "2,66.7,36.7|2,54.0,73.4|2,37.6,78.0|2,41.6,48.6|2,33.0,65.0",
  7.      [341] = "1,24.9,73.7",
  8.      [362] = "2,39.0,51.6",
  9.      [381] = "1,55,58.5",
  10.      [382] = "2,68.6,36.6|2,64.0,52.2|2,68.2,51.4|2,64.0,36.0",
  11.      [471] = "1,62.3,56.2",
  12.      [480] = "2,60.6,61.6|2,92.5,58.3",
  13.      [481] = "0,51.2,27.2|0,57.6,62.6",
  14.      [673] = "0,43.0,71.4",
  15.      [504] = "0,38.8,25.2|1,38.0,54.6",
  16.      [903] = "2,59.6,43.2",
  17.      [905] = "1,57.4,50.8",
  18. }
__________________
I still say a church steeple with a lightning rod on top shows a lack of confidence. Doug McLeod


 
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
 
05-06-13, 01:43 PM   #12
JimJoBlue
An Onyxian Warder
 
JimJoBlue's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2012
Posts: 362
BlacksmithingTrainer.lua is complete

Lua Code:
  1. Nx.GuideData["Blacksmithing Trainer"] = {
  2.      ["Mode"] = 32,
  3.      [4] = "2,52.0,40.6",
  4.      [11] = "2,48.2,56.2",
  5.      [21] = "2,42.8,40.8",
  6.      [27] = "1,52.4,50.22",
  7.      [30] = "1,41.6,65.6",
  8.      [34] = "1,74.0,48.6",
  9.      [42] = "1,50.8,19.2",
  10.      [141] = "1,64.6,50.0",
  11.      [301] = "1,63.6,37|1,43.8,59.8|1,64.4,48.6",
  12.      [321] = "2,40.6,50.2|2,35.9,82.8|2,75.7,34.6",
  13.      [341] = "1,50.2,43.1",
  14.      [362] = "2,39.4,55.1",
  15.      [382] = "2,61.3,30.6",
  16.      [462] = "2,59.6,62.6",
  17.      [463] = "0,44.0,70.8",
  18.      [464] = "1,46.4,71.0",
  19.      [465] = "2,53.13,38.16|1,56.73,63.59|1,51.23,60.15",
  20.      [471] = "1,60.5,89.9",
  21.      [473] = "2,29.63,31.53",
  22.      [480] = "2,79.4,38.7",
  23.      [481] = "0,37.6,31.6|0,69.8,42.4|0,43.6,65.2",
  24.      [486] = "2,40.74,55.31|1,57.16,66.6",
  25.      [488] = "2,75.9,63.26|2,36.6,47.19",
  26.      [491] = "1,59.59,63.79|2,79.28,28.97",
  27.      [492] = "0,71.8,20.8",
  28.      [495] = "1,28.85,74.96",
  29.      [504] = "0,45.3,27.7",
  30.      [806] = "0,48.4,36.8",
  31.      [811] = "0,21.6,72.2",
  32. }
__________________
I still say a church steeple with a lightning rod on top shows a lack of confidence. Doug McLeod


 
05-06-13, 02:22 PM   #13
JimJoBlue
An Onyxian Warder
 
JimJoBlue's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2012
Posts: 362
CookingTrainer.lua

Lua Code:
  1. Nx.GuideData["Cooking Trainer"] = {
  2.      ["Mode"] = 32,
  3.      [9] = "2,45.6,57.6",
  4.      [11] = "2,55.4,61.2",
  5.      [20] = "2,61.2,52.6",
  6.      [27] = "1,54.6,50.6",
  7.      [30] = "1,44.2,66.0",
  8.      [36] = "1,22.8,40.6",
  9.      [37] = "2,37.2,49.2",
  10.      [41] = "1,56.6,53.6",
  11.      [141] = "1,66.8,45.2",
  12.      [301] = "1,77.3,53.2",
  13.      [321] = "2,39.1,86.1|2,56.2,61.6|2,32.2,69.6",
  14.      [341] = "1,60.1,36.5",
  15.      [362] = "2,50.8,53.1",
  16.      [381] = "1,49.9,36.6",
  17.      [382] = "2,62.2,44.9",
  18.      [463] = "2,48.4,31.0",
  19.      [464] = "1,46.6,70.6",
  20.      [465] = "1,54.0,63.6|2,56.8,37.4",
  21.      [467] = "0,78.6,63.0",
  22.      [471] = "1,55.8,26.8",
  23.      [473] = "1,37.2,58.4",
  24.      [480] = "2,69.6,71.6",
  25.      [481] = "0,62.7,68.2",
  26.      [486] = "2,41.97,54.11|1,57.93,71.54",
  27.      [491] = "1,58.21,62.06|2,78.61,29.49",
  28.      [492] = "0,72.4,20.8",
  29.      [504] = "1,40.5,65.5|2,70,39.1",
  30.      [545] = "1,36.6,65.6",
  31.      [673] = "0,42.6,72.8",
  32.      [806] = "0,46.2,45.4",
  33.      [807] = "0,53.5,51.2|0,53,51.4|0,52.8,51.8|0,52.6,51.5|0,52.6,51.6|0,53.2,51.5|0,53,52",
  34.      [809] = "0,50.6,41.8",
  35. }
__________________
I still say a church steeple with a lightning rod on top shows a lack of confidence. Doug McLeod


 
05-07-13, 04:42 PM   #14
Rythal
Featured Artist
Featured
Join Date: Aug 2012
Posts: 1,458
I encountered an issue last night that came from your list....

The Nexus has 7 bankers? :P so i'm not sure where things went wrong.. what page are you using for the info so I can look to see?
 
05-07-13, 08:02 PM   #15
JimJoBlue
An Onyxian Warder
 
JimJoBlue's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2012
Posts: 362
My bad, it's left over from the previous information that I didn't remove.
*edit, this is why I need someone checking lol
__________________
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:08 PM.
 
05-07-13, 08:22 PM   #16
Rythal
Featured Artist
Featured
Join Date: Aug 2012
Posts: 1,458
that makes sense... it also said there was a few other npcs in the instance, which grew annoying since the icons covered the entire map so I couldn't see where I was going.... I think I need to add the option to turn them off when needed.
 
05-09-13, 06:34 PM   #17
JimJoBlue
An Onyxian Warder
 
JimJoBlue's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2012
Posts: 362
Originally Posted by Rythal View Post
that makes sense... it also said there was a few other npcs in the instance, which grew annoying since the icons covered the entire map so I couldn't see where I was going.... I think I need to add the option to turn them off when needed.
Looks like the other icons were the transmogrifier and voidstorage.. I've removed them from my version and I'll post them when I have processed them properly...

On a side note I have noticed a few trade trainers in instances and I've tried to not include them, but I also kinda get tunnel vision when I concentrate lol. Might have missed one or two..
__________________
I still say a church steeple with a lightning rod on top shows a lack of confidence. Doug McLeod



Last edited by JimJoBlue : 05-09-13 at 07:01 PM.
 
05-09-13, 06:49 PM   #18
JimJoBlue
An Onyxian Warder
 
JimJoBlue's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2012
Posts: 362
DruidTrainer.lua

Lua Code:
  1. Nx.GuideData["Druid Trainer"] = {
  2.      ["Mode"] = 32,
  3.      [4] = "2,53.0,41.6|2,56.2,75.2",
  4.      [9] = "2,48.6,59.0|2,45.2,75.2",
  5.      [11] = "2,49.6,61.2",
  6.      [27] = "1,59.6,34.8",
  7.      [41] = "1,55.6,53.8",
  8.      [42] = "1,50.2,19.6",
  9.      [121] = "2,76.0,42.2",
  10.      [241] = "0,52.4,40.6",
  11.      [301] = "1,57.5,24.9",
  12.      [321] = "2,45.0,51.4|2,35.0,67.6",
  13.      [362] = "2,75.2,29.7",
  14.      [381] = "1,39.8,28||1,49.6,17.2",
  15.      [464] = "1,24.4,54.5",
  16.      [480] = "2,71.6,55.8",
  17.      [481] = "0,59.5,47.5",
  18.      [504] = "2,57.6,24.2|1,37.8,63.4",
  19.      [545] = "1,70.8,39.6",
  20.      [888] = "1,46.6,56.8",
  21.      [891] = "2,57.8,54.0",
  22. }
__________________
I still say a church steeple with a lightning rod on top shows a lack of confidence. Doug McLeod



Last edited by JimJoBlue : 05-09-13 at 07:02 PM.
 
05-09-13, 06:59 PM   #19
JimJoBlue
An Onyxian Warder
 
JimJoBlue's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2012
Posts: 362
EnchantingTrainer.lua

Lua Code:
  1. Nx.GuideData["Enchanting Trainer"] = {
  2.      ["Mode"] = 32,
  3.      [20] = "2,59.8,53.2",
  4.      [30] = "1,64.8,70.6",
  5.      [41] = "1,39.0,30.0",
  6.      [81] = "2,51.8,59.8",
  7.      [121] = "1,46.6,42.8",
  8.      [141] = "1,66.0,49.6",
  9.      [301] = "1,52.9,74.4",
  10.      [321] = "2,53.5,49.5",
  11.      [341] = "1,60.2,45.3",
  12.      [362] = "2,45.3,38.5",
  13.      [381] = "1,56.4,31",
  14.      [382] = "2,61.9,61.4",
  15.      [462] = "2,38.2,72.6",
  16.      [465] = "2,52.34,35.99|1,53.63,66.15",
  17.      [471] = "1,40.7,38.8",
  18.      [479] = "0,44.23,33.66",
  19.      [480] = "2,70,23.6",
  20.      [481] = "0,36.4,44.6|0,43.6,92.4|0,56.2,74.4",
  21.      [486] = "2,41.14,53.94|1,57.59,71.55",
  22.      [491] = "1,58.6,62.72|2,78.69,28.31",
  23.      [492] = "0,73.0,20.6",
  24.      [504] = "0,39,39.8",
  25.      [806] = "0,46.8,42.8",
  26. }
__________________
I still say a church steeple with a lightning rod on top shows a lack of confidence. Doug McLeod



Last edited by JimJoBlue : 05-09-13 at 07:02 PM.
 
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.
 
 

WoWInterface » Featured Projects » Carbonite » Carbonite Archive » Adding to the POI database, a few questions.

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off