Results: 126Comments by: pekaziz
File: Neav UI10-04-10
Do you have any plan to update comp...
Posted By: pekaziz
Do you have any plan to update compilation for cataclysm, Neav?
File: Neav UI07-05-10
Scrolling line issue
Posted By: pekaziz
Thanks for the update Neav :) I know you're still trying to fix a few bugs but I can't figure a difference with the old version. :p It seems like scrolling on chat window moves more lines than usual. Any way to fix this or bring back the old style?
File: Neav UI06-21-10
You need to change the following co...
Posted By: pekaziz
You need to change the following code for your class: if (select(2, UnitClass('player')) == 'DRUID') then CreateIndicators(self, unit) end @Neav, Ifd you're still unsure about the font, check out new message on wowace :p http://www.dafont.com/search.php?psize=m&q=atarian
File: Neav UI06-03-10
I guess (hope actually) Neav is wor...
Posted By: pekaziz
I guess (hope actually) Neav is working on a new UI. :p
File: Neav UI05-24-10
Type "/msbt" and change foreign wor...
Posted By: pekaziz
Type "/msbt" and change foreign words inside Events tab.
File: Neav UI05-23-10
I think you can do that by removing...
Posted By: pekaziz
I think you can do that by removing nCore/modules/errors.lua file.
File: Neav UI05-22-10
You can move focus frame while hold...
Posted By: pekaziz
You can move focus frame while holding shift button. :p
File: Neav UI04-20-10
Is there a way to add mana frame to...
Posted By: pekaziz
Is there a way to add mana frame to raid frames?
File: Neav UI03-03-10
You can try sTotemTimers. http:/...
Posted By: pekaziz
You can try sTotemTimers. http://wow.shantalya.de/images/addons/sTotemTimers.jpg http://wow.shantalya.de/addons/5-sTotemTimers.htm
File: Neav UI03-01-10
Originally posted by yooFluffy Th...
Posted By: pekaziz
Originally posted by yooFluffy This probably the last problem, i can see my raidframes even tho im alone. =/ And in party, i dont need em in a party cause i got original or what to call them, To get rid of party and raid frames when you're alone, open oUF_NeavRaid.lua and change underlined codes as false: raid:SetManyAttribu...
File: Neav UI02-27-10
Adding power bars to raid frames
Posted By: pekaziz
Hello, I'm currently trying to add mana bars on my raid frames but I couldn't succeed yet. local function UpdatePower(self, event, unit, bar, min, max) local _, powerType, altR, altG, altB = UnitPowerType(unit) local unitPower = PowerBarColor if (UnitIsDeadOrGhost(unit) or not UnitIsConnected(unit)) then...
File: oUF_Neav02-19-10
Open oUF_NeavRaid.lua file and find...
Posted By: pekaziz
Open oUF_NeavRaid.lua file and find this line: 'showParty', false, and change it to "true".
File: Neav UI02-05-10
Hello, For Valithria battle, I'...
Posted By: pekaziz
Hello, For Valithria battle, I'm trying to modify my focus frame to see only my hots and buffs. This is the code I'm using: elseif (unit == 'focus') then self.Auras = CreateFrame('Frame', nil, self) self.Auras.size = oUF_Neav.units.target.auraSize + 7 self.Auras:SetHeight(self.Auras.size * 3)...
File: Neav UI02-03-10
Anyone knows an easy way to add man...
Posted By: pekaziz
Anyone knows an easy way to add mana bars to raid frames and some kind of indicator for vehicles?
File: VuhDo01-12-10
Ok, thanks for reply and this great...
Posted By: pekaziz
Ok, thanks for reply and this great addon again. :)
File: VuhDo01-12-10
Re: Re: Debuff opacy
Posted By: pekaziz
Originally posted by Iza Hi, thank you. Do you want to fade debuff icons along with range or a fix opacity? Yes, I want the debuff icons fade when the target is out of my range.
File: VuhDo01-12-10
Debuff opacy
Posted By: pekaziz
Hello, I've started using VuhDo and really like it. Finally I found an addon for my resto druid to replace Grid. However I've a problem with debuff icons according to my range with the target. Is there a way to set opacy to those icons? Thanks. I browsed on google and only found a topic mentioning this issue and you...
File: Neav UI01-10-10
Is there a way to make raid frames...
Posted By: pekaziz
Is there a way to make raid frames show ONLY my hots instead of all druids?
File: oUF AuraWatch01-10-10
Hello, I'm currently trying to s...
Posted By: pekaziz
Hello, I'm currently trying to set up a UI for my resto druid and it's mainly based on Neav UI. I've changed the spell IDs to track my hots but couldn't find a way yet to hide hots casted by other druids. Is there a way to fix this problem? Thanks.
File: Neav UI01-05-10
Thanks for the update Neav! Inst...
Posted By: pekaziz
Thanks for the update Neav! Installing it atm. :)
File: Neav UI01-04-10
Originally posted by Neal Yeay...
Posted By: pekaziz
Originally posted by Neal Yeay my Studio 17 has arrived :) so i think i can upload a new version in a few day's Love you :banana:
File: Neav UI12-22-09
I mean, can't wait to test it :D...
Posted By: pekaziz
I mean, can't wait to test it :D Btw, it is really annoying that nMainbar buttons get above the main map since 3.3. If I minimize the map and resize it again, the problem gones.
File: Neav UI12-22-09
I love you Neav, can't wait to see...
Posted By: pekaziz
I love you Neav, can't wait to see druid mana bar. :)
File: Neav UI12-21-09
Wow, I probably missed that part of...
Posted By: pekaziz
Wow, I probably missed that part of code. After removing paranthesis, it worked! :)
File: Neav UI12-21-09
Originally posted by Aschker I ma...
Posted By: pekaziz
Originally posted by Aschker I made classcoloring work by stealing this from the originall nbuff Is there a way to add class color duration times for the ouf as well?