This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What is the enhancement in mind? How should it look and feel?
(SS 4.0.3.05) Guild Achievements are currently identified the same as a guild member getting an achievement, and <caster> comes out as <guild> ... but it should really be a separate event trigger which can have its own speech list, because this is a special different case from an individual getting an achievement.
Please provide any additional information below.
It's the same Blizzard API event hook that we're already using. Just check for <caster>==<guild> and change the event key. This wants some new content to go with it too - new speeches to grats the guild as a whole.
Increased the priority on cataclysm-related updates
It's issues like this that actually make me wish there was an easy if/then/else syntax I could use in the redirect macros, as the workaround logic for things such as this would be amazingly simple:
if <caster> = <guild> then /ss macro gratsguild else /ss macro gratsdude
Or, perhaps, a way to create a "wildcard" for any unspecified value, so that I could create /ss macro grats<guild> and /ss macro grats"wildcard", so that if my one speech on an achievement being printed in /g is "/ss macro grats<caster>" and <caster> comes out guild, it goes to that one, but anything else will call the wildcard macro instead.
Guild achievements broke in 4.1. I assume they come through the API as a new independent event now.
I'm re-assigning all my tickets to Duerma
Unassigning tickets that are not actively being worked on
To post a comment, please login or register a new account.