Search found 11 matches

by Virindi
September 17th, 2016, 8:47 am
Forum: VT: Meta Support
Topic: Creating meta rules via a script
Replies: 4
Views: 4865

Re: Creating meta rules via a script

Here are the current condition and action ids: enum eMetaActionTypeID { None = 0, SetState = 1, ChatCommand = 2, Multiple = 3, EmbeddedNavRoute = 4, CallState = 5, ReturnFromCall = 6, ExpressionAct = 7, ChatWithExpression = 8, WatchdogSet = 9, WatchdogClear = 10, GetVTOption = 11, SetVTOption = 12, ...
by Virindi
September 6th, 2016, 10:34 am
Forum: VT: General
Topic: VTank and Hecatombs
Replies: 6
Views: 5594

Re: VTank and Hecatombs

Yes, for the harm damagetype hecatomb is a "bolt" and harm is an "arc". Drain health is the "vuln" and Curse of Raven Fury is the "ring". So like arcs vs. bolts, it will first look at the highest level option and then if you have both go to the UseArcs setting...
by Virindi
September 1st, 2016, 6:17 am
Forum: VT: General
Topic: VTank and Hecatombs
Replies: 6
Views: 5594

Re: VTank and Hecatombs

Try setting damage type to "Harm" and UseArcs to False.
by Virindi
February 15th, 2015, 12:59 am
Forum: VT: General
Topic: Looting rare rares
Replies: 3
Views: 4168

Re: Looting rare rares

If you find a rare pack, it might not work. Other than that yes. It's not like I've been able to test looting packs.
by Virindi
January 7th, 2015, 7:40 pm
Forum: VT: Meta Support
Topic: Bug? String issue (vtank expression)
Replies: 1
Views: 2424

Re: Bug? String issue (vtank expression)

This is indeed a bug. The last token of every expression is trimmed. This will be fixed in the next version.
by Virindi
January 1st, 2015, 6:43 pm
Forum: VT: Meta Support
Topic: Vtank Expressions
Replies: 40
Views: 47102

Re: Vtank Expressions

Some misc language notes: -true is the same as 1, false is the same as 0. There are no actual booleans, just numbers. -There are two extra operators added since monster expressions: the ^ (xor) operator, and the ; operator. The ; operator works on any two types and simply returns the value of the fi...
by Virindi
January 1st, 2015, 4:44 am
Forum: VT: General
Topic: cannot see killing blow message?
Replies: 9
Views: 9173

Re: cannot see killing blow message?

VTank filtering kill messages is an artifact of old debugging. I never changed it because the game's filtering doesn't work for kill messages, and I hated having them in the main chat window. In the next version I am addressing this by adding a preset to VCS and removing filtering of kill messages b...
by Virindi
January 1st, 2015, 2:29 am
Forum: Utilities and Plugins
Topic: ACTool is back! [Deprecated]
Replies: 12
Views: 18319

Re: ACTool is back!

Removing and renaming a bunch of stuff in a mature utility seems like a strange thing to do. Is it really worth breaking longstanding scripts?
by Virindi
February 8th, 2014, 5:44 am
Forum: VT: Meta Support
Topic: Anatomy of a meta file
Replies: 7
Views: 9938

Re: Anatomy of a meta file

Command wrote:Will it re-write it, blindly? IE, can I add a 6th column to that table; and expect vTank to read it (and ignore it), and re-write it
Not for meta files. It loads meta files and uses them to construct internal classes.
by Virindi
February 5th, 2014, 3:16 am
Forum: VT: General
Topic: Using Virindi Tank Monster list matching
Replies: 8
Views: 11326

Re: Using Virindi Tank Monster list matching

What I want to do is attack certain mobs when they are further away then my normal attack range. Monsters that are out of range are not even checked against the list. What you want to do is increase the attack range, but then add a rule which causes things you don't want to be attacked to be ignore...