Page 2 of 2

Re: Individual Commands

Posted: September 12th, 2016, 9:03 am
by Dmdtt
yeah chat cap is pretty amazing for command metas, currently I got my command meta to around 6 different captures that will change any single setting in vtank that I can, and then the recall commands. my command metas number of rules has shrunk by about 40% all the while is much more flexible and functional its amazing.

Re: Individual Commands

Posted: September 12th, 2016, 9:25 am
by SomeRandomGuy12
Amazing is the word.

Currently I am doing this by using the magfilter from Thwarg launcher, I put everyone i the same "team"
/mf jt TeamA

Then do a broadcast command like so

/mf bc /t:TeamA /mt use nameofsomeitem

Very helpful on quests, but a bit slow and having it build in vtank is just wonderful. My end game with
this is to have my main toon manually select something ,then extract the name of whatever is selected
and use that to have the others pick it up or interact with it

I can imagine soo much more with this though.

Thanks again,

Re: Individual Commands

Posted: September 12th, 2016, 9:32 am
by bradacc
Dmdtt wrote: getvar[capturegroup_telltexttwo]==Burning Coal

only Dweia in our example would trigger off the above condition and then go through with the action below

Code: Select all

ExprAct actiontryuseitem[wobjectfindininventorybynamerx[Platinum Spirit]];clearvar[capturegroup_telltexttwo];clearvar[capturegroup_telltextone];clearvar[capturegroup_tellchar]
this will both execute the command then clear all of the captured variables.
Instead of Platinum Spirit that last part should be this correct?

Code: Select all

ExprAct actiontryuseitem[wobjectfindininventorybynamerx[getvar[capturegroup_telltexttwo]]];clearvar[capturegroup_telltexttwo];clearvar[capturegroup_telltextone];clearvar[capturegroup_tellchar]

Re: Individual Commands

Posted: September 12th, 2016, 10:17 am
by Dmdtt
woops nice catch lol