Guild Achievements earned by the whole guild #145


  • Accepted
Open
  • rismisner created this issue Dec 20, 2010
    Owner

    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.

  • rismisner added the tags Accepted Enhancment Dec 20, 2010
  • rismisner posted a comment Dec 24, 2010

    Increased the priority on cataclysm-related updates

  • _ForgeUser3346498 posted a comment Feb 25, 2011

    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.

  • rismisner posted a comment Jul 25, 2011

    Guild achievements broke in 4.1. I assume they come through the API as a new independent event now.

  • rismisner removed their assignment Jan 16, 2013
  • rismisner assigned issue to _ForgeUser228323 Jan 16, 2013
  • rismisner posted a comment Jan 16, 2013

    I'm re-assigning all my tickets to Duerma

  • rismisner unassigned issue from _ForgeUser228323 May 7, 2015
  • rismisner posted a comment May 7, 2015

    Unassigning tickets that are not actively being worked on


To post a comment, please login or register a new account.