Results: 318Comments by: MysticalOS
File: Tidy Plates03-30-13
The Hub functions turn off the even...
Posted By: MysticalOS
The Hub functions turn off the event watchers when the widgets are disabled. Obviously, that only applies to the stock themes. I did a quick search through Threat Plates, and could not find those Disable functions; If you've got TPTP installed, the watchers will be active, regardless of the widget preference. ah, well then, i gues...
File: Tidy Plates03-29-13
testing that now, no issues, well t...
Posted By: MysticalOS
testing that now, no issues, well this did come up in LFR though 1x TidyPlates-6.9.5\TidyPlatesSpellCastMonitor.lua:50: bad argument #2 to "strsplit" (string expected, got nil) TidyPlates-6.9.5\TidyPlatesSpellCastMonitor.lua:50: in function TidyPlates-6.9.5\TidyPlates...
File: Tidy Plates03-28-13
is it possible to optimize tidy pla...
Posted By: MysticalOS
is it possible to optimize tidy plates to not consume cpu/memory on hidden/disabled nameplates? we use a kite strategy on heroic tortos and by end of fight anyone running tidyplates is at like 3fps, but other name plate mods are fine and dandy, even blizzard default nameplates. it's just tidyplates that's a cpu hog. one of our tanks...
File: Tidy Plates03-18-13
Re: Re: Help !
Posted By: MysticalOS
the raid icon icon problem is finally gone, but the flickering is still there, where nameplates flicker off then on again briefly here and there.
File: Deadly Boss Mods03-12-13
Is there a reason the "Run away lit...
Posted By: MysticalOS
Is there a reason the "Run away little girl" audio was removed? I've been used to hearing that since WotLK and I really would rather have that than any other warning noise. :/ it's still there, and still used in same places it always was, in places you ACTUALLy run away. following warnings will use run away sound Orbs you have...
File: Tidy Plates03-09-13
getting the same kind of thing with...
Posted By: MysticalOS
getting the same kind of thing with Threatplates as well, the raid mark symbols appear above some of the nameplates but dissapear when you target it (the actual nameplate still functions though) same, new version is spamming raid icons that aren't even there. no lua errors, and there is no actual icon set on target, tidy plates just...
File: Tidy Plates02-08-13
6.9b3 is giving a lot of missing na...
Posted By: MysticalOS
6.9b3 is giving a lot of missing nameplate situations. example, vermin on my farm never have nameplates when they spawn. Are they missing because the Blizz client isn't creating them? all i know is they worked on 6.8.x, but not 6.9. so far, it seems to be only farm stuff that is broken, other name plates aren't missing.
File: Tidy Plates02-07-13
6.9b3 is giving a lot of missing na...
Posted By: MysticalOS
6.9b3 is giving a lot of missing nameplate situations. example, vermin on my farm never have nameplates when they spawn.
File: Tidy Plates02-04-13
on 6.9b2 1x TidyPlatesWidgets\...
Posted By: MysticalOS
on 6.9b2 1x TidyPlatesWidgets\Tanks.lua:70: "for" limit must be a number TidyPlatesWidgets\Tanks.lua:70: in function Locals:
File: Ara Broker Guild Friends01-05-13
Why does the guild list have a rogu...
Posted By: MysticalOS
Why does the guild list have a rogue separate bar? It goes through the middle of my first guildie who is online. It's been there forever. no idea what you are referring to.
File: Tidy Plates01-02-13
TAPPED mobs now are a unit.reaction...
Posted By: MysticalOS
TAPPED mobs now are a unit.reaction member. No way to tell between tapped friendlies and tapped enemies (this does occasionally happen). I will make the Reaction colors configurable within the Hub UI in the near future. worst change ever. pretty much 100% of tapped mobs now have no nameplates at all. soon as a mob is tapped bye by...
File: Threat Plates12-13-12
Re: Re: Classcolor and Classicon bug [MONK]
Posted By: MysticalOS
Can you please add the following to all your usages of StaticPopupDialog preferredIndex = STATICPOPUP_NUMDIALOGS, the more mods that do this the better wow is for it. This GREATLY reduces the chance of tainting the glyph/talent UI. STATICPOPUP_NUMDIALOGS essencially = 4. During wrath most authors put 3 and during wrath it he...
File: Threat Plates11-12-12
actually the problem on amber shape...
Posted By: MysticalOS
actually the problem on amber shaper is it marks your ENTIRE raid as hostile when you enter a vehicle on fight, so you just get hostile name plates for 25 raid members, all their pet, totems, and guardians. and then a bunch of boss adds other constucts and two boss targets to boot. point being. you have about 50 nameplates on screen...
File: Threat Plates11-12-12
I cannot figure out where tidy plat...
Posted By: MysticalOS
I cannot figure out where tidy plates threat plates actually saves the settings for Hiding options but i can't find where to actually call them in another mod. For example. amber shaper unsok is a royal bitch to do with "show normal" enabled so i want to code an option into dbm where if threat plates is installed, the mod can have...
File: Ara Broker Guild Friends10-23-12
Re: Re: Re: number of guild members online
Posted By: MysticalOS
Hi, in the title? (not sure what its called, its the bit that's visible when your not hovering a mouse over it) it says x/y on-line, is it possible to filter this to only show the people who are not using remote chat? or maybe x/y/z as in x on remote chat / y in the game / z in total? i'm going to wait til 5.1 they are adding so...
File: Ara Broker Guild Friends10-13-12
Re: number of guild members online
Posted By: MysticalOS
Hi, in the title? (not sure what its called, its the bit that's visible when your not hovering a mouse over it) it says x/y on-line, is it possible to filter this to only show the people who are not using remote chat? or maybe x/y/z as in x on remote chat / y in the game / z in total? i'm going to wait til 5.1 they are adding so...
File: Ara Broker Guild Friends09-14-12
that code doesn't work either. it's...
Posted By: MysticalOS
that code doesn't work either. it's pretty much what i tried, it just returns the same person over and over local function SetToastData( index, inGroup ) local toast, bc, color = toasts for index = 1, BNGetNumFriends() do -- information about one friend/toon is returned local presenceID, presenceName, battleTag, isBattleT...
File: Ara Broker Guild Friends09-13-12
@MysticalOS BNGetFriendInfo return...
Posted By: MysticalOS
@MysticalOS BNGetFriendInfo returns information about your friend and one character they are currently logged into. If your friend is only logged into one character, then BNGetFriendToonInfo isn't terribly useful, but if they are logged into more than one character, it's the only way to get information about the additional character...
File: Ara Broker Guild Friends09-12-12
Would it be possible to show all th...
Posted By: MysticalOS
Would it be possible to show all the characters of people with multiple WoW accounts under one battle.net account who happened to be logged in simultaneously? I ran into an issue tonight where a friend was online on two different toons, but I could only see one in the drop down. When I opened the social pane and hovered over their na...
File: Ara Broker Guild Friends09-07-12
One feature I've seen on other simi...
Posted By: MysticalOS
One feature I've seen on other similar mods, is to change a character's 'zone' to Mobile if they're on the mobile app. I normally find Zone the most useful sorting criteria so I can see which raid members are in the zone or not. It would make it easy to sort out the mobile people in my head. (Or sort the mobile people 2nd regardl...
File: Ara Broker Guild Friends09-01-12
A fix for grouped icons. line 80...
Posted By: MysticalOS
A fix for grouped icons. line 804 change from inGroup = GetNumGroupMembers()>0 and UnitInRaid or GetNumSubgroupMembers()>0 and UnitInParty or nil to inGroup = IsInRaid() and UnitInRaid or UnitInParty I found issue btw Green tiles appear in config. http://i.imgur.com/ev2M4.jpg bah, totally missed that, i should ha...
File: Ara Broker Guild Friends08-31-12
@MysticalOS Why are checking the f...
Posted By: MysticalOS
@MysticalOS Why are checking the faction return from BNGetToonInfo() as if it were a string? AFAIK, it should still be a number. API BNGetToonInfo - 6th return (faction): http://www.mysticalos.com/images/MoP/BNGetToonInfo.jpg it's returning only a string, it being a number is WHY it wasn't working, i dumped the value in game. I...
File: Ara Broker Guild Friends08-31-12
For some reason they changed the or...
Posted By: MysticalOS
For some reason they changed the order of the icons in the texture. http://i.imgur.com/0eDkK.png Alliance is now from 0.03 to 0.47 Horde is now from 0.53 to 0.97 toast.faction:SetTexCoord( faction == 1 and 0.53 or 0.03, faction == 1 and 0.97 or 0.47, 0.03, 0.97 ) hmm, this makes them all alliance icons, heh actually t...
File: Ara Broker Guild Friends08-31-12
thanks for that, i'll add those fix...
Posted By: MysticalOS
thanks for that, i'll add those fixes now any idea why everyone has a horde icon? it seems to detection faction correctly. it knows the chars are alliance, it just doesn't display alliance icon anymore :(
File: Ara Broker Guild Friends08-29-12
Re: Re: Re: Re: Live 5.0.4
Posted By: MysticalOS
When I try to whisper someone on my friends list who is a battle.net friend (realid OR battletag) it treats it as an ingame name, and says that person doesn't exist. Just thought I'd give a heads up. no idea, works for me, possibly using a conflicting chat mod not updated, such as an old prat or wim? I enabled minimal addons("...