View Single Post
09-29-13, 09:46 AM   #1
JimJoBlue
An Onyxian Warder
 
JimJoBlue's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2012
Posts: 362
Timeless Isle Rares- Notes edition

Well, I'm not sure where to post this, So I'll post it here.

I've been looking at the notes module and I have written the first addition to the notes.

This is the Timeless isle Rare locations..

To get this working, Create a new file in "AddOns\Carbonite.Notes.Sample" and name it "TimelessRares.lua"

Then paste the contents of this below in the file you just made:~

Lua Code:
  1. Nx.Notes:AddonNote("Timeless Isle - Rares","Dread Ship",1,951,26.0,22.6)
  2. Nx.Notes:AddonNote("Timeless Isle - Rares","Karkanos",1,951,34.2,83.7)
  3. Nx.Notes:AddonNote("Timeless Isle - Rares","Rattleskew",1,951,34.2,83.7)
  4. Nx.Notes:AddonNote("Timeless Isle - Rares","Stinkbraid",1,951,71.4,81.4)
  5. Nx.Notes:AddonNote("Timeless Isle - Rares","Zesqua",1,951,47.2,88)
  6. Nx.Notes:AddonNote("Timeless Isle - Rares","Bufo",1,951,66.8,65.2)
  7. Nx.Notes:AddonNote("Timeless Isle - Rares","Bufo",1,951,65.2,74.6)
  8. Nx.Notes:AddonNote("Timeless Isle - Rares","Chelon",1,951,25,36)
  9. Nx.Notes:AddonNote("Timeless Isle - Rares","Furyshell",1,951,24.6,70)
  10. Nx.Notes:AddonNote("Timeless Isle - Rares","Furyshell",1,951,21,42.2)
  11. Nx.Notes:AddonNote("Timeless Isle - Rares","Spineclaw",1,951,25.4,75.2)
  12. Nx.Notes:AddonNote("Timeless Isle - Rares","Spineclaw",1,951,65.6,78.4)
  13. Nx.Notes:AddonNote("Timeless Isle - Rares","Cranegnasher",1,951,44,70)
  14. Nx.Notes:AddonNote("Timeless Isle - Rares","Gu'chi",1,951,40.5,82.6)
  15. Nx.Notes:AddonNote("Timeless Isle - Rares","Imperial Python",1,951,30.6,36.6)
  16. Nx.Notes:AddonNote("Timeless Isle - Rares","Imperial Python",1,951,25.8,46.4)
  17. Nx.Notes:AddonNote("Timeless Isle - Rares","Zhu-Gon",1,951,37.6,77.6)
  18. Nx.Notes:AddonNote("Timeless Isle - Rares","Golganarr",1,951,62.5,61.5)
  19. Nx.Notes:AddonNote("Timeless Isle - Rares","Spelurk",1,951,59.6,48.6)
  20. Nx.Notes:AddonNote("Timeless Isle - Rares","Tsavo'ka",1,951,54.2,42.6)
  21. Nx.Notes:AddonNote("Timeless Isle - Rares","Rock Moss",1,951,43.6,30.6)
  22. Nx.Notes:AddonNote("Timeless Isle - Rares","Spirit of Jadefire",1,951,46.6,32.8)
  23. Nx.Notes:AddonNote("Timeless Isle - Rares","Jakur",1,951,53,82.6)
  24. Nx.Notes:AddonNote("Timeless Isle - Rares","Watcher Osu",1,951,57.2,77.6)
  25. Nx.Notes:AddonNote("Timeless Isle - Rares","Champion Black Flame",1,951,60.4,49.6)
  26. Nx.Notes:AddonNote("Timeless Isle - Rares","Champion Black Flame",1,951,64.8,42.4)
  27. Nx.Notes:AddonNote("Timeless Isle - Rares","Cinderfall",1,951,54.2,53.4)
  28. Nx.Notes:AddonNote("Timeless Isle - Rares","Huolon",1,951,66.7,58.3)
  29. Nx.Notes:AddonNote("Timeless Isle - Rares","Leafmender",1,951,67.6,44)
  30. Nx.Notes:AddonNote("Timeless Isle - Rares","Archiereus of Flame",1,951,49.7,22.2)
  31. Nx.Notes:AddonNote("Timeless Isle - Rares","Flintlord Gairan",1,951,41,27.8)
  32. Nx.Notes:AddonNote("Timeless Isle - Rares","Flintlord Gairan",1,951,47.8,38.8)
  33. Nx.Notes:AddonNote("Timeless Isle - Rares","Garnia",1,951,64.8,27.2)
  34. Nx.Notes:AddonNote("Timeless Isle - Rares","Urdur the Cauterizer",1,951,44.6,25.6)

After this you have to list the new .LUA in the Carbonite.Notes.Sample.toc - Open this with notepad++ and add to the bottom the name of the .LUA file you have just made. E.G. TimelessRares.lua

All done.
__________________
I still say a church steeple with a lightning rod on top shows a lack of confidence. Doug McLeod



Last edited by JimJoBlue : 09-29-13 at 09:50 AM.