Jump to content

freezing1

Members
  • Posts

    53
  • Joined

  • Last visited

Posts posted by freezing1

  1. Hello everyone, I have difficulty adding the recall as a status icon.
    
    I tried this way and it fails to compile:
    
    status.c:
    
    set_sc (GD_EMERGENCYCALL, SC_GUILDCALL, SI_GUILDCALL, SCB_NONE);
    
    StatusIconChangeTable [SC_GUILDCALL] = SI_GUILDCALL;
    
    Could someone give me a light?
  2. o problema foi solucionado, tive que usar uma job_exp custom e fixar hp entre todas classes. que é 5k.. testei 1rd, 2rd e até as primeiras. novice, arqueiro etc..
    fica aqui essa "solução" pra quem tiver o mesmo problema ^_^

    quem tiver dúvidas, me manda pm.

    (outras pessoas deveriam fazer o mesmo, assim a comunidade se ajudaria mais)
    abraço

  3. Hello, thank you for replying.

    The default settings like this have already been made.

    my config:

        { "max_lv",                             &battle_config.max_lv,                          254,     0,      MAX_LEVEL,      },
        { "aura_lv",                            &battle_config.aura_lv,                         254,     0,      INT_MAX,        },

    #define MAX_LEVEL 254

    trunk/db/pre-re/job_exp.txt

    Level 99 change 255
    //Base - Normal and Baby Jobs
    //Base - Trans Jobs

     

    /trunk/conf/battle/client.conf

    // Maximum allowed 'level' value that can be sent in unit packets.
    // Use together with the aura_lv setting to tell when exactly to show the aura.
    // NOTE: You also need to adjust the client if you want this to work.
    // NOTE: Default is 99. Values above 127 will probably behave incorrectly.
    // NOTE: If you don't know what this does, don't change it!!!
    max_lv: 254

    // Level required to display an aura.
    // NOTE: This assumes that sending max_lv to the client will display the aura.
    // NOTE: aura_lv must not be less than max_lv.
    // Example: If max_lv is 99 and aura_lv is 150, characters with level 99~149
    //          will be sent as being all level 98, and only characters with level
    //          150 or more will be reported as having level 99 and show an aura.
    aura_lv: 254

     

  4. Hello all good, how are you?
    
    
    
    
    
    So I've been using rathena for about 15 days and only today I tried to change the maximum level.. because in other emulators this is very simple and practical, however here I had problems.
    
    
    
    The server settings are:
    
    Level base 254 - Job 70 all classes.
    
    
    
    Following is the files I'm using with its error image on the console.
    
    
    
    Files:
    
    
    Job_db1: http://pastebin.com/K2TFvHra
    
    
    Job_exp: http://pastebin.com/XUZgH78J
    
    Job_basehpsp_db: http://pastebin.com/Kq8ZFHgi
    
    
    
    Image: 
    http://i.imgur.com/cb8dduM.png
    
    Sorry for the english, I'm using the translator.
    
  5. Olá a todos, tudo bem?

     

    Então,  tou usando o rathena a uns 15 dias e só hoje tentei modificar o level máximo.. porque em outros emuladores isso é muito simples e prático, porém aqui eu tive problemas.

    As configurações do servidor são:
    Level base 254 - Job 70 todas classes.

    Segue a os arquivos que estou usando com a respectiva imagem do erro no console.

    Arquivos: 

    job_db1: http://pastebin.com/K2TFvHra

    job_exp: http://pastebin.com/XUZgH78J

    job_basehpsp_db: http://pastebin.com/Kq8ZFHgi

    Imagem:
    cb8dduM.png

×
×
  • Create New...