Download
(2MB)
Download
Updated: 03-16-11 04:51 AM
Pictures
File Info
Updated:03-16-11 04:51 AM
Created:10-29-10 07:11 AM
Downloads:6,095
Favorites:10
MD5:

PlazmaUI(TukuiEdit)  Popular! (More than 5000 hits)

Version: 4.0.6.6
by: Plazma [More]

PlazmaUI(TukuiEdit)

This is a small and decent Tukui modification.

For any Questions or Support use only my thread on Tukz Board

WoW Version: 4.0.6
Classes: All

Resolution: Only for 1680 x 1050

How to install?

-> First Copy your own Interface and WTF folder in a other place.
-> Go in the WTF folder and rename YOURACCOUNTNAME and YOURREALM.
-> Load Profiles from Plazma (Omen, Recount, EavesDrop).
-> Login and have fun.
-> Select DPS / Heal Layout

Ingame Commands

-> /uihelp

Addons:

-> DBM
-> EavesDrop
-> Omen
-> Recount
-> Tukui_ClassTimer
-> Tukui_Addon_Menu

Credits to:

-> Tukz Fugg Syne Elv22 Hydra
-> Tukui-Community
-> Tukui

16.03.2011 Some Fixes Boss Frames/Watch Frame/Action Bars/GM Ticket/Chat do a clean install
16.02.2011 Added Boss Frame Percentage
14.02.2011 4.0.6.2 Update
13.02.2011 406 Update
26.01.2011 some lua errors fixed
15.01.2011 some minor fixes
14.01.2011 Update
12.01.2011 General Update and fix some small shit
10.11.2010 Edited Heal Raid Frames Group and Player display
19.11.2010 Added Player Frame Focustarget debuffs
25.11.2010 4.0.3 a Update
27.11.2010 4.0.3 a Update Addon Profile
Optional Files (0)


Post A Reply Comment Options
Unread 11-29-11, 08:17 PM  
Cosmicbrain
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Hei Plazma

deinen Post hier hab ich es zu verdanken da sich mir ein eigenes Panel machen kontne genau da hin wo ich es wollte und dank dem Guide hier: http://www.tukui.org/forums/topic.php?id=1392

mach ich es jetzt zu ne box für DataText leide rwurde grade die Serve für Patch 4.3 runter gefahren so da sich nicht weiter komme aber echt nochmal danke für deine posts hier

hast du evtl nen link zu nem Deutschen Guide für lua??

greetz

Cosmicbrain
Report comment to moderator  
Reply With Quote
Unread 06-30-11, 01:22 AM  
Ailana
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Re: update?

Originally posted by Calligrapher
Sup Plazma,

are you going to update your edit of tukui?
Hey, I guess he's not going to update it since he told me that he stopped playing.

til 4.2 it worked pretty fine. now there's the bottom row, that is not displayed anymore. does anyone else know how to fix it?

I just love this edit
__________________
That's what she said!
Last edited by Ailana : 07-01-11 at 12:00 PM.
Report comment to moderator  
Reply With Quote
Unread 05-30-11, 08:54 AM  
Calligrapher
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
update?

Sup Plazma,

are you going to update your edit of tukui?
Report comment to moderator  
Reply With Quote
Unread 02-18-11, 05:02 AM  
Ailana
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Re: Re: Config

Originally posted by Plazma
thats a extra addon maybe i add this in the next update
Awesome!
__________________
That's what she said!
Report comment to moderator  
Reply With Quote
Unread 02-17-11, 04:12 PM  
Plazma
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 12
Uploads: 1
Re: Config

Originally posted by Ailana
hey buddy, it's me again
is it possible to reactivate the ingame config again in your last update 4.0.6.2?
I already tried to copy the old on, but that doesn't work. Thanks for ya help
thats a extra addon maybe i add this in the next update
Report comment to moderator  
Reply With Quote
Unread 02-17-11, 06:11 AM  
Ailana
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Exclamation Config

hey buddy, it's me again
is it possible to reactivate the ingame config again in your last update 4.0.6.2?
I already tried to copy the old on, but that doesn't work. Thanks for ya help
Report comment to moderator  
Reply With Quote
Unread 02-16-11, 07:32 PM  
sad312
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
thank you
Report comment to moderator  
Reply With Quote
Unread 02-16-11, 06:01 PM  
Plazma
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 12
Uploads: 1
Originally posted by sad312
problem

fixed. Question though...How do i remove the righteous fury icon that pops up on the top?
jow open tukui/tukuiedits/selbufs.lua

