For those who for some reason have a version 80
step 1: get Aran Class picture and paste it in images\class
get remember the image name and the extension
Heres some skill you can use if you want. it sucks but its something
Dont Know why images arnt showing up
http://global.hidden-street.net/site...png?1258699129
http://global.hidden-street.net/site...png?1258698514
http://global.hidden-street.net/site...png?1258725805
http://global.hidden-street.net/site...png?1258753052
http://global.hidden-street.net/site...png?1258753827
this is probably the best one: (i dont know up to you) (you can also make your own)
http://global.hidden-street.net/site...png?1258993219
Step 2: go to sources\public\ranking.php
Find
PHP Code:
if ($row['job']=="1512")
echo "Thunder Breaker 4";
Paste this under it:
PHP Code:
if ($row['job']=="2000")
echo "Legend";
if ($row['job']=="2100")
echo "Aran";
if ($row['job']=="2110")
echo "Aran 2";
if ($row['job']=="2111")
echo "Aran 3";
if ($row['job']=="2112")
echo "Aran 4";
step 3:
Find this:
PHP Code:
if($row['job'] >= 1500 && $row['job'] < 1600)
echo "
<img src='images/class/job_TB.png' alt='Thunder Breaker' />";
And paste this under:
replace the (Image name) and (extension) with the name and extension you have
PHP Code:
if($row['job'] >= 2000 && $row['job'] < 2200)
echo "
<img src='images/class/job_TB.png' alt='Thunder Breaker' />";
Step 4:
Find:
PHP Code:
<td>
<a href='?cype=main&page=ranking&order=".$_POST['order']."&job=1500'>
<img src='images/class/job_TB.png' alt='Thunder Breaker' />
</a>
</td>
Paste this under it:
replace the (Image name) and (extension)
PHP Code:
<td>
<a href='?cype=main&page=ranking&order=". $_POST['order'] ."&job=2000'>
<img src='images/class/(image name).(extension)' alt='Aran' />
</a>
</td>
and for version number edit in your database properties