• 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 --->

Drakkin Illusion Potion Quest (1 Viewer)

Roguish

Member
Joined
Aug 19, 2006
RedCents
This is easy enough to do but I'm trying to learn alot about the macro coding and there are a few things in a macro like that that I can't figure out how you'd do it.

First of all, how can i macro kill everything that aggroed me during this fight and not aggro extra stuff. Is there a aggro list that you, the character can refer to for macro routines.

Second how do i loot a particular object off a corpse, Clue in particular.



Rich (BB code):
Sub Main
|-- start in Blightfire Moors
	/targ Avel
	/if (${Me.Invis}) /do hide
	/sayt I will find her
 	/delay 10
	/keypress esc
	/zone stonehive
|-- click my clickies
	/exchange "Direwolf Totem of Battle" pack1
	/itemnotify pack1 rightmouseup
	/delay 5s
	/exchange "Orb of Duskmold" pack1
	/itemnotify pack1 rightmouseup
	/delay 2s
	/itemnotify range rightmouseup
	/delay 1s
	/if (!${Me.Invis}) /do hide
	/if (!${Me.Sneaking}) /do sneak
	/warp wp drakin
	/target mistress
	/stick behind
	/attack on

/return
 
Drakkin Illusion Potion Quest

Users who are viewing this thread

Back
Top