Results: 110Comments by: Sasenna
File: SasUI11-29-11
// ==== FAQ: ==== \\ Black Bars:...
Posted By: Sasenna
// ==== FAQ: ==== \\ Black Bars: 1. rFov is turned on. 2. To disable. a. Hit esc. b. Goto Interface. c. Click the AddOns tab. d. Click the plus to the right of SasUI. e. Click rFov. f. Uncheck Enable. h. Click Save. hi, just a short question .. how do i remove those black bars at top- and bottom screen? thanks
File: SasUI11-27-11
Sorry for taking so long to respond...
Posted By: Sasenna
Sorry for taking so long to respond, working 60 hour weeks atm. Are you running any other addons with this? I run several others but have not encountered the problem you are having. I do not get to play much either so maybe I just never noticed it. If you could post a screen shot or video of it occurring I can try to figure out w...
File: Roth UI (Diablo)11-11-11
Vertical Party Frames: 1. Open Wor...
Posted By: Sasenna
Vertical Party Frames: 1. Open World of Warcraft\Interface\AddOns\oUF_Diablo\units\party.lua 2. Find --------------------------------------------- -- SPAWN PARTY UNIT --------------------------------------------- if cfg.units.party.show then oUF:RegisterStyle("diablo:party", createStyle) oUF:SetActiveStyle(...
File: SasUI11-10-11
Re: error
Posted By: Sasenna
Thanks for point this out, updated UI to fix this problem. ~Sas i get this error every time I log in or switch form with my druid. } e = "UPDATE_SHAPESHIFT_FORM" (*temporary) = nil (*temporary) = { __owner = oUF_DiabloPlayerFrame { } glow = { } PostUpdate = defined @Interface\Add...
File: SasUI11-10-11
I can only make the Totem bar move...
Posted By: Sasenna
I can only make the Totem bar move Left or Right, the Up or Down position does not want to change. I had the same problem with the RightActionBar as well. Only way I fixed this was to rewrite and recreate the 2 bars instead of reusing blizzards code. I believe the problem is I cannot seem to override the original parent of those f...
File: SasUI10-20-11
Originally posted by Gorunnus Hey...
Posted By: Sasenna
Originally posted by Gorunnus Heya Sas, You can try using some skinning addon and build your textures around it? I know that ElvUI have all skinned, so you can look in theirs pack to figure it out how they do it, im not big fan of skinning menus, it just eats up your mem, and you gain nothing from it. Hmm, you may hate my ne...
File: SasUI10-20-11
Originally posted by Gorunnus Als...
Posted By: Sasenna
Originally posted by Gorunnus Also, on clean install of current version Sas Diablo UI switching between Orb and bar display isnt working, i tried to look in to it, but im more occupied on bar display. Its nowhere near finish, but im working on it :D Again, thank you to Roth and you Sas for creating this wonderful addon and mo...
File: SasUI10-19-11
Under Development
Posted By: Sasenna
Preview of to come. So long as I have time. :( Party http://i229.photobucket.com/albums/ee12/Sasenna/WoW%20Art%20UI/User%20Interface/Sas%20Diablo/Under%20Development/th_Party-1.jpg Menus http://i229.photobucket.com/albums/ee12/Sasenna/WoW%20Art%20UI/User%20Interface/Sas%20Diablo/Under%20Development/th_Menu.jpg If anyone kn...
File: SasUI10-19-11
Originally posted by Gorunnus Hey...
Posted By: Sasenna
Originally posted by Gorunnus Heya Sas, I have been using Roth UI for more than a year, but i switched to SAS Diablo just recently. First i must say, GREAT WORK! I really like it how you redesign Roth UI and how u placed everything. Now, im doing some edits, but i would like to ask you for help if you dont mind. 1. How can...
File: Roth UI (Diablo)10-12-11
Originally posted by Typhùs06 yea...
Posted By: Sasenna
Originally posted by Typhùs06 yeah already tried but didn't work .... I don't understand why on your screenshots it fits correctly and not in my ui ... The bossframe can be moved as Roth has already stated by using /diablo unlockunits. There is also a second way to move it, however this method cannot be done inside the ga...
File: Roth UI (Diablo)10-12-11
Re: Boss health bar
Posted By: Sasenna
Originally posted by Typhùs06 P.S love the new nameplates (will we still see the difference between a mage and his images ?) That is already built into blizzard default. 1. Hit ESC. 2. Goto Interface 3. Goto Names 4. Under Unit Nameplates 5. Check Enemy Units 6. Uncheck Pets/Guardians/Totems Mages images are coded a...
File: SasUI09-22-11
Re: buff & debuff size
Posted By: Sasenna
Tamazuru, If you only want that to occur your priest I recommend looking at the included addons, rFilter3 and SpellID. rFilter3 has the ability to show buffs or debuffs for 1 character or class at a time. The one included has examples of a Deathknight and Warlock configuration. To modify rFilter3: 1. Open rFilter3 folder....
File: SasUI09-18-11
Re: Re: Unitframe Icon
Posted By: Sasenna
samvx, I am going to try and answer you, hopefully I am understanding correctly. I included in this one rFilter3 with my code changes to it. Meaning it will show slowing icons over the target and slow debuffs over the player frame. Each one is for the respected frame it is over. Also DK/Warlock both will have icons between the fra...
File: SasUI09-18-11
Sorry about the wait.
Posted By: Sasenna
I did not have internet for the past 3 months, therefore was unable to update the addon set. It has been updated to WoW Patch 4.2.2. A couple changes/additions have been made. 1. Player pet frame has now been moved to just above the player frame, centered on the Topleft of the frame. 2. Orbs can now be toggled on or off....
File: Roth UI (Diablo)06-17-11
Nice Job with the new animation. Ma...
Posted By: Sasenna
Nice Job with the new animation. Made a short video just doing 2 quests with the UI. Note: My WoW account has been inactive for around 3-4 months now, been playing Rift, so used a trial account. Video: Rogue May do the others classes as well, more animations. Can only do the original WoW races and classes tho. Also found...
File: SasUI04-08-11
In theory that should work. Good Lu...
Posted By: Sasenna
In theory that should work. Good Luck on it. Also --actionbar background if player_class == "PALADIN" then local createArtwork = function(self) local t = self:CreateTexture(nil,"BACKGROUND",nil,-8) t:SetAllPoints(self) t:SetTexture("Interface\\AddOns\\rTextures\\targethui") elseif player_class == "WARRI...
File: SasUI04-08-11
Check out rFilter3. It has the c...
Posted By: Sasenna
Check out rFilter3. It has the capability to shift based on Toon name/class. For oUF_Diablo you would need to add to the top of wherever place change is needed. local player_name, _ = UnitName("player") local _, player_class = UnitClass("player") Above the area that needs to be changed add --actionbar background if...
File: SasUI04-02-11
Re: awesome UI
Posted By: Sasenna
FPS Lag: 1. Open World of Warcraft folder. 2. Open WTF\Account\ACCOUNTNAME\SavedVariables 3. Delete tullaRange and tullaRange.lua.bak 4. Restart Game *Must be done while game is NOT loaded.* ~Sas Originally posted by pquale Used Roth UI for a long time now, but im tierd of it. And this one looks great, but i still got m...
File: Roth UI (Diablo)03-24-11
Scale the UI: In-Game 1. Hit esc...
Posted By: Sasenna
Scale the UI: In-Game 1. Hit esc 2. Video Tab 3. Advanced Tab 4. Check UC Scale 5. Move Slider ( Left = Smaller, Right = Larger ) ~Sas Originally posted by Vengence98 The UI was awesome but it was really small on 1680x1050 screen resolution, Please make a uprage the addon to make it really good on 1680x1050 screen resolut...
File: SasUI03-24-11
Re: Portraits.
Posted By: Sasenna
Unit Frames: 1. Open World of Warcraft/Interface/AddOns/oUF_Diablo folder. 2. Open config.lua Player Unit Frames: 1. Find -- PLAYER 2. Find and Change pos = { a1 = "BOTTOM", a2 = "BOTTOM", af = "UIParent", x = -186, y = 155 }, 3. Portrait. Find and Change portrait = { pos = { a1 = "BOTTOM", a2 = "BOTTOM", af...
File: SasUI03-24-11
Target Buffs: 1. Open World of War...
Posted By: Sasenna
Target Buffs: 1. Open World of Warcraft/Interface/AddOns/oUF_Diablo folder. 2. Open config.lua 3. Find -- TARGET 4. Find and change auras = { show = true, size = 20, onlyShowPlayerBuffs = false, onlyShowPlayerDebuffs = false, showDebuffType = false, buffs = { pos =...
File: Roth UI (Diablo)03-18-11
Re: Re: lua-help
Posted By: Sasenna
Originally posted by zork You want to display a target portrait? I don't get it. Try to explain that a bit more / screenshot or sth. I think what he saying, is he wants the target's portrait to be anchored to the target. That way whenever the target frame is moved the portrait comes with it. ~Sas
File: Roth UI (Diablo)02-14-11
Re: changing ORB Colour
Posted By: Sasenna
Originally posted by Moerac Hi, I have just started using Roth UI Diablo and find it very cool. I have reading and looking thru heaps of info to change stuff but can't find anything to change orb color which from what I have read is class specific. Some instruction on it pls and grats on a very cool UI. Orb Colors 1. Open Wor...
File: rFov02-13-11
Border Color Changes
Posted By: Sasenna
Seems to be a Dx11 issue. Seems that some caves and building cause the border colors to change from black to different color. Undercity changes it to a blue color. http://i229.photobucket.com/albums/ee12/Sasenna/WoW%20Art%20UI/User%20Interface/Sas%20Diablo/Outdated/WoWScrnShot_021411_001710.jpg Brill's inn causes it to beco...
File: SasUI02-13-11
Re: a barproblem
Posted By: Sasenna
Originally posted by Desmodis at first exuse me for my english, but i ve used it not wery often in the last 35 years - i`m 47 - but i try to explain my problem. i want to have two bars on the grount, above the xp bar. And ive done the so you told it in the thread from 31.1.11. But with a Hunter/warlock theres the petbar under...