View Single Post
05-14-13, 10:12 AM   #22
JimJoBlue
An Onyxian Warder
 
JimJoBlue's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2012
Posts: 362
Note to self.. Check out [807] = "0,54.0,65.8", in Valley of the Four Winds to confirm location
*special npc for pandaland "fish of the day" unlimited fishing pool spawns* link

FishingTrainer.lua

Lua Code:
  1. Nx.GuideData["Fishing Trainer"] = {
  2.      ["Mode"] = 32,
  3.      [4] = "2,57.2,77.0",
  4.      [9] = "2,44.8,60.0",
  5.      [20] = "2,67.2,51.0",
  6.      [26] = "2,80.4,81.4",
  7.      [30] = "1,47.6,62.2",
  8.      [35] = "1,40.6,39.6",
  9.      [36] = "1,26.0,46.6",
  10.      [40] = "1,8.0,58.6",
  11.      [41] = "1,54.0,89.8",
  12.      [43] = "2,10.8,33.8",
  13.      [101] = "0,22.6,72.6",
  14.      [121] = "1,45.2,41.4",
  15.      [141] = "1,69.2,51.8",
  16.      [301] = "1,54.8,69.6",
  17.      [321] = "2,66.6,41.6|2,35.0,67.6",
  18.      [341] = "1,48.6,9.0",
  19.      [362] = "2,56.6,47.4",
  20.      [381] = "1,48.8,61.0",
  21.      [382] = "2,80.8,41.4",
  22.      [464] = "1,61.0,54.2",
  23.      [471] = "1,31.6,14.8",
  24.      [476] = "0,78.0,66.0|2,32.2,49.6",
  25.      [480] = "2,76.8,68.4",
  26.      [486] = "2,41.8,54.6|1,57.8,71.6",
  27.      [491] = "2,79.6,27.2|1,60.2,64.0",
  28.      [504] = "0,52.4,64.6",
  29.      [545] = "1,63.6,95.0",
  30.      [673] = "0,41.6,73.4",
  31.      [807] = "0,58.9,46.9",
  32.      [823] = "0,52.6,88.6",
  33.      [895] = "1,62.2,38.2",
  34. }

*edited the [807] co-ords..
__________________
I still say a church steeple with a lightning rod on top shows a lack of confidence. Doug McLeod



Last edited by JimJoBlue : 05-16-13 at 11:58 AM.