• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

AAC Gesior2012 OTHire vocations on highscores

Malek

Member
Joined
Dec 25, 2009
Messages
99
Reaction score
5
I have a problem with gesior for othire because it doesn't show me the vocations in highscores, anyone know how to fix it?

Link: Zagan Square (http://www.zagansquare.pl/?view=highscores&skill=level&vocation=3)

I have a paladin in highscores

highscores.php code for vocations

PHP:
$main_content .= '</div></div>
<div class="text-center"><div class="btn-group">
<a href="?view=highscores&skill='.$list.'" class="btn btn-default '.(($elo == false) ? 'active' : '') .'">All</a>
<a href="?view=highscores&skill='.$list.'&vocation=1" class="btn btn-default '.(1 == $vocation ? 'active' : '') .'">Sorcerer</a>
<a href="?view=highscores&skill='.$list.'&vocation=2" class="btn btn-default '.(2 == $vocation ? 'active' : '') .'">Druid</a>
<a href="?view=highscores&skill='.$list.'&vocation=3" class="btn btn-default '.(3 == $vocation ? 'active' : '') .'">Paladin</a>
<a href="?view=highscores&skill='.$list.'&vocation=4" class="btn btn-default '.(4 == $vocation ? 'active' : '') .'">Knight</a>
<a href="?view=highscores&skill='.$list.'&vocation=0" class="btn btn-default '.((($elo == true) && 0 == $vocation) ? 'active' : '') .'">Rook</a>
</div></div>
<table class="table table-condensed table-content table-striped"><thead><tr><th width="5%">#</th><th>Name</th><th width="25%">Vocation</th><th width="15%">'. ($list == "level" ? 'Level' : ($list == "magic" ? 'Magic Level' : 'Skill')) .'</th></tr></thead><tbody>';
 
If you are still using OTHire, there should be a compatible ZnoteAAC here:

It will likely need some tweaks, at least, ours did, but there are also current versions and the Znote man is very kind and often gives advice, plus I think it is possible to hire him for special adjustments. Good luck!
 
Last edited:
Back
Top