• 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!

[PHP] Skills Categories for AAC with Pics!

Status
Not open for further replies.
-.- it works fine on firefox
 
by the way ppl
it's CLUB not mace, I failed translating it :S
 
Great! I'll wait for the 1.1 update or more before i use it :p
 
Thx ^^

Its Fu**ing Nice!!!
rep for you!
rep me back :D
 
This
Code:
<center><table cellspacing="0" cellpadding="0" border="1" width="200"></center>
to
Code:
<table cellspacing="0" cellpadding="0" border="1" width="200" align="center">
:)

o_O this working fine :)
Rep for u
 
Fix 1.1 codename GoldPapaya

tested@ [InternetExplorer 8] [Mozilla Firefox 3.5.4]
[Google Chrome 3.0.195.27] [Opera 10.01]

2e0llj4.jpg

well if you have had trouble with the old one then use this fix
thnx to Zonet for the suggestions
PHP:
//Skills Categories by Cybermaster fix 1.1
$main_content .= '<table cellspacing="0" cellpadding="0" border="1" width="200" align="center">
    <caption><strong>Skills</strong></caption>
    <tbody>
        <tr>                                                        
            <td table align="center"><a href="?subtopic=highscores&list=experience"><img src="/skills/level.gif" alt="" style="border-style: none"/></td>
            <td table align="center"><a href="?subtopic=highscores&list=magic"><img src="/skills/ml.gif" alt="" style="border-style: none"/></td>
            <td table align="center"><a href="?subtopic=highscores&list=fist"><img src="/skills/fist.gif" alt="" style="border-style: none"/></td>
            <td table align="center"><a href="?subtopic=highscores&list=club"><img src="/skills/club.gif" alt="" style="border-style: none"/></td>
            <td table align="center"><a href="?subtopic=highscores&list=sword"><img src="/skills/sword.gif" alt="" style="border-style: none"/></td>
            <td table align="center"><a href="?subtopic=highscores&list=axe"><img src="/skills/axe.gif" alt="" style="border-style: none"/></td>
            <td table align="center"><a href="?subtopic=highscores&list=distance"><img src="/skills/dist.gif" alt="" style="border-style: none"/></td>
            <td table align="center"><a href="?subtopic=highscores&list=shield"><img src="/skills/def.gif" alt="" style="border-style: none"/></td>
            <td table align="center"><a href="?subtopic=highscores&list=fishing"><img src="/skills/fish.gif" alt="" style="border-style: none"/></td>
        </tr>
        <tr>
            <tr bgcolor="gold"><td table align="center"><strong>Level</strong></td>
            <td table align="center"><strong>ML</strong></td>
            <td table align="center"><strong>Fist</strong></td>
            <td table align="center"><strong>Club</strong></td>
            <td table align="center"><strong>Swd</strong></td>
            <td table align="center"><strong>Axe</strong></td>
            <td table align="center"><strong>Dist</strong></td>
            <td table align="center"><strong>Def</strong></td>
            <td table align="center"><strong>Fish</strong></td></font>
        </tr>
        <tr>
            <tr bgcolor="PapayaWhip"><td table align="center">'.$player->getLevel().'</td>
            <td table align="center">'.$player->getMagLevel().'</td>
            <td table align="center">'.$player->getSkill(0).'</td>
            <td table align="center">'.$player->getSkill(1).'</td>
            <td table align="center">'.$player->getSkill(2).'</td>
            <td table align="center">'.$player->getSkill(3).'</td>
            <td table align="center">'.$player->getSkill(4).'</td>
            <td table align="center">'.$player->getSkill(5).'</td>
            <td table align="center">'.$player->getSkill(6).'</td>
        </tr>
    </tbody>
</table>
<div table align="center">&nbsp;<br />
&nbsp;</div>';
//skill script end
 
tested@ [InternetExplorer 8] [Mozilla Firefox 3.5.4]
[Google Chrome 3.0.195.27] [Opera 10.01]

2e0llj4.jpg

well if you have had trouble with the old one then use this fix
thnx to Zonet for the suggestions
PHP:
//Skills Categories by Cybermaster fix 1.1
$main_content .= '<table cellspacing="0" cellpadding="0" border="1" width="200" align="center">
    <caption><strong>Skills</strong></caption>
    <tbody>
        <tr>                                                        
            <td table align="center"><a href="?subtopic=highscores&list=experience"><img src="/skills/level.gif" alt="" style="border-style: none"/></td>
            <td table align="center"><a href="?subtopic=highscores&list=magic"><img src="/skills/ml.gif" alt="" style="border-style: none"/></td>
            <td table align="center"><a href="?subtopic=highscores&list=fist"><img src="/skills/fist.gif" alt="" style="border-style: none"/></td>
            <td table align="center"><a href="?subtopic=highscores&list=club"><img src="/skills/club.gif" alt="" style="border-style: none"/></td>
            <td table align="center"><a href="?subtopic=highscores&list=sword"><img src="/skills/sword.gif" alt="" style="border-style: none"/></td>
            <td table align="center"><a href="?subtopic=highscores&list=axe"><img src="/skills/axe.gif" alt="" style="border-style: none"/></td>
            <td table align="center"><a href="?subtopic=highscores&list=distance"><img src="/skills/dist.gif" alt="" style="border-style: none"/></td>
            <td table align="center"><a href="?subtopic=highscores&list=shield"><img src="/skills/def.gif" alt="" style="border-style: none"/></td>
            <td table align="center"><a href="?subtopic=highscores&list=fishing"><img src="/skills/fish.gif" alt="" style="border-style: none"/></td>
        </tr>
        <tr>
            <tr bgcolor="gold"><td table align="center"><strong>Level</strong></td>
            <td table align="center"><strong>ML</strong></td>
            <td table align="center"><strong>Fist</strong></td>
            <td table align="center"><strong>Club</strong></td>
            <td table align="center"><strong>Swd</strong></td>
            <td table align="center"><strong>Axe</strong></td>
            <td table align="center"><strong>Dist</strong></td>
            <td table align="center"><strong>Def</strong></td>
            <td table align="center"><strong>Fish</strong></td></font>
        </tr>
        <tr>
            <tr bgcolor="PapayaWhip"><td table align="center">'.$player->getLevel().'</td>
            <td table align="center">'.$player->getMagLevel().'</td>
            <td table align="center">'.$player->getSkill(0).'</td>
            <td table align="center">'.$player->getSkill(1).'</td>
            <td table align="center">'.$player->getSkill(2).'</td>
            <td table align="center">'.$player->getSkill(3).'</td>
            <td table align="center">'.$player->getSkill(4).'</td>
            <td table align="center">'.$player->getSkill(5).'</td>
            <td table align="center">'.$player->getSkill(6).'</td>
        </tr>
    </tbody>
</table>
<div table align="center">&nbsp;<br />
&nbsp;</div>';
//skill script end

Why did you say 'Thanks to Zonet for suggestions'? He did everything, you just changed the script..

You should say 'Thanks to Zonet for the fix, I edited the main script for you guys, so you don't have to anymore'.
 
@up because I made the script, flamer
 
~bump
and I re-scripted everything :mad:
 
@up because I made the script, flamer

Lol you didn't even change the whole script, you just changed what zonet told you to change, so give him the credits for that, that's why I flamed you
 
Lol but that's exactly what I did! well in this case suggestions = credits
anyway forget it rep+ bro
 
Lol Cybermaster are the first scripter ?
Edit
@up
its look cool (A)
 
Status
Not open for further replies.
Back
Top