3rd Class Website MuCore not display

Results 1 to 3 of 3
  1. #1
    Member jamnior is offline
    MemberRank
    Sep 2012 Join Date
    74Posts

    3rd Class Website MuCore not display

    Hello,
    My MuCore Ranking not display a 3rd class and status check "3rd class",
    screen:



    and this is my custom_variables.php file:

    PHP Code:
    <?
    #Player Kill Status variables
    $pk_status_variables = array(
        
    => 'Hero Level 2'
        
    => 'Hero Level 1'
        
    => 'Normal',
        
    => 'PK Level 1',
        
    => 'PK Level 2',
        
    => 'Murder Level'
        
    );


    #Downloads Categories variables
    $downloads_cat = array(
        
    => 'Full Client',
        
    => 'No Sound Client',
        
    => 'Utilites'
        
    );
        
        
    #Character Mode Variables
    $characters_ctlcode = array(
        
    => 'Normal',
        
    => 'Blocked',
        
    32 => 'Game Master',
        
    => 'Game Master Invisibile'
        
    );

    #Account Mode Variables
    $account_mode = array(
        
    => 'Normal',
        
    => 'Blocked',
        
    );

    #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','wiz.gif'),
      
    16=> array('Dark Knight','dk.gif'),
      
    17=> array('Blade Knight','dk.gif'),
      
    18=> array('Blade Master','dk.gif'),
      
    32=> array('Elf','elf.gif'),
      
    33=> array('Muse Elf','elf.gif'),
      
    34=> array('High Elf','elf.gif'),
      
    48=> array('Magic Gladiator','mg.gif'),
      
    49=> array('Duel Master','mg.gif'),
      
    50=> array('Duel Master','mg.gif'),
      
    64=> array('Dark Lord','dl.gif'),
      
    65=> array('Emperor','dl.gif'),
      
    66=> array('Emperor','dl.gif'),
      
    80=> array('Summoner','sm.gif'),
      
    81=> array('Bloody Summoner','sm.gif'),
      
    82=> array('Dimention Master','sm.gif'),
      
    96=> array('Rage Fighter','rf.gif'),
      
    97=> array('Fist Master','rf.gif'),

    );


    #Maps codes variables
    $maps_codes = array(
        
    => 'Lorencia',
        
    => 'Dungeon',
        
    => 'Devias',
        
    => 'Noria',
        
    => 'Losttower',
        
    => 'Exile',
        
    => 'Stadium/Arena',
        
    => 'Atlans',
        
    => 'Tarkan',
        
    10 => 'Icarus',
        
    11 => 'Blood Castle 1',
        
    12 => 'Blood Castle 2',
        
    13 => 'Blood Castle 3',
        
    14 => 'Blood Castle 4',
        
    15 => 'Blood Castle 5',
        
    16 => 'Blood Castle 6',
        
    17 => 'Blood Castle 7',
        
    52 => 'Blood Castle 8',
        
    18 => 'Chaos Castle',
        
    19 => 'Chaos Castle',
        
    20 => 'Chaos Castle',
        
    21 => 'Chaos Castle',
        
    22 => 'Chaos Castle',
        
    23 => 'Chaos Castle',
        
    53 => 'Chaos Castle',
        
    24 => 'Kalima 1',
        
    25 => 'Kalima 2',
        
    26 => 'Kalima 3',
        
    27 => 'Kalima 4',
        
    28 => 'Kalima 5',
        
    29 => 'Kalima 6',
        
    36 => 'Lost Kalima',
        
    31 => 'Lands Of Trials',
        
    33 => 'Aida',
        
    34 => 'Crywolf',
        
    37 => 'Kantru',
        
    38 => 'Kantru',
        
    39 => 'Kantru',
        
    45 => 'Illusion Temple 1',
        
    46 => 'Illusion Temple 2',
        
    47 => 'Illusion Temple 3',
        
    48 => 'Illusion Temple 4',
        
    49 => 'Illusion Temple 5',
        
    50 => 'Illusion Temple 6',
        
    41 => 'Barracks Of Balgass',
        
    42 => 'Refuge Balgass',
        
    40 => 'Silent Map',
        
    51 => 'Elbeland',
        
    56 => 'Swamp of Calmness',
        
    57 => 'Raklion',
        
    58 => 'Raklion',
        
    62 => 'Santa Land',
        
    79 => 'Loren Market',


    );



    #Secret Questions
    $secret_questions = array(
       
    => 'Na jakim serwerze zamierzasz teraz grac?',
       
    => 'Jaka jest data urodzin Twojej Mamy?',
       
    => 'W jakim miescie mieszkasz?',
       
    => 'Twoja ulubiona kanapka w McDonalds?',
       
    => 'Od ilu lat grasz w MuOnline?',
       
    => 'Czytasz regulaminy obowiazujace na serwerach Mu?',
       
    => 'Jaki jest twoj pseudonim?',
       
    => 'Jaka jest twoja ulubiona mapa w MuOnline?',
       
    => 'Jaka postac w MuOnline posiada Skill Evil Spirit?',
       
    10 => 'Jakie miasto jest Stolica Polski?',

    );



    #Contact Us Subjects
    $contact_subjects = array(
       
    => 'Game Bug',
       
    => 'Site Feedback',
       
    => 'Site Problem',
       
    => 'Registration Problem',
       


    );






    #Dark Lord Class Codes Check For Add Level Up Points Command
    $darklord_classes_levelup = array('64','65','');


    ?>
    Thanks for help


  2. #2
    Grand Master 2009x2014 is offline
    Grand MasterRank
    Dec 2009 Join Date
    2,765Posts

    Re: 3rd Class Website MuCore not display

    try GM = 3
    BM = 19
    HE = 35
    DM = 50
    DS = 83
    RF = 98

  3. #3
    Member jamnior is offline
    MemberRank
    Sep 2012 Join Date
    74Posts

    Re: 3rd Class Website MuCore not display

    Now It's OK
    Thank you very much 4FUNer :)



Advertisement