• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Anniversary Quest (1 Viewer)

Task steps:

Collect an Ancient Antonican relic 0/1 (Sunrise Hills)

This is a Broken Shard of a Mana Stone.

Collect a feline fossil unearthed from the Great Divide 0/1 (Sunrise Hills)

This is a Frost Shattered Vah Shir Claw Tip.

Collect a Planar Symbol of Growth 0/1 (Sunrise Hills)

This is the Diamond of Vegarlson.

Collect a Waterlogged Map of Gunthak 0/1 (Sunrise Hills)

This is a Torn Dungeon Map Fragment.

Collect a Kuuan fragment of translocation 0/1 (Sunrise Hills)

This is a War Shattered Gate Fragment.

Collect a dark treat of the broodlands 0/1 (Sunrise Hills)

This is Vishimtar's Vicious Mushroom Snack.

Collect an illegible draconic seal 0/1 (Sunrise Hills)

This is a Prophetic Dragon Scribed Rune.

Collect yet another piece of Jonas Dagmire 0/1 (Sunrise Hills)

This is Dagmire's Interphalangeal Joint.

Collect a mechamatic trophy 0/1 (Sunrise Hills)

This is Crystal Encrusted Gold Gear.

Collect the most important book in the known world 0/1 (Sunrise Hills)

This is Zebuxoruk's Knowledge of the Gods.

Collect the least important rock in the whole world 0/1 (Sunrise Hills)

This is Brell Touched Silver Nugget.

Complete your collection with this frightening carving 0/1 (Sunrise Hills)

This is a Carved Eye of the Faceless.

(What are the names of the items missing here?)


Final reward:
Glowing Lena Fete Rune
MAGIC ITEM LORE ITEM NO TRADE AUGMENTATION
Augmentation type: 7 8
Slot: ALL except CHARM
AC: 30
STR: 0+2 STA: 0+2 WIS: 0+2 INT: 0+2 HP: +135 MANA: +100 ENDUR: +100
HP Regen +2 Mana Regeneration: +2 Clairvoyance: +2 Spell Damage: +1 Heal Amount: +1
Recommended level of 85. Required level of 80.
WT: 0.0 Size: TINY
Class: ALL
Race: ALL

Known Spawn Points
2640, -160, -100
-1850, 1750, -85
-1090, 875, 1
-2260, 1685, -105
925, 2135, 63
-2000, 2030, -72
2900, 2345, 41
-2980, 2100, 3
3010, 1300, 24
3080, -310, -96
-1550, 930, 19
 
I've tried /targ eye, /targ fragment, etc with no results. I've tried /targ entire name both Waterlogged Map of Gunthak and a Torn Dungeon Map Fragment and Torn Dungeon Map Fragment to no avail.
Was wondering if groundspawns like this could be /targeted.

Thx
 
Thx for quick reply Maskoq,
that does tell me this in mq2 window.. item 'drop11545/13' targeted.....but it does not targ anything on map for me to follow to location.
 
hotkeys are lame. This isn't elegant, but it works:

Rich (BB code):
Sub main
     :mainLoop
          /itemtarget
          /delay 1s
          /gank
          /delay 1s ${Cursor.ID}
               /autoinventory
               /delay 1s
         
     /goto :mainLoop
/return

Run or warp to the back of Sunrise Hills and run this macro. Come back later and see if you have all your items.
 
Slightly better since it won't keep opening the tradeskill container at the other end of the zone.

Rich (BB code):
Sub main

     :mainLoop
          /itemtarget
          /delay 1s
		  /if (${ItemTarget.Race.ID}>4) {
          /gank
          /delay 2s 
               /autoinventory
               /delay 1s
			   }
         /delay 1s
     /goto :mainLoop
/return
 
Slight different seems to work much better does require ninjaloot


Rich (BB code):
#include ninjadvloot.inc
Sub main

     :mainLoop
          /itemtarget
          /delay 1s
		  /if (${ItemTarget.Race.ID}>4) {
          /gank
          /delay 2s 
              /autoinventory
              /call lootcorpse
        /delay 5
               /delay 1s
			   }
         /delay 1s
     /goto :mainLoop
/return

I am not how or why you would use ninjadvloot in this macro since it is for looting corpses. What was your idea behind that?
 
Slightly better since it won't keep opening the tradeskill container at the other end of the zone.

Rich (BB code):
Sub main

     :mainLoop
          /itemtarget
          /delay 1s
		  /if (${ItemTarget.Race.ID}>4) {
          /gank
          /delay 2s 
               /autoinventory
               /delay 1s
			   }
         /delay 1s
     /goto :mainLoop
/return

*********Awesome, now do I put this in the main MQ2 INI?
 
No. You save as a macro like anniversary.mac or whatever in your macro folder. When you are in the zones you want to start grabbing the ground items type in

/mac anniversary
 
MQ2Pax and /gank is an active hack. We stopped supporting active hacks back in Dec 2012 when SOE initiated its new Hacking detection which hasn't been beat yet. While a lot people would still use them we decided to go the safe route and not get our members banned.
 
Anniversary Quest

Users who are viewing this thread

Back
Top