Search found 388 matches

by HellsWrath
January 16th, 2015, 7:26 pm
Forum: VT: Meta Support
Topic: String Capture
Replies: 4
Views: 4371

Re: String Capture

You are trying to name your variable with both a string and an integer as [player1]
You need to escape the 1 to make it part of the string [player\1, Sif al Taak]
by HellsWrath
January 14th, 2015, 1:05 am
Forum: VT: General
Topic: vtank only works with AC minimized
Replies: 6
Views: 5499

Re: vtank only works with AC minimized

Do you have Mouse Turning disabled? It must be unchecked for Vtank to navigate. http://www.virindi.net/wiki/index.php/Virindi_Plugins_FAQ#My_character_stops_at_each_Nav_point_in_my_route_and_won.27t_proceed_until_I_press_a_key._What.27s_wrong.3F http://www.virindi.net/wiki/images/4/47/Cameraturning....
by HellsWrath
January 7th, 2015, 11:48 am
Forum: VT: Meta Support
Topic: Vtank Expressions
Replies: 40
Views: 49513

Re: Vtank Expressions

Wasn't deleted, was put in to the .txt file in the attachment of the same post.

I don't like scrolling for days, lol.
by HellsWrath
January 3rd, 2015, 3:51 pm
Forum: VT: Meta Support
Topic: Vtank Expressions
Replies: 40
Views: 49513

Re: Vtank Expressions

Tou-Tou Killtask Counter (for manual play) On and Meta must be running (obv) - turn your vitals to minimum if you don't want tank to auto-heal When ready to begin set the meta to the ClearVars state - it will clear/set the variables and then move to the Listen state to begin listening for task compl...
by HellsWrath
January 3rd, 2015, 1:25 am
Forum: VT: Meta Support
Topic: Vtank Expressions
Replies: 40
Views: 49513

Re: Vtank Expressions

Outline for a basic Mage Duel stat collector - may or may not finish it (regex can suckit) Create variable for each type of event (dmgTrgt, dmgSelf, critTrgt, critSelf etc) setvar[dmgTrgt, 0] setvar[dmgSelf, 0] setvar[critTrgt, 0] setvar[critSelf, 0] Increment the variable upon chat message receipt ...
by HellsWrath
January 2nd, 2015, 10:41 pm
Forum: VT: Meta Support
Topic: Vtank Expressions
Replies: 40
Views: 49513

Re: Vtank Expressions

That would definitely be an advantage to using the first method. Would be easy to add that.
by HellsWrath
January 2nd, 2015, 9:23 pm
Forum: VT: Meta Support
Topic: Vtank Expressions
Replies: 40
Views: 49513

Re: Vtank Expressions

Simple killtask counter Sits in default watching for chat messages that it killed something (very simple "killed drudge", "killed mite", "killed shreth", in this example) Upon receiving one of the messages it adds +1 to a variable that is set for each task. Once a varia...
by HellsWrath
January 1st, 2015, 6:25 pm
Forum: VT: Meta Support
Topic: Vtank Expressions
Replies: 40
Views: 49513

Vtank Expressions

Any information posted here will make its way to the Virindi Wiki Please post any examples, tips or tricks you come across. Confirmed properties that work with expressions - http://www.virindi.net/wiki/index.php/Meta_Functions#Object_Properties Full list of available expressions - http://www.virindi...
by HellsWrath
December 16th, 2014, 12:12 pm
Forum: VT: Meta Support
Topic: trouble summoning portal
Replies: 5
Views: 5446

Re: trouble summoning portal

Aye, as yaroz said you can use vtank nav. To summon a portal requires you to edit a recall nav in notepad and replace the spellID with the ID of a summon portal. Simple and automatically takes care of switching to wand/going in to combat etc Also, if using Mag you don't have to type the spell ID + t...
by HellsWrath
December 16th, 2014, 12:19 am
Forum: VT: Meta Releases
Topic: BETA: Unleash the Gear Knights
Replies: 2
Views: 4715

Re: WIP: Unleash the Gear Knights meta

Set to BETA
Once a few have tested and bugs knocked out we'll set to GM

Create a help file or place the instructions in the original post if necessary.