Page 1 of 1

Helpful macros.

Posted: Mon May 01, 2017 9:17 pm
by Cynnar
I recently discovered a nice command combination that helps with setting grid I'd on an NPC. This got me to thinking that a place to put a list of command combos together so developers can make a macro that will make development easier and faster.

Target next NPC and set grid id

Code: Select all

/target_next_npc
/spawn set location
After you add these steps to a macro, every time you click the macro it will select another npc to set the NPC's grid id. I have not tested the range on this. Only that it works.

If there are any other combinations that are useful, or any more commands that can go with this one then post away.

Re: Helpful macros.

Posted: Tue May 02, 2017 9:20 pm
by Gangrenous
I was just setting a hot button and tabbing through them, this would be faster. Cool idea.