Custom emotes cannot be seen cross faction unfort. All they see is <you> makes some strange gestures or some such.
Maybe I'm dense but when I've had Horde players do an emote to me (Alliance) and I could see just fine. Are you talking strictly about the Custom emotes or all of the emotes in the addon? The one I added is not a Custom emote as I simply inserted it into the code and it is type (2) for Hostile.
I've added a new Emote called 'payback' but it is not working.
pat = {
types = {8},
none = "You need a pat.",
target = "You gently pat <Target>.",
react = 0,
},
payback = {
types = {2},
none = "Payback is fun.",
target = "Payback is fun <Target>.",
react = 0,
},
peer = {
types = {4},
none = "You peer around, searchingly.",
target = "You peer at <Target> searchingly.",
react = 0,
},
The emotes pat and peer work fine. I used the 'angry' and edited it.
angry = {
types = {2},
none = "You raise your fist in anger.",
target = "You raise your fist in anger at <Target>.",
react = 1,
},
It looks properly formatted but doesn't display in chat. However, if I look at the Fubar dropdown, it is there in the Hostile section, which is type {2}. If I target someone, it even adds the target name, such as "Payback is fun Eridan Bluewind". However, if I click it as I do other emotes, it does not display in the chat like the others. If I type /angry, it shows "You raise your fist in anger.". If I type /payback, nothing is displayed at all.
I REALLY want this as I have a KOS list and when I pay someone back for them ganking one of my low levels, I want them to know it.
0
thx for the feedback.. the code didn't work. Besides, if the opposing faction can't see my Payback response, I don't see any other reason to have it.
Oh..well....
0
Maybe I'm dense but when I've had Horde players do an emote to me (Alliance) and I could see just fine. Are you talking strictly about the Custom emotes or all of the emotes in the addon? The one I added is not a Custom emote as I simply inserted it into the code and it is type (2) for Hostile.
0
The emotes pat and peer work fine. I used the 'angry' and edited it.
It looks properly formatted but doesn't display in chat. However, if I look at the Fubar dropdown, it is there in the Hostile section, which is type {2}. If I target someone, it even adds the target name, such as "Payback is fun Eridan Bluewind". However, if I click it as I do other emotes, it does not display in the chat like the others. If I type /angry, it shows "You raise your fist in anger.". If I type /payback, nothing is displayed at all.
I REALLY want this as I have a KOS list and when I pay someone back for them ganking one of my low levels, I want them to know it.
Anyone have an idea why it isn't working?
0
0
I went to the downloads page and could not find anything on Callback. Can you provide a link?
0
In addition, I'm getting errors on entering the program and while in the program such as:
I'm using WAU v.1.9.46.737
Every addon update shows UNSTABLE when updated. Should I be concerned?
0
Interface\Addons\FishingAce\Libs\AceDB-2.0\AceDB-2.0.lua:1095: function argument
I was not getting this previously but I had to completely re-install WOW and used WowAceUpdater to install the addons.
Any suggestions?