NowaHosting


AlphaServers


Resultados 1 a 2 de 2
  1. #1
    Developer C++ Rooh's Avatar


    Data de Ingresso
    Aug 2022
    Posts
    58
    Thanks Thanks Given 
    30
    Thanks Thanks Received 
    291
    Thanked in
    30 Posts
    Mentioned
    6 Post(s)
    Humor
    Yeehaw
    País
    Canada

    Correção Vault FUTURECMS Xteam

    Vai em Table.php

    E troque MUEMU Por

    Código:
     if (isset($config['server_files']) && $config['server_files'] == 'MUEMU') {
                define('__ITEM_LENGTH__', '40');
                define('__ITEM_EMPTY__', 'FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF');
                define('__SERIAL_EMPTY__', '0000000000000000');
                define('__INVENTORY_LENGTH__', '4780');
                define('__VAULT_LENGTH__', '4800');
                define('__PERSONAL_SHOP_LENGTH__', '0');
                define('__MASTER_SKILL_TREE_LENGTH__', '360');
                define('__MAGIC_LIST_LENGTH__', '180');
                define('_TBL_CHARACTER_MLEVEL_', 'MasterLevel');
                define('_TBL_CHARACTER_RESETS_', 'ResetCount');
                define('_TBL_CHARACTER_GRESETS_', 'MasterResetCount');
                define('_TBL_CHARACTER_RUUD_', 'RuudMoney');
                define('_TBL_VIP_', 'MEMB_INFO');
                define('_TBL_VIP_ACCOUNTID_', 'memb___id');
                define('_TBL_VIP_LEVEL_', 'AccountLevel');
                define('_TBL_VIP_EXPIRATION_', 'AccountExpireDate');
                define('_TBL_INGAMESHOP_POINT_', 'CashShopData');
                define('_TBL_INGAMESHOP_POINT_ACCOUNTID_', 'AccountID');
                define('_TBL_INGAMESHOP_POINT_WCOINC_', 'WCoinC');
                define('_TBL_INGAMESHOP_POINT_WCOINP_', 'WCoinP');
                define('_TBL_INGAMESHOP_POINT_GP_', 'GoblinPoint');
                define('_TBL_MONSTER_KILL_COUNT_', 'MonsterKillCount');
                define('_TBL_MONSTER_KILL_COUNT_NAME_', 'Name');
                define('_TBL_MONSTER_KILL_COUNT_MONSTER_', 'MonsterClass');
                define('_TBL_MONSTER_KILL_COUNT_COUNT_', 'KillCount');
                define('_TBL_ACC_CHAR_EXT_WAREHOUSE_', 'ExtWarehouse');
                define('_TBL_CHAR_EXT_INV_', 'ExtInventory');
                define('_TBL_MUUN_INV_', 'MuunInventory');
                define('_TBL_MUUN_PERIOD_', 'MuunPeriodItem');
                define('_TBL_MU_CRYWOLF_', 'WZ_CW_INFO');
                define('__ITEM_SKILL_INDEX__', 'SKILLINDEX');
                define('__ITEM_REQ_LEVEL__', 'REQLEVEL');
                define('__ITEM_DROP_LEVEL__', 'DROPLEVEL');
                define('__ITEM_MAGIC_POWER__', 'MAGICPOWER');
                define('__ITEM_REQ_STR__', 'REQSTRENGTH');
                define('__ITEM_REQ_AGI__', 'REQDEXTERITY');
                define('__ITEM_REQ_VIT__', 'REQVITALITY');
                define('__ITEM_REQ_ENG__', 'REQENERGY');
                define('__ITEM_REQ_CMD__', 'REQCOMMAND');
                define('__ITEM_DW__', 'DARKWIZARD');
                define('__ITEM_DK__', 'DARKKNIGHT');
                define('__ITEM_FE__', 'FAIRYELF');
                define('__ITEM_MG__', 'MAGICGLADIATOR');
                define('__ITEM_DL__', 'DARKLORD');
                define('__ITEM_SU__', 'SUMMONER');
                define('__ITEM_RF__', 'RAGEFIGHTER');
                define('__ITEM_GL__', 'GROWLANCER');
                define('__ITEM_RW__', 'RUNEWIZARD');
                define('__ITEM_SL__', 'SLAYER');
                define('__ITEM_GC__', 'GUNCRUSHER');
                define('__ITEM_KM__', 'LIGHTWIZARD');
                define('__ITEM_LM__', 'LEMURIAMAGE');
                define('__ITEM_IK__', 'ILLUSIONKNIGHT');
                $custom['character_class'] = [['Dark Wizard', 'DW', 'dw.png', 'dw_icon.png', 'gm.png', 'dw'], ['Soul Master', 'SM', 'dw.png', 'dw_icon.png', 'gm.png', 'dw'], ['Grand Master', 'GM', 'dw.png', 'dw_icon.png', 'gm.png', 'dw'], '16' => ['Dark Knight', 'DK', 'dk.png', 'dk_icon.png', 'bm.png', 'dk'], '17' => ['Blade Knight', 'BK', 'dk.png', 'dk_icon.png', 'bm.png', 'dk'], '18' => ['Blade Master', 'BM', 'dk.png', 'dk_icon.png', 'bm.png', 'dk'], '32' => ['Elf', 'FE', 'elf.png', 'fe_icon.png', 'he.png', 'fe'], '33' => ['Muse Elf', 'ME', 'elf.png', 'fe_icon.png', 'he.png', 'fe'], '34' => ['High Elf', 'HE', 'elf.png', 'fe_icon.png', 'he.png', 'fe'], '48' => ['Magic Gladiator', 'MG', 'mg.png', 'mg_icon.png', 'dm.png', 'mg'], '50' => ['Duel Master', 'DM', 'mg.png', 'mg_icon.png', 'dm.png', 'mg'], '64' => ['Dark Lord', 'DL', 'dl.png', 'dl_icon.png', 'le.png', 'dl'], '66' => ['Lord Emperor', 'LE', 'dl.png', 'dl_icon.png', 'le.png', 'dl'], '80' => ['Summoner', 'SU', 'sum.png', 'su_icon.png', 'su.png', 'sum'], '81' => ['Bloody Summoner', 'BS', 'sum.png', 'su_icon.png', 'su.png', 'sum'], '82' => ['Dimension Master', 'DiM', 'sum.png', 'su_icon.png', 'su.png', 'sum'], '96' => ['Rage Fighter', 'RF', 'rf.png', 'rf_icon.png', 'rf.png', 'rf'], '98' => ['Fist Master', 'FM', 'rf.png', 'rf_icon.png', 'rf.png', 'rf']];
                $custom['class_filter'] = ['wizard' => [0, 1, 2, 3], 'knight' => [16, 17, 18, 19], 'elf' => [32, 33, 34, 35], 'gladiator' => [48, 50, 51], 'lord' => [64, 66, 67], 'summoner' => [80, 81, 82, 83], 'fighter' => [96, 98, 99]];
                if (100 <= $config['server_files_season']) {
                    $custom['character_class'][112] = ['Grow Lancer', 'GL', 'gl.png', 'gl_icon.png', 'gl.png', 'gl'];
                    $custom['character_class'][114] = ['Mirage Lancer', 'ML', 'gl.png', 'gl_icon.png', 'gl.png', 'gl'];
                    $custom['class_filter']['lancer'] = [112, 114, 115];
                }
                if (122 <= $config['server_files_season']) {
                    $custom['character_class'][3] = ['Soul Wizard', 'SW', 'dw.png', 'dw_icon.png', 'gm.png', 'dw'];
                    $custom['character_class'][19] = ['Dragon Knight', 'DrK', 'dk.png', 'dk_icon.png', 'bm.png', 'dk'];
                    $custom['character_class'][35] = ['Noble Elf', 'NE', 'elf.png', 'fe_icon.png', 'he.png', 'fe'];
                    $custom['character_class'][51] = ['Magic Knight', 'MK', 'mg.png', 'mg_icon.png', 'dm.png', 'mg'];
                    $custom['character_class'][67] = ['Empire Lord', 'EL', 'dl.png', 'dl_icon.png', 'le.png', 'dl'];
                    $custom['character_class'][83] = ['Dimension Summoner', 'DS', 'sum.png', 'su_icon.png', 'su.png', 'sum'];
                    $custom['character_class'][99] = ['Fist Blazer', 'FB', 'rf.png', 'rf_icon.png', 'rf.png', 'rf'];
                    $custom['character_class'][115] = ['Shining Lancer', 'SL', 'gl.png', 'gl_icon.png', 'gl.png', 'gl'];
                    ksort($custom['character_class']);
                }
                if (140 <= $config['server_files_season']) {
                    $custom['character_class'][128] = ['Rune Wizard', 'RW', 'rw.png', 'rw_icon.png', 'rw.png', 'rw'];
                    $custom['character_class'][129] = ['Rune Spell Master', 'RSM', 'rw.png', 'rw_icon.png', 'rw.png', 'rw'];
                    $custom['character_class'][130] = ['Grand Rune Master', 'GRM', 'rw.png', 'rw_icon.png', 'rw.png', 'rw'];
                    $custom['character_class'][131] = ['Grand Rune Wizard', 'GRW', 'rw.png', 'rw_icon.png', 'rw.png', 'rw'];
                    $custom['class_filter']['rune'] = [128, 129, 130, 131];
                }
                if (150 <= $config['server_files_season']) {
                    $custom['character_class'][144] = ['Slayer', 'SR', 'sr.png', 'sr_icon.png', 'sr.png', 'sr'];
                    $custom['character_class'][145] = ['Royal Slayer', 'RS', 'sr.png', 'sr_icon.png', 'sr.png', 'sr'];
                    $custom['character_class'][146] = ['Master Slayer', 'MS', 'sr.png', 'sr_icon.png', 'sr.png', 'sr'];
                    $custom['character_class'][147] = ['Slaughterer', 'SGT', 'sr.png', 'sr_icon.png', 'sr.png', 'sr'];
                    $custom['class_filter']['slayer'] = [144, 145, 146, 147];
                }
                if (160 <= $config['server_files_season']) {
                    $custom['character_class'][160] = ['Gun Crusher', 'GC', 'gc.png', 'gc_icon.png', 'gc.png', 'gc'];
                    $custom['character_class'][161] = ['Gun Breaker', 'GB', 'gc.png', 'gc_icon.png', 'gc.png', 'gc'];
                    $custom['character_class'][162] = ['Master Gun Breaker', 'MGB', 'gc.png', 'gc_icon.png', 'gc.png', 'gc'];
                    $custom['character_class'][163] = ['Highest Gun Crasher', 'HGC', 'gc.png', 'gc_icon.png', 'gc.png', 'gc'];
                    $custom['class_filter']['crusher'] = [160, 161, 162, 163];
                }
                if (170 <= $config['server_files_season']) {
                    $custom['character_class'][176] = ['Light Wizard', 'WM', 'lw.png', 'lw_icon.png', 'lw.png', 'lw'];
                    $custom['character_class'][177] = ['Light Master', 'LM', 'lw.png', 'lw_icon.png', 'lw.png', 'lw'];
                    $custom['character_class'][178] = ['Shining Wizard', 'SHW', 'lw.png', 'lw_icon.png', 'lw.png', 'lw'];
                    $custom['character_class'][179] = ['Luminous Wizard', 'LW', 'lw.png', 'lw_icon.png', 'lw.png', 'lw'];
                    $custom['class_filter']['lwizard'] = [176, 177, 178, 179];
                    $custom['character_class'][192] = ['Lemuria Mage', 'LR', 'lm.png', 'lm_icon.png', 'lm.png', 'lm'];
                    $custom['character_class'][193] = ['Warmage', 'WAM', 'lm.png', 'lm_icon.png', 'lm.png', 'lm'];
                    $custom['character_class'][194] = ['Archmage', 'AM', 'lm.png', 'lm_icon.png', 'lm.png', 'lm'];
                    $custom['character_class'][195] = ['Mystic Mage', 'MM', 'lm.png', 'lm_icon.png', 'lm.png', 'lm'];
                    $custom['class_filter']['lemuria'] = [192, 193, 194, 195];
                }
                if (180 <= $config['server_files_season']) {
                    $custom['character_class'][208] = ['Illusion Knight', 'IK', 'ik.png', 'ik_icon.png', 'ik.png', 'ik'];
                    $custom['character_class'][209] = ['Mirage Knight', 'MiK', 'ik.png', 'ik_icon.png', 'ik.png', 'ik'];
                    $custom['character_class'][210] = ['Illusion Master', 'IM', 'ik.png', 'ik_icon.png', 'ik.png', 'ik'];
                    $custom['character_class'][211] = ['Mystic Knight', 'MyK', 'ik.png', 'ik_icon.png', 'ik.png', 'ik'];
                    $custom['class_filter']['illusion'] = [208, 209, 210, 211];
                }
            }
        }
    }

  2. The Following User Says Thank You to Rooh For This Useful Post:


  3. #2
    Iniciante sasuketamin's Avatar

    Data de Ingresso
    Jul 2022
    Posts
    5
    Thanks Thanks Given 
    37
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Mentioned
    0 Post(s)
    País
    Vietnam
    Can u re-up FUTURECMS ?
    All link is die

Permissões de Postagem

  • Você não pode iniciar novos tópicos
  • You may not post Resposta(s)
  • Você não pode enviar anexos
  • Você não pode editar suas mensagens
  •