Go to Page... |
Compatibility: | Shadows of Argus (7.3.0) |
Updated: | 08-29-17 08:10 PM |
Created: | 11-28-12 12:17 AM |
Downloads: | 7,986 |
Favorites: | 22 |
MD5: |
Lozareth's configurable, scriptable Discord Art.
Updates.
7.3.0
local bottom = 30 -- 30 can be adjusted to any number depending on the height of your artwork. self.ViewportOverlay = WorldFrame:CreateTexture(nil, "BACKGROUND") self.ViewportOverlay:SetTexture(0, 0, 0, 1) self.ViewportOverlay:SetPoint("TOPLEFT", UIParent, "TOPLEFT", -1, 1) self.ViewportOverlay:SetPoint("BOTTOMRIGHT", UIParent, "BOTTOMRIGHT", 1, -1) local currentXResolution, currentYResolution = 1900 , 1200 -- Your screen resolution. bottom = (bottom*(currentYResolution/1200)) WorldFrame:SetPoint("TOPLEFT", 0, 0) WorldFrame:SetPoint("BOTTOMRIGHT", 0, (bottom * (2668 / currentYResolution)))
self:RegisterEvent("UPDATE_INVENTORY_DURABILITY") local text = _G["DART_Texture_nn_Text"] if not text.variables then text.variables = {} end text.variables["$co"] = true function self:GetDurability() local t1 = nil local t2 = 0 local t3 = 0 local t5 = 100 local current, full, name, pct local lowestCur,lowestFull = 500,0 for i=1,19 do current, full = GetInventoryItemDurability(i) if current and full then pct = floor(100*current/full + 0.5) if pct < t5 then t5 = pct end if current < lowestCur then lowestCur = current lowestFull = full end t2 = t2 + current t3 = t3 + full end end t4 = format("%d/%d", lowestCur, lowestFull) if t3 == 0 then t1 = "N/A" else t1 = floor(t2 * 100 / t3) end return t1 end
local durability = self:GetDurability() local text = "Armor " .. durability .. "%" if (type(durability) == "number") then if durability > 50 then text = string.format("$coff%2xff00", ((durability > 50) and (255 - 2.55*durability) or (2.55*durability)), durability) .. text else text = string.format("$coffff%2x00", (2.55*durability), durability) .. text end else text = "" end DART_Text(nn, text)
self:RegisterEvent("ZONE_CHANGED_NEW_AREA")
if param == "ZONE_CHANGED_NEW_AREA" then SetMapToCurrentZone() end
local x,y = GetPlayerMapPosition("player") local x = format("%.1f", x*100) local y = format("%.1f", y*100) DART_Text(nn, x .. " " .. y)
local text = _G["DART_Texture_nn_Text"]; text.variables["$co"] = true;
local m = GetMoney() local gold = floor(m/10000) local silver = floor((m - (10000*gold))/100) local copper = m - (10000*gold) - (100*silver) DART_Text(nn, gold .. "g $cofff0f0f0" .. silver .. "s $coffb46d24" .. copper .. "c")
local minutes, hour, minute local t = date("*t", time()) hour = t.hour minute = t.min minutes = (hour*60) + minute if (minutes > 1440) then minutes = minutes - 1440 end minutes = abs(minutes) hour = floor(minutes/60) minute = format("%02d", mod(minutes, 60)) local text if minutes > 719 then if minutes > 779 then hour = floor(minutes/60) - 12 end text = hour .. ":" .. minute .. " pm" else if (hour == 0) then hour = 12 end text = hour .. ":" .. minute .. " am" end DART_Text(nn, text)
self.updateFrequency = 60 self.updatecount = 0
self.updatecount = self.updatecount + 1 if self.updatecount ~= self.updateFrequency then return end self.updatecount = 0 DART_Text(nn, string.format("%0.i",GetFramerate()) .. " fps")
local _,_,latency = GetNetStats() if latency > 500 then DART_TextColor(nn, 1, 0, 0, 1) elseif latency > 200 then DART_TextColor(nn, 1, 1, 0, 1) else DART_TextColor(nn, 0, 1, 0, 1) end DART_Text(nn, latency .. " ms")
File Name |
Version |
Size |
Author |
Date |
7.2.1 |
533kB |
Fizzlemizz |
06-27-17 02:44 PM |
![]() |
Comment Options |
![]() |
||
|
Hi Mechrior, in the /dart window, bottom left, press the "Misc. Options" button. Drop down than "Options Scale" list and select something smaller the currently set.
If the button is off the screen, after typing /dart to make sure the options are loaded, you can type: /run DART_Settings[DART_INDEX].optionsscale = 1; DART_Set_OptionsScale() Were you can change the 1 to 0.7 etc. to make it smaller or 1.2 to make it larger. I'll update the default to %100 in FauxMazzle for the next update. Thank you for the report.
__________________
Fizzlemizz Maintainer of Discord Unit Frames and Discord Art. Author of FauxMazzle and Move Pad Plus.
Last edited by Fizzlemizz : 05-25-16 at 12:17 PM.
|
|
![]() |
![]() |
Fizzlemizz |
View Public Profile |
Send a private message to Fizzlemizz |
Find More Posts by Fizzlemizz |
Add Fizzlemizz to Your Buddy List |
Mechrior |
View Public Profile |
Send a private message to Mechrior |
Find More Posts by Mechrior |
Add Mechrior to Your Buddy List |
![]() |
||
|
Discord Art doesn't actually do or display anything "out of the box". You need to type /dart to open the configuration panel to start adding textures, buttons, texts etc.
__________________
Fizzlemizz Maintainer of Discord Unit Frames and Discord Art. Author of FauxMazzle and Move Pad Plus.
Last edited by Fizzlemizz : 01-19-16 at 10:42 AM.
|
|
![]() |
![]() |
Fizzlemizz |
View Public Profile |
Send a private message to Fizzlemizz |
Find More Posts by Fizzlemizz |
Add Fizzlemizz to Your Buddy List |
![]() |
|
|
I can't seem to get this to load and I've no idea why? I've got everything checked off that needs to be on.
![]() ![]() ![]() ![]() ![]() |
![]() |
![]() |
elals29 |
View Public Profile |
Send a private message to elals29 |
Find More Posts by elals29 |
Add elals29 to Your Buddy List |
![]() |
||
|
Re: Silly Question
Hi Staycee, welcome back to WoW.
There are no cast bars in the picture although I use Quartz but if you are looking for the entire UI including the HUD (which is what I think you are talking about, the bars around the character), that's my take on the old MazzleUI I call FauxMazzle. Discord Art is an addon that let's you create frames to add artwork or buttons etc. to the game which I use to add the backround etc. to FauxMazzle (hence the picture). Have fun ![]()
__________________
Fizzlemizz Maintainer of Discord Unit Frames and Discord Art. Author of FauxMazzle and Move Pad Plus.
Last edited by Fizzlemizz : 03-20-15 at 10:11 AM.
|
|
![]() |
![]() |
Fizzlemizz |
View Public Profile |
Send a private message to Fizzlemizz |
Find More Posts by Fizzlemizz |
Add Fizzlemizz to Your Buddy List |
staycee |
View Public Profile |
Send a private message to staycee |
Find More Posts by staycee |
Add staycee to Your Buddy List |
![]() |
||
|
Re: Re: Re: Older artwork
I did some rumaging at the Wayback Machine and it led me to a few searches that eventually turned up this which might be what you are looking for or at least similar. You'll have to piece it together with DART or KgPanels or ....
The included readme.txt (setup information) should help. I think this is/was just one varient on a theme.
__________________
Fizzlemizz Maintainer of Discord Unit Frames and Discord Art. Author of FauxMazzle and Move Pad Plus.
Last edited by Fizzlemizz : 12-18-14 at 01:37 AM.
|
|
![]() |
![]() |
Fizzlemizz |
View Public Profile |
Send a private message to Fizzlemizz |
Find More Posts by Fizzlemizz |
Add Fizzlemizz to Your Buddy List |
![]() |
|||
A Murloc Raider
Forum posts: 4
File comments: 8
Uploads: 0
|
Re: Re: Older artwork
Do you know who they belonged to or the creators? I need something to search for besides purple shards-lol. My old folder was named DA_Shards...
|
||
![]() |
![]() |
kimdelee |
View Public Profile |
Send a private message to kimdelee |
Find More Posts by kimdelee |
Add kimdelee to Your Buddy List |
drakenvall |
View Public Profile |
Send a private message to drakenvall |
Find More Posts by drakenvall |
Add drakenvall to Your Buddy List |
![]() |
||
|
Re: Older artwork
Hi kimdelee,
Sadly I was never a part of the the Discord Mods or Underworld Nexus sites that hosted Lozareths addons and community colabarations back in the day. I originally revived DUF and DART to get my prefered UI back now I'm also working to make them a "current", viable alternative. Maybe a rummage around in the wayback machine might get you something (it's very flaky and the art may never have been hosted on the site so no guarantees). A computer "fried" does not always mean data lost. Have you tried the drive in another computer? While not being able to be particularly helpful in your specific case, I might cheekily suggest (if you are looking for something different) this ![]() ![]()
__________________
Fizzlemizz Maintainer of Discord Unit Frames and Discord Art. Author of FauxMazzle and Move Pad Plus.
Last edited by Fizzlemizz : 02-13-14 at 01:40 AM.
|
|
![]() |
![]() |
Fizzlemizz |
View Public Profile |
Send a private message to Fizzlemizz |
Find More Posts by Fizzlemizz |
Add Fizzlemizz to Your Buddy List |
![]() |
|
A Murloc Raider
Forum posts: 4
File comments: 8
Uploads: 0
|
Older artwork
I have been looking all over for a purple crystal shards texture set that I think originally came from DART back on 2008. Is this in the older library of textures? My old laptop fried and I dont have my old files anymore. Im getting bored with the custom UI ive used for the last couple years and was debating on going back.
Thanks in advance! ![]() |
![]() |
![]() |
kimdelee |
View Public Profile |
Send a private message to kimdelee |
Find More Posts by kimdelee |
Add kimdelee to Your Buddy List |
![]() |
|
|
Re: CP conditional
Thank you Relira for using DART. Bringing this plus DUF and the DiscordLibrary into 4.x and then 5.x has been interesting
![]() Edit: Removed quick fix as a new version has been uploaded.
__________________
Fizzlemizz Maintainer of Discord Unit Frames and Discord Art. Author of FauxMazzle and Move Pad Plus.
Last edited by Fizzlemizz : 11-24-13 at 10:42 PM.
|
![]() |
![]() |
Fizzlemizz |
View Public Profile |
Send a private message to Fizzlemizz |
Find More Posts by Fizzlemizz |
Add Fizzlemizz to Your Buddy List |
![]() |
|
A Kobold Labourer
Forum posts: 0
File comments: 6
Uploads: 0
|
CP conditional
Getting a bug with the combo point conditional it seems:
Code:
Date: 2013-11-24 16:20:59 ID: 2 Error occured in: Global Count: ∞ Message: ...face\AddOns\DiscordLibrary\DiscordLib_Conditions.lua line 149: Usage: GetComboPoints("unit"[, "target"] Debug: [C]: GetComboPoints() ...face\AddOns\DiscordLibrary\DiscordLib_Conditions.lua:149: ?() DiscordArt\DART_Main.lua:669: DiscordArt\DART_Main.lua:627 Locals: (*temporary) = nil AddOns: Swatter, v5.18.5433 (PassionatePhascogale) Atlas, v1.26.02 AtlasBattlegrounds, v1.26.00 AtlasBurningCrusade, v1.26.00 AtlasCataclysm, v1.26.00 AtlasClassicWoW, v1.26.00 AtlasDungeonLocs, v1.26.00 AtlasOutdoorRaids, v1.26.00 AtlasScenarios, v1.26.00 AtlasTransportation, v1.26.00 AtlasWrathoftheLichKing, v1.26.00 AtlasLootLoader, vv7.07.01 AtlasQuest, v4.8.6 AucAdvanced, v5.18.5433 (PassionatePhascogale) AucFilterBasic, v5.18.5433 (PassionatePhascogale) AucFilterOutlier, v5.18.5433.5347(5.18/embedded) AucMatchUndercut, v5.18.5433.5364(5.18/embedded) AucStatHistogram, v5.18.5433 (PassionatePhascogale) AucStatiLevel, v5.18.5433 (PassionatePhascogale) AucStatPurchased, v5.18.5433 (PassionatePhascogale) AucStatSales, v5.18.5433.5376(5.18/embedded) AucStatSimple, v5.18.5433 (PassionatePhascogale) AucStatStdDev, v5.18.5433 (PassionatePhascogale) AucStatWOWEcon, v5.18.5433.5323(5.18/embedded) AucUtilAHWindowControl, v5.18.5433.5347(5.18/embedded) AucUtilAppraiser, v5.18.5433.5427(5.18/embedded) AucUtilAskPrice, v5.18.5433.5347(5.18/embedded) AucUtilAutoMagic, v5.18.5433.5415(5.18/embedded) AucUtilCompactUI, v5.18.5433.5427(5.18/embedded) AucUtilEasyBuyout, v5.18.5433.5427(5.18/embedded) AucUtilFixAH, v5.18.5433 (PassionatePhascogale) AucUtilItemSuggest, v5.18.5433.5417(5.18/embedded) AucUtilPriceLevel, v5.18.5433.5427(5.18/embedded) AucUtilScanButton, v5.18.5433.5403(5.18/embedded) AucUtilScanFinish, v5.18.5433.5347(5.18/embedded) AucUtilScanProgress, v5.18.5433.4979(5.18/embedded) AucUtilScanStart, v5.18.5433.5347(5.18/embedded) AucUtilSearchUI, v5.18.5433.5373(5.18/embedded) AucUtilSimpleAuction, v5.18.5433.5415(5.18/embedded) AucUtilVendMarkup, v5.18.5433.4828(5.18/embedded) Babylonian, v5.1.DEV.332(/embedded) BagBrother, v Bagnon, v5.4.2 Bartender4, v4.5.13.2 BeanCounter, v5.18.5433 (PassionatePhascogale) BloodShieldTracker, v0.28 Configator, v5.1.DEV.344(/embedded) DBMCore, v DebugLib, v5.1.DEV.337(/embedded) DiscordArt, v5.0.15 DiscordLibrary, v5.1.3 DiscordUnitFrames, v5.1.11 Enchantrix, v5.18.5433 (PassionatePhascogale) EnchantrixBarker, v5.18.5433 (PassionatePhascogale) FBBroker, v1.19m FBOutfitDisplayFrame, v1.2p FBTrackingFrame, v1.2p FishingBuddy, v1.2p3 FramesResized, v2.5.1-58 GatherMate2, v1.27 Informant, v5.18.5433 (PassionatePhascogale) LibExtraTip, v5.12.DEV.355(/embedded) Mapster, v1.5.6.1 Outfitter, v5.9.3 Quartz, v3.1.4 Raven, vr316 Recount, v sct, v6.65 sctd, v6.65 SexyMap, v2.4.12 SlideBar, v5.18.5433 (PassionatePhascogale) Stubby, v5.18.5433 (PassionatePhascogale) TipHelper, v5.12.DEV.351(/embedded) BlizRuntimeLib_enUS v5.4.1.50400 <us> (ck=aba) PS, thank you for updating this archaic behemoth. Left right after cata hit for a long while, got tired of trying to fix my DUF/DART every other patch. Squealed with joy when I saw this was getting updated again! |
![]() |
![]() |
Relira |
View Public Profile |
Send a private message to Relira |
Send email to Relira |
Find More Posts by Relira |
Add Relira to Your Buddy List |
![]() |
||
A Kobold Labourer
Forum posts: 0
File comments: 14
Uploads: 0
|
Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Floored!
Thank you dear, the copy feature is one of my favorite features of the mod. But please don't rush on my account. I completely understand that this is a major process. Btw, I was able to recreate the problem by using the copy option
![]() And as a side issue, I noticed that during editing, the Role Icon does not "hide" when you tell it to. (Under Self category at least) I have not played a role, so I am unsure if it really hides or not when not in editing mode. This seems pretty minor to me.
|
|
![]() |
![]() |
Thadruid |
View Public Profile |
Send a private message to Thadruid |
Send email to Thadruid |
Find More Posts by Thadruid |
Add Thadruid to Your Buddy List |
![]() |
|||
|
Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Floored!
The copy setting needs some work I'll try and get to it today. With all the MoP class changes and addition of boss frames I'll have to double check what is/isn't being copied between the different frames.
__________________
Fizzlemizz Maintainer of Discord Unit Frames and Discord Art. Author of FauxMazzle and Move Pad Plus. |
||
![]() |
![]() |
Fizzlemizz |
View Public Profile |
Send a private message to Fizzlemizz |
Send email to Fizzlemizz |
Find More Posts by Fizzlemizz |
Add Fizzlemizz to Your Buddy List |
![]() |