View Single Post
07-07-16, 10:16 AM   #1
Thrumbar
A Chromatic Dragonspawn
Join Date: Jan 2005
Posts: 157
Nx.Quest inquiry

Was going through the NxQuest.lua and cam across this. Should the be 1, 25 do as the limit was raised to 25 some time ago ???



2995 function Nx.Quest:CalcWatchColors()
2996
2997 -- Nx.QLocColors = { 1,0,0, "QuestWatchR", 0,1,0, "QuestWatchG", .2,.2,1, "QuestWatchB" }
2998
2999 local opts = self.GOpts
3000
3001 local colors = {}
3002 self.QLocColors = colors
3003
3004 local a = Nx.Util_str2a (Nx.qdb.profile.Quest.MapWatchAreaAlpha)
3005
3006 local colMax = Nx.qdb.profile.Quest.MapWatchColorCnt
3007 local colI = 1
3008
3009 for n = 1, 15 do

4624 for n = 1, 15 do

6753 for ln = 1, 15 do

7075 for n = 1, 15 do

7158 for n = 1, 15 do

7497 for n = 1, 15 do

9677 for objn = 1, 15 do


Thrumbar

Last edited by Thrumbar : 07-07-16 at 10:19 AM.
  Reply With Quote