Page 1 of 1

Feature Request: /cast accept optional target

Posted: Fri Oct 10, 2003 6:37 am
by GoatFoot
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....