Thread Tools Display Modes
10-29-22, 01:36 PM   #1
Trastirra
A Murloc Raider
Join Date: Aug 2012
Posts: 5
New Carbonite maps release seems to be working

To whoever is responsible for the working version of Carbonite Maps, released today on CurseForge, THANK YOU!!!
  Reply With Quote
11-06-22, 08:09 AM   #2
TightwadTheMage
A Deviate Faerie Dragon
Join Date: Jul 2018
Posts: 11
cant use route gathering, breaks the addon

its working fine, until you try to use the route gathering. its not working at all, and when trying to use it, the "tom tom" arrow thing is frozen pointing dead ahead, the merged minimap starts acting all weird, and everything seems to break.
  Reply With Quote
11-20-22, 03:24 AM   #3
Ebmor
A Murloc Raider
Join Date: Oct 2014
Posts: 9
Modify NxUI.lua (add "tonumber" to functions "Nx.Util_str2rgba" and "Nx.Util_str2rgb"):

Code:
  function Nx.Util_str2rgba (colors)
    local arr = { Nx.Split("|",colors) }
    return tonumber(arr[1]), tonumber(arr[2]), tonumber(arr[3]), tonumber(arr[4])
  end

  function Nx.Util_str2rgb (colors)
    local arr = { Nx.Split("|",colors) }
    return tonumber(arr[1]), tonumber(arr[2]), tonumber(arr[3])
  end

Last edited by Ebmor : 11-20-22 at 03:27 AM.
  Reply With Quote
11-23-22, 11:00 AM   #4
TightwadTheMage
A Deviate Faerie Dragon
Join Date: Jul 2018
Posts: 11
OMG thank you so much, that part of it is working again, but now whenever i am trying to use the addon "Farmer" and i turn on the farmer radar thing, the radar is locked onto the carbonite map, and i am getting the following:

770x Carbonite/NxUI.lua:560: attempt to compare nil with number
[string "@Carbonite/NxUI.lua"]:560: in function `Util_IsMouseOver'
[string "@Carbonite/NxMap.lua"]:3966: in function <Carbonite/NxMap.lua:3905>

Locals:
frm = Minimap {
0 = <userdata>
OnLeave = <function> defined @FrameXML/Minimap.lua:186
OnMouseWheel = <function> defined @FrameXML/Minimap.lua:73
OnLoad = <function> defined @FrameXML/Minimap.lua:52
ZoomOut = Button {
}
OnEvent = <function> defined @FrameXML/Minimap.lua:151
NxMap = <table> {
}
defaultFramePoints = <table> {
}
ZoomIn = Button {
}
timer = 0
ZoomHitArea = Frame {
}
OnClick = <function> defined @FrameXML/Minimap.lua:60
OnEnter = <function> defined @FrameXML/Minimap.lua:180
}
x = 1254.400146
y = 150.755539
left = nil
right = nil
(*temporary) = Minimap {
0 = <userdata>
OnLeave = <function> defined @FrameXML/Minimap.lua:186
OnMouseWheel = <function> defined @FrameXML/Minimap.lua:73
OnLoad = <function> defined @FrameXML/Minimap.lua:52
ZoomOut = Button {
}
OnEvent = <function> defined @FrameXML/Minimap.lua:151
NxMap = <table> {
}
defaultFramePoints = <table> {
}
ZoomIn = Button {
}
timer = 0
ZoomHitArea = Frame {
}
OnClick = <function> defined @FrameXML/Minimap.lua:60
OnEnter = <function> defined @FrameXML/Minimap.lua:180
}
(*temporary) = <userdata>
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to compare nil with number"




anyone have any idea what could be causing this? Farmer appears to be updated to 10.0.2, and the error is apparently coming from some issue between Carbonite and the new default minimap coding.
  Reply With Quote

WoWInterface » Featured Projects » Carbonite » Carbonite: Maps (Main AddOn) » New Carbonite maps release seems to be working

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