Quote Originally Posted by 'Macaroon',index.php?page=Thread&postID=137437#pos t137437
Since 3.0 hit the live servers, I have been pretty busy. I have not logged onto my MB characters and let a weeks worth of RaF time fade into the past ;(

Up until I released 30000.23, I have been working on various aspects of Macaroon to hammer out some issues. I believe I have done that for the most part. What does that mean? I can log onto my MB characters and tackle the focustarget concern/issue! :thumbsup: So far I have only been doing single-character testing in regards to reports on this since the other non-MB issues required specific, sometimes high level, classes. My MB characters are only in their 30's :whistling: ...

So, with that said, I know you all will be waiting with baited breath until I get back to you... 8)
Oh, great you visit this forum I tried to post some remarks on the wowinterface forum, but yet another registration was too much for me....

I was using TrinityBars2 and tried to convert and ran into 2 problems preventing me from moving over. After diving into the lua, I "fixed" them (read: I managed to move my settings ).

The first one was in the Trinity->Macaroon importer, can't remember the line right now (not at home) but the problem was something like:

if data[1].type == "item" then
macaroon.button.type = "macro"
if GetItem(data[1].item)
.......... /use
else
/cast

Somewhere around line 400-ish I belief (in the importer).

Turns out in my old trinity settings I have buttons of type "item" with the item tag being "". When passing this to the Wow function, it threw an error. So I just added a check for data[1].item != "" and skip over them. Solved my problems for converting trinity saved settings to macaroon saved settings.

Then I tried to import them, and got the next error, this one is posted on wowinterface too, with the 500;501;502.... numbers being displayed.

Turns out it's the pet bar giving problems.

I closed WoW, disabled the importer addon, and then manually opened the Macaroon saved settings, searched for the "500;501;...." string, found it in the pet bar, deleted all the buttons for that bar, (i set it to "")

I opened WoW again and lo and behold, there are my old buttons, perfectly as they were before I remapped the bindings (although they worked, they didn't show up on the buttons, even though I checked the option to display them).

Hope you read this info and can do something with it. Also, if others have this migration problem, the above info might help