Jump to content

snox

Members
  • Content Count

    10
  • Joined

  • Last visited

Posts posted by snox


  1. olá, queria criar um item que toda vez que você clica nele, um item utilizavel que da bonus eletronico aleatorio de 0 ~ 100, e que tivesse uma tabela no sql que toda vez que alterasse lá, mudasse na tabela para não acontecer bug, alguém poderia me ajudar ?


  2. I changed the exp level of the db folder to 255 and job to 200 and I already changed the mmo.h in the src to 255, but when I turn on the emulator, it accuses me of this error

    [Error]: pc_read_exp_db_sub_class: Specified max 255 for group 'FirstClasses', but that group's base exp table only goes up to level 99.
    [Info]: Filling the missing values with the last exp entry.
    [Error]: pc_read_exp_db_sub_class: Specified max 255 for group 'TranscendedClasses', but that group's base exp table only goes up to level 98.
    [Info]: Filling the missing values with the last exp entry.
    [Error]: pc_read_exp_db_sub_class: Specified max 200 for group 'SecondClasses', but that group's job exp table only goes up to level 49.
    [Info]: Filling the missing values with the last exp entry.
    [Error]: pc_read_exp_db_sub_class: Specified max 200 for group 'TranscendedFirstClasses', but that group's job exp table only goes up to level 49.
    [Info]: Filling the missing values with the last exp entry.
    [Error]: pc_read_exp_db_sub_class: Specified max 200 for group 'TranscendedSecondClasses', but that group's job exp table only goes up to level 69.
    [Info]: Filling the missing values with the last exp entry.
    [Error]: pc_read_exp_db_sub_class: Specified max 200 for group 'NinjaAndGunslinger', but that group's job exp table only goes up to level 69.
    [Info]: Filling the missing values with the last exp entry.
    [Error]: pc_read_exp_db_sub_class: Specified max 200 for group 'StarGladiator', but that group's job exp table only goes up to level 49.
    [Info]: Filling the missing values with the last exp entry.
    [Error]: pc_read_exp_db_sub_class: Specified max 200 for group 'SuperNovice', but that group's job exp table only goes up to level 98.

     

    how to proceed


  3. boa tarde, queria editar essa skill para ao inves de acerta o inimigo, na hora que eu clicar na habilidade, ela ser em mim o efeito no proprio jogador, tentei editar pelo bros, mais lá só serve para o emulador antigo, no mais recente não consegui .

        Id: 402
        Name: "PF_MINDBREAKER"
        Description: "Mind Breaker"
        MaxLevel: 5
        Range: 9
        Hit: "BDT_SKILL"
        SkillType: {
            Enemy: true
        }
        DamageType: {
            NoDamage: true
        }
        AfterCastActDelay: {
            Lv1: 800
            Lv2: 900
            Lv3: 1000
            Lv4: 1100
            Lv5: 1200
            Lv6: 1300
            Lv7: 1400
            Lv8: 1500
            Lv9: 1600
            Lv10: 1700
        }
        SkillData1: 30000
        CoolDown: 0
        Requirements: {
            SPCost: {
                Lv1: 12
                Lv2: 15
                Lv3: 18
                Lv4: 21
                Lv5: 24
                Lv6: 27
                Lv7: 30
                Lv8: 33
                Lv9: 36
                Lv10: 39
            }
        }

    @edit 

    consegui só alterar a linha 

    Enemy: true para Self: true

    mais ela falha umas vezes antes dela funcionar, como deixa a chance dela funcionar 100% ?


  4. apareceu esse erro no npc, queria saber oque fazer para consertar

    [Error]: script error in file 'npc/personalizado/removedora de cartas.txt' line 57 column 19
        parse_line: need ';'
        54:
        55: set .@Choose$, .@Choose$+":- Cancelar";
        56:
    *   57: set .@Part, Select(.@Choose$);
            ~~~~~~~~~~~~^
        58:
        59: if( .@Part > 10 )
        60: {

    npc:

    https://pastebin.com/McmhH9Jy

    como faço para arrumar ?


  5. boom dia galera, queria pergunta oque eu faço para mudar no emulador a opção para, exemplo o povo cria uma party para UPAR, dai fazer com que qual quer level dividir exp no up, o lvel maximo poder upar o level 1 por exemplo, oque eu faço ?


  6. no emulador fica acusando esses warnning nos npc, acho que é de tanto usar o mesmo sprit do npc em todas as duplicada, acompanha o erro!

    [Warning]: npc_parseview: Use of numeric NPC view IDs is deprecated and may be removed in a future update. Please use NPC view constants instead. ID '105' specified in file 'npc/personalizado/mvp_retorno.txt', line '53'.
    [Warning]: npc_parseview: Use of numeric NPC view IDs is deprecated and may be removed in a future update. Please use NPC view constants instead. ID '105' specified in file 'npc/personalizado/mvp_retorno.txt', line '54'.
    [Warning]: npc_parseview: Use of numeric NPC view IDs is deprecated and may be removed in a future update. Please use NPC view constants instead. ID '105' specified in file 'npc/personalizado/mvp_retorno.txt', line '55'.
    [Warning]: npc_parseview: Use of numeric NPC view IDs is deprecated and may be removed in a future update. Please use NPC view constants instead. ID '105' specified in file 'npc/personalizado/mvp_retorno.txt', line '56'.
    [Warning]: npc_parseview: Use of numeric NPC view IDs is deprecated and may be removed in a future update. Please use NPC view constants instead. ID '105' specified in file 'npc/personalizado/mvp_retorno.txt', line '58'.
    [Warning]: npc_parseview: Use of numeric NPC view IDs is deprecated and may be removed in a future update. Please use NPC view constants instead. ID '105' specified in file 'npc/personalizado/mvp_retorno.txt', line '59'.
    [Warning]: npc_parseview: Use of numeric NPC view IDs is deprecated and may be removed in a future update. Please use NPC view constants instead. ID '105' specified in file 'npc/personalizado/mvp_retorno.txt', line '60'.
    [Warning]: npc_parseview: Use of numeric NPC view IDs is deprecated and may be removed in a future update. Please use NPC view constants instead. ID '105' specified in file 'npc/personalizado/mvp_retorno.txt', line '61'.
    [Warning]: npc_parseview: Use of numeric NPC view IDs is deprecated and may be removed in a future update. Please use NPC view constants instead. ID '105' specified in file 'npc/personalizado/mvp_retorno.txt', line '62'.
    [Warning]: npc_parseview: Use of numeric NPC view IDs is deprecated and may be removed in a future update. Please use NPC view constants instead. ID '105' specified in file 'npc/personalizado/mvp_retorno.txt', line '63'.
    [Warning]: npc_parseview: Use of numeric NPC view IDs is deprecated and may be removed in a future update. Please use NPC view constants instead. ID '105' specified in file 'npc/personalizado/mvp_retorno.txt', line '65'.
    [Warning]: npc_parseview: Use of numeric NPC view IDs is deprecated and may be removed in a future update. Please use NPC view constants instead. ID '105' specified in file 'npc/personalizado/mvp_retorno.txt', line '66'.
    [Warning]: npc_parseview: Use of numeric NPC view IDs is deprecated and may be removed in a future update. Please use NPC view constants instead. ID '105' specified in file 'npc/personalizado/mvp_retorno.txt', line '67'.
    [Warning]: npc_parseview: Use of numeric NPC view IDs is deprecated and may be removed in a future update. Please use NPC view constants instead. ID '459' specified in file 'npc/personalizado/mvp_warper.txt', line '1'.
    [Warning]: npc_parseview: Use of numeric NPC view IDs is deprecated and may be removed in a future update. Please use NPC view constants instead. ID '934' specified in file 'npc/personalizado/pvp_warper.txt', line '2'.
    [Warning]: npc_parseview: Use of numeric NPC view IDs is deprecated and may be removed in a future update. Please use NPC view constants instead. ID '733' specified in file 'npc/personalizado/pvp_warper.txt', line '21'.

     

    oque fazer para arrumar esse problema ?


  7. mudei o level do exp da pasta db para 255 e job para 200 e ja mudei no mmo.h no src para 255, só que quando vou ligar o emulador me acusa esse erro.

    [Error]: pc_read_exp_db_sub_class: Specified max 255 for group 'FirstClasses', but that group's base exp table only goes up to level 99.
    [Info]: Filling the missing values with the last exp entry.
    [Error]: pc_read_exp_db_sub_class: Specified max 255 for group 'TranscendedClasses', but that group's base exp table only goes up to level 98.
    [Info]: Filling the missing values with the last exp entry.
    [Error]: pc_read_exp_db_sub_class: Specified max 200 for group 'SecondClasses', but that group's job exp table only goes up to level 49.
    [Info]: Filling the missing values with the last exp entry.
    [Error]: pc_read_exp_db_sub_class: Specified max 200 for group 'TranscendedFirstClasses', but that group's job exp table only goes up to level 49.
    [Info]: Filling the missing values with the last exp entry.
    [Error]: pc_read_exp_db_sub_class: Specified max 200 for group 'TranscendedSecondClasses', but that group's job exp table only goes up to level 69.
    [Info]: Filling the missing values with the last exp entry.
    [Error]: pc_read_exp_db_sub_class: Specified max 200 for group 'NinjaAndGunslinger', but that group's job exp table only goes up to level 69.
    [Info]: Filling the missing values with the last exp entry.
    [Error]: pc_read_exp_db_sub_class: Specified max 200 for group 'StarGladiator', but that group's job exp table only goes up to level 49.
    [Info]: Filling the missing values with the last exp entry.
    [Error]: pc_read_exp_db_sub_class: Specified max 200 for group 'SuperNovice', but that group's job exp table only goes up to level 98.

     

    oque devo fazer para corrigir ?

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.