Summon

Help section from before the user variable changes that broke all macros

Moderator: MacroQuest Developers

GameiBlack
decaying skeleton
decaying skeleton
Posts: 3
Joined: Wed Jun 26, 2002 1:31 pm

Summon

Post by GameiBlack » Tue Aug 26, 2003 3:49 am

Can anybody help me with making a macro that will summon and item and then drop it on you?

Zeus
a hill giant
a hill giant
Posts: 180
Joined: Wed Feb 19, 2003 10:03 am
Contact:

Post by Zeus » Tue Aug 26, 2003 8:36 am

umm...

/cast "summon xxx"
/click left auto

?

YKW-28983
a hill giant
a hill giant
Posts: 252
Joined: Sun Dec 01, 2002 11:37 pm

Post by YKW-28983 » Tue Aug 26, 2003 8:47 am

Code: Select all

Sub Main
  /cast "Spell"
  /delay "SpellCast"
  /press i
  /click left auto
  /press i
/return

Tada! =P