WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Carbonite Archive (https://www.wowinterface.com/forums/forumdisplay.php?f=158)
-   -   3.3 LFG button hidden when carbonite enabled. (https://www.wowinterface.com/forums/showthread.php?t=28973)

xero 12-08-09 10:29 PM

3.3 LFG button hidden when carbonite enabled.
 
As the post title says, carbonite hides the LFG button when queue'd with the new dungeon finder system and theres no way through the settings to get it to display.

TehMutt 12-08-09 10:59 PM

I thought so, nice to know it wasn't just me. Since dungeons are/were buggy after the patch, the minimap button seems to be the only fix, but you're right, I can't get it to show.

Hiker 12-09-09 12:14 AM

I'm having the same problem... so with Carbonite enabled there's no way to teleport to a dungeon via the "Dungeon Finder". At least not that I can see. If anybody knows a solution please post.

Thanks

holedweller 12-09-09 12:26 AM

De-Merge the MiniMap
 
For some reason, the LFG icon doesn't fall into the Carbonite button menu. So the only way to use the LFG feature is to separate Carbonite from the MiniMap. It will still show up on the MiniMap as long as you don't have it merged, even with the button menu on.

Zaghar 12-09-09 03:36 AM

This new button appears to be part of the blizzard mini map frame and not its own separate button. If someone could figure out the script to "Teleport to and from the instance" you could make a macro for it.

carboniteaddon 12-09-09 04:11 AM

I did 2 runs using the Dungeon finder so far. It asked me to teleport each time. I figured there may be a missing minimap button, but had not looked for it yet.

I fixed it. Will be in next version.

You can hack it yourself in the meantime by searching in Carbonite.lua for
"MiniMapBattlefieldFrame", and adding "MiniMapLFGFrame", after it.

Line end would be >>> "MiniMapBattlefieldFrame","MiniMapLFGFrame",}

Quotes are required.

Copacetic 12-09-09 05:48 AM

Thank you! So far it has worked for me. Still have to test the "enter instance" from the button. But it has at least showed up for me with the rest of the minimap buttons. Thanks again!!

carboniteaddon 12-09-09 05:59 AM

Quote:

Originally Posted by Copacetic (Post 168659)
Thank you! So far it has worked for me. Still have to test the "enter instance" from the button. But it has at least showed up for me with the rest of the minimap buttons. Thanks again!!

Great. Let us know if you have any further problems with it. Hope to have a bug fix release by this weekend.

The sun will be coming up and I'm off to sleep. I'll check the forums again tomorrow afternoon.

aurora0809 12-09-09 07:37 AM

adding the port to instance icon
 
i dont knwo if im doing something wrong but when i try and open the carbonite.lua page it says windows cannot open this file...how do i get passed this to be able to rewrite in carbonite?
P.S. ive never written my own addons if you couldnt tell!

Vis 12-09-09 07:41 AM

You can open up .lua files using any text editor you'd like.

I personally recommend Textpad. Its free to evaluate, and the low purchase price of the software is a great deal for what you get.

Here's a link directly to their homepage: http://www.textpad.com/

nick5454 12-09-09 09:15 AM

So when can we expect to updated version to be released with the LFG fix?

nick5454 12-09-09 09:20 AM

Quote:

Originally Posted by Vis (Post 168681)
You can open up .lua files using any text editor you'd like.

I personally recommend Textpad. Its free to evaluate, and the low purchase price of the software is a great deal for what you get.

Here's a link directly to their homepage: http://www.textpad.com/

For Visual Studio users ( Express is free ) there is an add in that lets you edit WOW Lua projects. It can be done there even though it's overkill.

It works very well.

Hiker 12-09-09 11:19 AM

Quote:

Originally Posted by carboniteaddon (Post 168635)
I fixed it. Will be in next version.

You can hack it yourself in the meantime by searching in Carbonite.lua for
"MiniMapBattlefieldFrame", and adding "MiniMapLFGFrame", after it.

Line end would be >>> "MiniMapBattlefieldFrame","MiniMapLFGFrame",}

Quotes are required.

You guys are awesome, thank you!

Colacola 12-09-09 03:19 PM

Thanks for the advice on fixing this problem with LFG button. For those of you just now looking into this.....

find the lua file in the carbonite folder....

open it up...

click "edit"

search for "MiniMapBattlefieldFrame"

copy/paste "MiniMapLFGFrame" just after the comma

save and close the lua

good to go

Sepioth 12-09-09 05:03 PM

Quote:

Originally Posted by nick5454 (Post 168698)
So when can we expect to updated version to be released with the LFG fix?

Read post #8 ... 3 posts ABOVE yours ..

Thanks Carb team ... glad to see Carb updated for 3.3 as the patch was released. Great Job.

lovswr 12-09-09 07:41 PM

Quote:

Originally Posted by carboniteaddon (Post 168635)
I did 2 runs using the Dungeon finder so far. It asked me to teleport each time. I figured there may be a missing minimap button, but had not looked for it yet.

I fixed it. Will be in next version.

You can hack it yourself in the meantime by searching in Carbonite.lua for
"MiniMapBattlefieldFrame", and adding "MiniMapLFGFrame", after it.

Line end would be >>> "MiniMapBattlefieldFrame","MiniMapLFGFrame",}







Quotes are required.


I did exactly as you said. It is not working for me. Can you post a pic of what I SHOULD be looking for on the mini map?







edit: Here is the entire modified line from my Carbonite.lua

{"NXMiniMapBut","GameTimeFrame","TimeManagerClockButton","MiniMapWorldMapButton","MiniMapMailFrame","MiniMapTracking","MiniMapVoiceChatFrame","MiniMapBattlefieldFrame","MiniMapLFGFrame",}

lovswr 12-09-09 09:12 PM

1 Attachment(s)
Well I'm an idiot. I forgot about the button bag & there it is at the far right.




oh, is there a way to move the button bag around?

twistdshade 12-09-09 11:01 PM

/click MiniMapLFGFrame

Make this into a macro for a temporary quick-fix

PersephanieTwistingNether 12-11-09 02:01 PM

Quote:

Originally Posted by carboniteaddon (Post 168635)
I did 2 runs using the Dungeon finder so far. It asked me to teleport each time. I figured there may be a missing minimap button, but had not looked for it yet.

I fixed it. Will be in next version.

You can hack it yourself in the meantime by searching in Carbonite.lua for
"MiniMapBattlefieldFrame", and adding "MiniMapLFGFrame", after it.

Line end would be >>> "MiniMapBattlefieldFrame","MiniMapLFGFrame",}

Quotes are required.

Thank you for the help but i use Minimap Button Frame as well. will I need to do anything different to the text to make it work for that?

carboniteaddon 12-11-09 03:57 PM

Quote:

Originally Posted by lovswr (Post 168938)
Well I'm an idiot. I forgot about the button bag & there it is at the far right.

oh, is there a way to move the button bag around?

Looks like it is doing what Carbonite can do, except Carbonite does not put a big window frame around the buttons, which I would not want myself.

What addon is that?


All times are GMT -6. The time now is 06:31 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI