var fDesc=new Array(); fDesc[0] = "Virindi Tank is a Decal-based combat macro plugin for Asheron's Call designed to replace LifeTank and is written in C# with Decal.Adapter.

Virindi Tank is intended to only provide those functions necessary for basic operation of a combat macro, ie.

Those that require character actions during the macro process. As such, Virindi Tank does not provide a HUD, player corpse locations, equipped item management, buffbot, chat filtering, admin detection, or tell alarms.

These are functions which are better performed by additional plugins (HUDs are optionally available with the Virindi HUDs plugin as a part of the Virindi Plugin Bundle).

Use of Virindi Tank in a manner inconsistent with the Asheron's Call Code of Conduct is a violation of the Virindi Tank license agreement.

As a combat macro designed around the ACM concept, Virindi Tank does not currently do and will not ever do any of the following:

Tell/Admin alarms

Unfriendly player detection alarms

Log out on death, low comps, etc

Any other alert designed to assist players who are not paying attention to their character"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }