Results: 215Comments by: cokedrivers
File: Neav UI01-29-11
Re: Re: When Leaveing Battlegrounds
Posted By: cokedrivers
Originally posted by ballagarba I was under the impression that was an old problem fixed via an update in oUF itself, you sure you using the latest edit? Just ran a BG to test and got no errors when people started leaving after it was finished. And should probably be the same when doing dungeons, and haven't had any problems there...
File: nMainbar01-25-11
Pet Actionbar
Posted By: cokedrivers
if you are like me and use the default actionbars instead of the small one then you will notice your pets actionbar is over near your tooltip. To center it above your actionsbars insert the following code into your nMainbar.lua file around line 72. -- ------------------------------------------- -- move pet bar to center a...
File: Neav UI01-18-11
When Leaveing Battlegrounds
Posted By: cokedrivers
when group members leave the BG i get the following error code. Message: Interface\AddOns\oUF_Neav\oUF_NeavTags.lua:62: bad argument #5 to 'format' (string expected, got nil) Time: 01/18/11 17:03:09 Count: 2 Stack: : ? : in function `format' Interface\AddOns\oUF_Neav\oUF_NeavTags.lua:62: in function `?' Interface\AddOns\oUF\...
File: Neav UI12-03-10
Re: Re: Re: Re: nChat
Posted By: cokedrivers
Originally posted by badness Thanks alot, any idea how to remove the shaded backdrop when you highlight or mouseover the chat-tab or chatbox (i already set the background to transparent) Also the URL seems to not be working, i get an error when ever i click one. not sure but the nChat I use is a older version of Neav Ui but...
File: Neav UI12-03-10
Originally posted by ballagarba @...
Posted By: cokedrivers
Originally posted by ballagarba @badness: Updated the URL copy script. @cokedriver: I actually added a copy chat function, just right-click on the chat tab and click "Copy chat contents". When you said that you did some tweaking to the eclipse/holy bar, I had a look at it myself and it looks to me like the default strata is...
File: Neav UI12-02-10
Eclipse, Pallypower Bars
Posted By: cokedrivers
I was tryign to figure out how to get the Eclipse and Pally Power Bars to look more how they do on the blizzard Default frames so what i had to do was add a SetStrata("BACKGROUND") to the already provided code from Vranx over on the oUF_Neav addon page. Below is the current code i am using with a screen shot of the Eclipse bar....
File: Neav UI12-02-10
Re: Re: nChat
Posted By: cokedrivers
Originally posted by badness How do i get the the chat to show player-names by class colour? Thats a blizzard default goto your chat settings right click the chat tab and then check all the class color boxes.
File: Neav UI12-01-10
nChat
Posted By: cokedrivers
i use to use Tukui and in tukui was a mouseover link for the chat. i have been able to add it to nChat by adding the following code to the bottom of the nChat.lua file. --mouseover item link in chat local orig1, orig2 = {}, {} local GameTooltip = GameTooltip local linktypes = {item = true, enchant = true, spell = true, q...
File: oUF_Neav11-29-10
This is from the Neav UI section on...
Posted By: cokedrivers
This is from the Neav UI section on WowInterface. Originally posted by ballagarba I have silently been working on fixes for Neav UI on a git repository of mine, was going to wait until I had ironed all issues presented with 4.0.1. But you can follow it here, it's pretty much complete. Only issue left has to with the quest blo...
File: nMainbar11-29-10
This is from the Neav UI section he...
Posted By: cokedrivers
This is from the Neav UI section here. Originally posted by ballagarba I have silently been working on fixes for Neav UI on a git repository of mine, was going to wait until I had ironed all issues presented with 4.0.1. But you can follow it here, it's pretty much complete. Only issue left has to with the quest blob thingie o...
File: Aurora11-22-10
Hello was looking into adding this...
Posted By: cokedrivers
Hello was looking into adding this to the UI i use right now (kinda a mix of everyones UI on Tukui) and i use classcolor borders and was wondering how I would go about making the Aurora borders match the class im using. in my Tukui/config/media.lua file at the bottom i have tha follwing code to make the borders all classcolored: loc...
File: AuctionLite11-15-10
Originally posted by Tonyleila Hi...
Posted By: cokedrivers
Originally posted by Tonyleila Hi, i use v1.7.1 on German Cient and have an issue with selling items. If the addon is Active it doesn't matter if i use the Bizzard Auction Tap or the Addons Action Tap i get this problem: for example i want so sell "Frostweave Cloth" (Froststoff) and i type in 8g 99s 0c for sell i press OK and th...
File: Neav UI11-07-10
was wondering why my Battlenet toas...
Posted By: cokedrivers
was wondering why my Battlenet toast frame was not lining up and it was cause it was not moved so here is what I did to move it. Add the fallowing to your chat.lua and it will line it up with your chat so it not off screen if you dont use the up and down arrows. -- move BN toast frame above chat border BNToastFrame:HookScript...
File: Neav UI11-01-10
Was getting a .lua error everytime...
Posted By: cokedrivers
Was getting a .lua error everytime i tried to use my scroll on the minimap so here is the fix: nMinimap.lua line 85 Replace Minimap:EnableMouseWheel(true) Minimap:SetScript('OnMouseWheel', function() if (arg1 > 0) then Minimap_ZoomIn() else Minimap_ZoomOut() end end) With Minimap:EnableMous...
File: MuchMoreMunch10-15-10
Conjured Food
Posted By: cokedrivers
im a 67 Mage and the conjure refreshments which gives me the conjured lollipop and its not showing in the mALLHP or the mALLMP also i am using v.1.3.1
File: Neav UI08-16-10
Re: Raid frame question
Posted By: cokedrivers
Originally posted by leo12534 Love the UI Neal, thanks for working so hard on it. I need some help removing the raid frames from showing up at all, i can't seem to find the command anywhere (it's probably me doing something wrong). thanks for the help in advance All you should have to do is find the oUF_NeavRaid.lua in your...
File: Neav UI08-16-10
Originally posted by ogu Hi, I...
Posted By: cokedrivers
Originally posted by ogu Hi, Is there a way to make the party frames show like in the previous version? They used to show in the oUF_Neav Player and Target style, in a line down the left side of the screen, with Dungeon role icons. After updating the party frames show, but they're in a Grid-like style. Thanks for any assist...
File: Neav UI08-01-10
Lazy People autoSell and autoRepair
Posted By: cokedrivers
This code will make it so when you goto a repair merchant it will autoSell grey items and autoRepair your toon and inventory. Open nCore and add the fallowing code to the bottom of the file: -- AutoRepair and AutoSell Grey items local db = { autoRepair = true, autoSell = true, } local fx = CreateFrame("Frame") fx:S...
File: Neav UI08-01-10
Moving WatchFrame
Posted By: cokedrivers
For those of you that like to move your WatchFrame and want a simple code here is one... 1st) find nCore and locate the fallowing code: local a, b, c, d, e = RaidFrameNotInRaidRaidBrowserButton:GetPoint() RaidFrameNotInRaidRaidBrowserButton:SetPoint(a, b, c, d, e - 25) 2nd) after the above code paste the following code: loc...
File: Neav UI07-27-10
Originally posted by Zeronic How...
Posted By: cokedrivers
Originally posted by Zeronic How do you get that good looking border around your chatbox? Thanks in advance. If you look in the nChat.lua scroll down untill you see: CreateBorder(ChatFrame1EditBox, 11, 1, 1, 1, -2, -1, -2, -1, -2, -1, -2, -1) Above this code add the following code: CreateBorder(ChatFrame1, 11, 5, 5,...
File: Neav UI07-23-10
Re: Change number of addons displayed - nMinimap clock mouseover
Posted By: cokedrivers
Originally posted by Toran Trying to lower the number of addons displayed upon hovering over the minimap clock to 20. Found this blob of code in nMinmap_Clock.lua: local entry local total = 0 local addons = {} local gradient = {0, 1, 0, 1, 1, 0, 1, 0, 0} for index = 1, GetNumAddO...
File: Neav UI07-22-10
Originally posted by Neal What?...
Posted By: cokedrivers
Originally posted by Neal What? Sorry but I do not know what you mean exactly .. To better show what I'm talking about on the Chat Conversation issue here are some screen shots. Normal Chat Border and Tabs. http://img375.imageshack.us/img375/3797/normalchat.th.jpg Problem chat Tab (Conversation Tab) http://img257.ima...
File: Neav UI07-19-10
Anyone tried the New Conversation o...
Posted By: cokedrivers
Anyone tried the New Conversation option out, the Chat box doesnt match the default nChat style anyway to make this match. other then that great Ui neal
File: Neav UI07-05-10
Originally posted by janangler Th...
Posted By: cokedrivers
Originally posted by janangler Thanks for the update :) One question regarding nchat. Is it possible to hide the editbox and only show it when chatting in IM mode (similar to the classic mode)? i think this is a Blizz issue in the social tab there is a selection to choose IM Style or Classic take a look there. You might have...
File: Neav UI07-04-10
To add a Target: to your tool tip...
Posted By: cokedrivers
To add a Target: to your tool tip right above the health bar enter the following code at line 205 if UnitExists(unit.."target") and unit~="player" then local r, g, b = 0, 1, 0 -- green color for friends local text = "" if(UnitIsEnemy("player", unit.."target")) then r, g, b = 1, 0, 0 -- red color for enemies...