View Single Post
11-14-12, 11:56 PM   #7
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 362
Thanks really much for the patches and fixes SDPhantom.

I have corrected and modified the core.lua and everything seems to work great ...

Only a little thing seems to not work as expected and I report (and continue to stress you :-) because I really don't understand why it is happening.

The addon works great if you create a macro:

Code:
/mrc [btn:1] ground
/mrc [btn:2] flying
/mrc [btn:3] repair


But if add something like:

Code:
/mrc [mod:shift, btn:1] funny
it writes two lines from the print:

mrc is summoning... fiera della notte striata
mrc is summoning... tartaruga di mare
but casts only the mount from the first group (displaying an ui error "that I am doing another action").

Probably it is due the fact it matches both the btn:1 condition and the shift+btn:1 condition retrieved by SecureCmdOptionParse.

Now I experimenting a little bit and googling around to understand why this condition is not treated as one condition and not as matched as two different conditions.

Thanks again really for your kind replies.
  Reply With Quote