View Single Post
03-08-14, 07:59 PM   #9
Rythal
Featured Artist
Featured
Join Date: Aug 2012
Posts: 1,458
5.4.2 Alpha 2
This update is mostly for adding further ways for other addons to work with Carbonite
- New Global Variable - IS_BACKGROUND_WORLD_CACHING
-- If this variable is set, Large quantity of rapid map swaps is occurring within Carbonite.
-- Highly suggested addons that do a lot of things inside WORLD_MAP_UPDATE check for this variable as it means the map updates that are coming in are not real ones.
-- Gets unset as soon as Carbonite is done with it's map swaps

- New Function - Nx.MapAddIcon(mapid, x, y, tooltip, texture)
-- Can also be used (mapid, x, y, tooltip, texture, tex x1, tex y1, tex x2, tex y2) if part of the texture only is needed
-- Adds a new point of interest to the carbonite map (both large and small views)

- New Button on Quest Watch Window
-- Third icon (arrow) swaps between carbonite view, and a custom view

- New Function - Nx.Quest.Watch:ClearCustom()
-- Clears the custom view of the watch window

- New Function - Nx.Quest.Watch:AddCustom(text)
-- Adds a new line of text to the custom view of the watch window