Oh, great you visit this forumOriginally Posted by 'Macaroon',index.php?page=Thread&postID=137437#pos t137437
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 beforeI 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![]()
Connect With Us