Feature Request: /cast accept optional target

A forum for feature requests/discussions and user submitted patches that improve MQ2

Moderator: MacroQuest Developers

GoatFoot
a lesser mummy
a lesser mummy
Posts: 68
Joined: Fri Jan 17, 2003 1:48 am

Feature Request: /cast accept optional target

Post by GoatFoot » Fri Oct 10, 2003 6:37 am

I may have seen this before, but didn't find anything in search, so....

Currently: /cast [item] <spellname>
Would be cool if: /cast [item] <spellname> [name | id #]

So we could do something like

Code: Select all

/varset MainAssist "<name of MA>"
/varset TargetID $target(id)
.
.

/cast "Buff01" @MainAssist
.
.
/cast item "Item of uberness" id @TargetID
ponder....

if this would just be doing a behind the scenes target swap
--
temp = current target
current target = spell target
/cast [thingy] nastiness
current target = temp
--
while till having to deal the the EQ target swap recognition delays, may be best not to muck with it....