remove

},
PALADIN = {
25780, -- Righteous Fury

and

if TukuiCF["unitframes"].enable ~= true or TukuiDB.myclass ~= "PALADIN" then return end
local spid = 25780
local _, _, icon = GetSpellInfo(spid)
local RighteousFury = CreateFrame("Frame", _, UIParent)
TukuiDB.CreatePanel(RighteousFury, TukuiDB.Scale(40), TukuiDB.Scale(40), "CENTER", UIParent, "CENTER", 0, 100)

RighteousFury.icon = RighteousFury:CreateTexture(nil,"ARTWORK")
RighteousFury.icon:SetTexture(icon)
RighteousFury.icon:SetPoint("center",RighteousFury,"center",0,0)
RighteousFury.icon:SetWidth(TukuiDB.Scale(36))
RighteousFury.icon:SetHeight(TukuiDB.Scale(36))
RighteousFury.icon:SetTexCoord(.08, .92, .08, .92)

local function RighteousFuryCheck(self, event, unit, spell)
local activeSpec = GetActiveTalentGroup()
local id, name, description, iconTexture, pointsSpent, background, previewPointsSpent, isUnlocked = GetTalentTabInfo( activeSpec, Partycheck, false, 2 )

if UnitLevel("player") >= 16 then
if not UnitBuff("player", (GetSpellInfo(spid))) and not UnitInVehicle("player") and (pointsSpent > 10) then
self:Show()
else
self:Hide()
end
else
self:Hide()
end
end

RighteousFury:SetScript("OnEvent", RighteousFuryCheck)
RighteousFury:RegisterEvent("ACTIVE_TALENT_GROUP_CHANGED")
RighteousFury:RegisterEvent("UNIT_AURA")
RighteousFury:RegisterEvent("PLAYER_ENTERING_WORLD")
RighteousFury:RegisterEvent("PLAYER_REGEN_ENABLED")
RighteousFury:RegisterEvent("PLAYER_REGEN_DISABLED")
Report comment to moderator  
Reply With Quote
Unread 02-16-11, 02:13 PM  
sad312
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
problem

fixed. Question though...How do i remove the righteous fury icon that pops up on the top?
Last edited by sad312 : 02-16-11 at 02:30 PM.
Report comment to moderator  
Reply With Quote
Unread 02-16-11, 02:05 PM  
sad312
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Thank you
Report comment to moderator  
Reply With Quote
Unread 02-13-11, 08:02 PM  
Harrynutz
A Murloc Raider

Forum posts: 8
File comments: 31
Uploads: 0
wtb 1600x900 -.-
Report comment to moderator  
Reply With Quote
Unread 02-10-11, 08:37 PM  
sad312
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Yay Plazma
Report comment to moderator  
Reply With Quote
Unread 02-09-11, 06:50 PM  
Plazma
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 12
Uploads: 1
update

-
Last edited by Plazma : 02-15-11 at 08:01 PM.
Report comment to moderator  
Reply With Quote
Unread 02-02-11, 06:28 PM  
Plazma
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 12
Uploads: 1
Originally posted by Ailana
hallo plazma.
erstmal vielen dank fürs sharen des interfaces. gute arbeit.
ich hab da nur ein anliegen. ist es möglich, das man die bars so ändert, das sich nicht die unterste leiste ändert, wenn man in einem fahrzeug sitzt, sondern die zweite von oben? habs auf der TukUI HP gefunden, funktioniert leider nicht bei deinem edit. wär nett wenn du mir dabei helfen könntest.
vielen dank im voraus und weiter so...

mfg
war paar tage hier nicht hier sorry.

Da muss ich leider passen hab mich damit auch nicht wirklich bisher beschäftigt. Müsstest du evtl mal direkt im Forum nachfragen, da ich jetz in den bar luas auf die schnelle auch nix sehe.

btw weiß moment nicht wie es nun wird wenn v13 released wurde ob ich das hier noch weiter update oder direkt auf v13 umsteige.

Hello,

I have recently downloaded your version of Tukui. It's great. But I'm having problems with the omen, recount, pally power and eaves drop mods. I can't seem to find where to load the plazma profiles. Any help would be greatly appreciated.
rename my name "Plazma" to yours and you will finde all Profiles!

\WTF\Account\YOURACCOUNTNAME\YOURSERVERNAME\Plazma

the Profiles all here

\WTF\Account\YOURACCOUNTNAME\YOURSERVERNAME\Plazma\SavedVariables
Last edited by Plazma : 02-02-11 at 06:34 PM.
Report comment to moderator  
Reply With Quote
Unread 02-02-11, 05:28 PM  
Ailana
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Re: Profiles

Originally posted by Ayre
Hello,

I have recently downloaded your version of Tukui. It's great. But I'm having problems with the omen, recount, pally power and eaves drop mods. I can't seem to find where to load the plazma profiles. Any help would be greatly appreciated.
I guess you deleted his originally char in the WTF Folder or you renamed it. Leave it as it is (just rename ACCOUNT/REALM but not his Character). Log in with you char and they should be available in profiles.

Cheers, Ailana
Last edited by Ailana : 02-02-11 at 05:29 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: