• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

MQ2Cast question, can this be done?

Mischief

New member
Joined
Jun 7, 2005
RedCents
Here's an example of what I want to do. Cast a targetable buff on a specified player (self / PC-Bot). I want to be able to set this up using either in game hotkeys or a programmable keyboard.

I have tried:

Casting #####|item -targetid|Bot

Along with a large number of other variations and can't get it to work without manually targetting. I don't want to manually target or imbed a /tar Bot in my EQ Hotkeys.

Is there a way to accomplish this ?
 
-targetid is an int
So "Bot" wouldn't work you need the player's targetid not sure if these are static.
I have never checked a player's targetid.
Try an /echo ${Target.ID} then put that number in the hotkey

If it's static then that will do it; if not then it might change after every zone or just every login.
 
Might be able to do a spawnsearch
/casting ####|item -targetid|${Spawn[${NearestSpawn[pc range 100 "Bot"]}.ID}}

Not sure if that will work though
 
id's change every time you zone.
but personally i'd take out the range check on it if its a hotkey.
Rich (BB code):
/casting ####|item -targetid|${Spawn[Bot pc].ID}
 
MQ2Cast question, can this be done?

Users who are viewing this thread

Back
Top
Cart