Log in to ZYGOR
Log in with social media
OR
Log in with Zygor account

Announcement

Collapse
No announcement yet.

Icecrown Rare spawns

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Icecrown Rare spawns

    Will There be a Icecrown rare NPC location updated?

    #2
    Do you mean for the event rares? If so probably not. Those are only going to be in the game for a couple weeks and then they won't be there anymore.
    Become a Fan of Zygor Guides on Facebook:
    http://www.facebook.com/pages/Zygor-...04933799556988

    Follow Zygor Guides on Twitter:
    http://twitter.com/zygorguides

    Comment


      #3
      I suggest the addon Rarescanner. HandyNotes with the Shadowlands notes is good too.

      Comment


        #4
        Hey its my first time replying to a forum post on here but I wanted the same thing so I added the code myself (Its not the best and theres probably a better way of doing it but this seems to work for now) - Id ideally like a timer on it and for it to auto complete the current step and go to the next one but its my first time looking at the back-end to Zygor

        Basically add this code at the bottom of this file:
        World of Warcraft\_retail_\Interface\AddOns\ZygorGuidesView er\Guides\Events\

        ZygorEventsHorde.lua or ZygorEventsAlliance.lua

        CODE:
        ZygorGuidesViewer:RegisterGuide("Events Guides\\Shadowlands\\Death's Rising Bosses", {
        author="support@zygorguides.com",
        description="\nThis guide will help you complete the Shadowlands scourge invasion event Bosses.",
        },[[
        step
        kill Blood Queen Lana'thel##174065 |goto Icecrown/0 49.70,32.70
        step
        kill Professor Putricide##174064 |goto Icecrown/0 57.10,30.30
        step
        kill Lady Deathwhisper##174063 |goto Icecrown/0 51.10,78.50
        step
        kill Skadi the Ruthless##174062 |goto Icecrown/0 57.80,56.10
        step
        kill Ingvar the Plunderer##174061 |goto Icecrown/0 52.40,52.60
        step
        kill Prince Keleseth##174060 |goto Icecrown/0 54.00,44.70
        step
        kill The Black Knight##174059 |goto Icecrown/0 64.80,22.10
        step
        kill Bronjahm##174058 |goto Icecrown/0 70.70,38.40
        step
        kill Scourgelord Tyrannus##174057 |goto Icecrown/0 47.20,66.10
        step
        kill Forgemaster Garfrost##174056 |goto Icecrown/0 58.60,72.50
        step
        kill Marwyn##174055 |goto Icecrown/0 58.20,83.40
        step
        kill Falric##174054 |goto Icecrown/0 50.20,87.90
        step
        kill The Prophet Tharon'ja##174053 |goto Icecrown/0 80.10,61.20
        step
        kill Novos the Summoner##174052 |goto Icecrown/0 77.80,66.10
        step
        kill Trollgore##174051 |goto Icecrown/0 58.30,39.40
        step
        kill Krik'thir the Gatewatcher##174050 |goto Icecrown/0 67.50,58.00
        step
        kill Prince Taldaram##174049 |goto Icecrown/0 29.60,62.20
        step
        kill Elder Nadox##174048 |goto Icecrown/0 44.20,49.10
        step
        kill Noth the Plaguebringer##174047 |goto Icecrown/0 31.60,70.50
        step
        go to Patchwerk CAVE ENTRANCE |goto Icecrown/0 34.40,68.50
        step
        kill Patchwerk##174046 |goto Icecrown/0 36.50,67.40
        ]])

        You can then search for "Death's Rising Bosses" in Zygor

        I hope this helps

        Comment


          #5
          Ive figured out how to do the 20min timer:

          "/run Stopwatch_StartCountdown(0, 20, 0); Stopwatch_Play()"

          Just need to figure out how to get it into the code now and how to get Zygor to recognise I've just killed the boss :confused hmmm :P

          Comment


            #6
            That RareScanner addon that was mentioned previously has map markers on the map showing where each of the spawns are at and will also show a respawn timer and what items they are dropping. When you kill one of the rares the next one to spawn will show a pink marker for a minute or two so you can find it on the map easily.
            Become a Fan of Zygor Guides on Facebook:
            http://www.facebook.com/pages/Zygor-...04933799556988

            Follow Zygor Guides on Twitter:
            http://twitter.com/zygorguides

            Comment


              #7
              If you have WA's you can use this one, it's really handy

              https://wago.io/8vmGHaJIG

              Comment


                #8
                Great. Thanks
                Banbury kneader

                Comment

                Working...
                X