Parse skillTree.txt into a readable array for generation of skill tables for your user, for use with RO database. Output from this script *should be cached* if you are going to use it on your website.
$skillArray = returnSkillArray( "C:/Aegis/Zone/skillTree.txt" ); print_r( $skillArray );

Help











