how to remove for example rage fighter and etc from your mucore website rankings if you use only muserver season4 ? i made a quick look into rankings.php but i think it is not there.
http://i40.tinypic.com/av350i.jpg
Printable View
how to remove for example rage fighter and etc from your mucore website rankings if you use only muserver season4 ? i made a quick look into rankings.php but i think it is not there.
http://i40.tinypic.com/av350i.jpg
it must be somewhere in ur files . . . search a text in ur files from the ranking page and u mite find the file.
Posted via Mobile Device
Go to MuCore Folder/engine/custom_variables.php, search for $characters_class and delete lines with characters which you dont use on your server and save. Done.
Also if you dont want to delete lines, you can just comment it, for example:
Comment line start with //PHP Code:#Characters classes and images of them variables
$characters_class = array (
0=> array('Dark Wizard','wiz.gif'),
1=> array('Soul Master','wiz.gif'),
2=> array('Grand Master','gm.gif'),
//3=> array('Grand Master','gm.gif'),
16=> array('Dark Knight','dk.gif'),
17=> array('Blade Knight','dk.gif'),
18=> array('Blade Master','bm.gif'),
//19=> array('Blade Master','bm.gif'),
32=> array('Fairy Elf','elf.gif'),
33=> array('Muse Elf','elf.gif'),
34=> array('High Elf','hi.gif'),
//35=> array('High Elf','hi.gif'),
48=> array('Magic Gladiator','mg.gif'),
//49=> array('Duel Master','dm.gif'),
50=> array('Duel Master','dm.gif'),
64=> array('Dark Lord','dl.gif'),
65=> array('Lord Emperor','le.gif'),
//66=> array('Lord Emperor','le.gif'),
80=> array('Summoner','sm.gif'),
81=> array('Bloody Summoner','sm.gif'),
82=> array('Dimension Master','su.gif'),
//83=> array('Dimension Master','su.gif'),
96=> array('Rage Fighter','rf.gif'),
//97=> array('Rage Fighter','rf.gif'),
98=> array('Fist Master','fm.gif'),
);