WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Carbonite: Maps (Main AddOn) (https://www.wowinterface.com/forums/forumdisplay.php?f=119)
-   -   New Carbonite maps release seems to be working (https://www.wowinterface.com/forums/showthread.php?t=59295)

Trastirra 10-29-22 01:36 PM

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!!!

TightwadTheMage 11-06-22 08:09 AM

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.

Ebmor 11-20-22 03:24 AM

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


TightwadTheMage 11-23-22 11:00 AM

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.


All times are GMT -6. The time now is 07:57 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI