Ranger Archive
Thread: Is there a /command to throw a trap?
Stupid question maybe but I really don't know.
I want to be able to throw Adhesive Mesh traps with a macro command,since there's only 2 in a stack Im wasting precious quickbar space.
I believe there is.. but its a bit hard to get it to work...
try
/throwTrap<TrapNameWithNoSpaces>
or try typing
/throwTrap help
I want to say I've added throwtrap to a combat macro before... so I think it can be done..
Anyone else know for sure?
- Zarn
You could line up one of your unused quickslot bars and then write a macro. You'll have to do a little more research but it would go something like this:
/ui action toolbar5
/ui action toolbarslot 00
/ui action toolbarslot 01
/ui action toolbarslot 02
...down to
/ui action toolbarslot 11
/ui action toolbar1
then you put the macro on your fighting toolbar, it would change the bar, fire off the slots from left to right, then change back to your fighting toolbar
hmm, I think I'll try this.