Search found 11 matches
- September 17th, 2016, 8:47 am
- Forum: VT: Meta Support
- Topic: Creating meta rules via a script
- Replies: 4
- Views: 7996
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, ...
- September 6th, 2016, 10:34 am
- Forum: VT: General
- Topic: VTank and Hecatombs
- Replies: 6
- Views: 10294
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...
- September 1st, 2016, 6:17 am
- Forum: VT: General
- Topic: VTank and Hecatombs
- Replies: 6
- Views: 10294
Re: VTank and Hecatombs
Try setting damage type to "Harm" and UseArcs to False.
- February 15th, 2015, 12:59 am
- Forum: VT: General
- Topic: Looting rare rares
- Replies: 3
- Views: 13967
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.
- January 7th, 2015, 7:40 pm
- Forum: VT: Meta Support
- Topic: Bug? String issue (vtank expression)
- Replies: 1
- Views: 4327
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.
- January 1st, 2015, 6:43 pm
- Forum: VT: Meta Support
- Topic: Vtank Expressions
- Replies: 40
- Views: 92341
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...
- January 1st, 2015, 4:44 am
- Forum: VT: General
- Topic: cannot see killing blow message?
- Replies: 9
- Views: 22075
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...
- January 1st, 2015, 2:29 am
- Forum: Utilities and Plugins
- Topic: ACTool is back! [Deprecated]
- Replies: 12
- Views: 28066
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?
- February 8th, 2014, 5:44 am
- Forum: VT: Meta Support
- Topic: Anatomy of a meta file
- Replies: 7
- Views: 17102
Re: Anatomy of a meta file
Not for meta files. It loads meta files and uses them to construct internal classes.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
- February 5th, 2014, 3:16 am
- Forum: VT: General
- Topic: Using Virindi Tank Monster list matching
- Replies: 8
- Views: 22486
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...