Close
Showing results 1 to 4 of 4
  1. #1

    Default Is anyone else getting this with Macaroon?

    I have Macaroon installed and it worked great for a while. Now all of a sudden I'm getting some button.lua error everytime I click a button or hit the hotkey. Interestingly, it only happens on one toon and only when that toon casts a spell. I copied over the files from one of the other toons and nothing. even deleted the setups and still doing it. any ideas?
    before you ask, I did contact the author and he hasn't gotten back to me yet.
    Desktop: Intel Core 2 Quad 2.4, Asus Striker II Formula Mainboard, 8 Gigs OCZ DDR2 1066 Ram, EVGA GeForce 9800GTX, PALiT 9800 GX2, Creative Labs Sound Blaster X-Fi Fatl1ty, 2 X 1T Hard Drives, LG Bluray / DVD Player / Burner, Acer H243H Widescreen Monitor, Samsung 23.5" Widescreen Monitor, Windows 7 Ultimate 64.
    Laptop: MSI GT627 Gaming Laptop

  2. #2

    Default

    Ya me also line 2322 or something, I think I going into it and disable it I dont know what it does though lol ... but seeing its giving error whatever it does isnt being done anyways. Just search for a "lua editor" and it will count the lines for you and just go in and delete the command at that line.


    Here is the line:

    if (lower(spell) == lower(match(self.macrospell, "^[^(]+"))) then
    self.updateicon = true

    Here is the error

    Interface\AddOns\Macaroon\Macaroon_Butons.lua:2322 : bad argument #1 to 'lower' (string expected, got nil)

    you can pass that infos on to maul

    Im changing:

    if (lower(spell) == lower(match(self.macrospell, "^[^(]+"))) then
    self.updateicon = true
    end
    to:

    self.updateicon = true

    in my copy

    seems to work ok after that fix.

  3. #3

    Default

    I just took out the lower() for both...

    if (lower(spell) == lower(match(self.macrospell, "^[^(]+"))) then

    became:

    if (spell == match(self.macrospell, "^[^(]+")) then



    I don't know which is better. If I run into errors, I'll let you know
    5 Boxing (85):
    Paladin, 2xMage, Warlock, Priest
    Paldius, Magria, Magrib, Walina, Priset
    Currently:
    5 Boxing (85):
    Paladin, 3xWarlock, Shaman
    Ghallo, Warlisia, Warlisib, Warlisic, Pleo!

  4. #4

    Default

    Quote Originally Posted by 'Ghallo',index.php?page=Thread&postID=150591#post1 50591
    I just took out the lower() for both...

    if (lower(spell) == lower(match(self.macrospell, "^[^(]+"))) then

    became:

    if (spell == match(self.macrospell, "^[^(]+")) then



    I don't know which is better. If I run into errors, I'll let you know
    Thank you!! This worked!

    I'm not sure if anyone else had issues with key bindings screwing up after updating to the new version of macaroon that is 'possessed' compatible but I sure did. What I found was the bindings had two little >> (») before and after the binding if you hovered over the button in bind mode and looked at it.

    What I ended up doing was editing each Macaroon.lua in the folders:

    C:\Users\username\Documents\wowbak\12-7\wowow5\WTF\Account\ACCOUNTNAME\Magtheridon\Shäm\ SavedVariables

    I opened with notepad and did a replace all on » and then saved. If you use wordpad you have to replace » (who knows).

    I was not looking forward to rebinding all of my keys and this seems to have worked. Hope it helps someone else.
    Dana Pain
    Legion of Boom
    Kil'Jaeden



Similar Threads

  1. Macaroon pet bar ????
    By suicidesspyder in forum Macros and Addons
    Replies: 5
    Last Post: 05-11-2009, 05:15 PM
  2. Macaroon
    By dbick in forum Macros and Addons
    Replies: 101
    Last Post: 02-22-2009, 10:25 PM
  3. Macaroon issue
    By moog in forum Macros and Addons
    Replies: 46
    Last Post: 01-25-2009, 05:29 PM
  4. Macaroon FPS issues
    By FunkStar in forum Macros and Addons
    Replies: 2
    Last Post: 01-20-2009, 09:36 AM
  5. Bartender4 or Macaroon?
    By zoneblitz61 in forum Macros and Addons
    Replies: 0
    Last Post: 10-08-2008, 01:10 PM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •