var fDesc=new Array(); fDesc[0] = "FlyFF Transformation is a FlyFF bot which contains some helpful functions to assist you at playing FlyFF.

Features:

-Teleportation system: Teleport to coordinates and locations, teleport to target, double-click and minimap teleport
- Refreshment system: Simulate a F-key when a threshold value is exceeded
- Key simulator: Simulate F1-F9 in a specified interval
- Basic grinding helper: Select the nearest target next to your character
- AOE grinding helper: Send attacks to targets in a specified interval
- Level range: Limit the level difference between your character and the targets
- Disable collision: Run through walls and objects"; 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 = ''; } }