Search results

  1. T

    Fail with custom Logs

    Working on a log damage, but a strange error when saving a data within the database. void log_damage_skills(int char_id, const char *char_name, int class, int char_lvl,int batk,int watk, int mob_id, const char *mob_name, int mob_lvl, int skill_id, int skill_lv, struct Damage damagd, int...
  2. T

    [ Requests ]Ragnarok Chibi Renders

    I have seen that many servers use renderings of Ragnarok Chibis, virtually all are of JRO, I would like to also have access to these renderings, where can I download them?
  3. T

    Launch script OnEvent from SRC, is possible?

    I'm thinking of adding a system of analyzing, but ... to achieve function as desire. I would be useful for certain events scripts are executed, but from the src ... remember someone posted something similar.
  4. T

    Keep Battlemode chat.

    Would it be possible to add an option to keep the Battle Mode cheat then send a message? We explained my situation: 1.- I'm playing in Battle Mode, but then I get a message from another player and I want to answer. 2.- Press 'Enter' to deactivate the battle and write my message and pressed...
  5. T

    Como editar el nuevo mob_db.conf de manera masiva?

    Yo me dedico a hacer mod servers. Y este nuevo formato me ha complicado enormemente el trabajo. Ojo, no estoy pidiendo un convertidor. Si no algo que me permia editar cientos de monstruos de manera muy facil siguiendo una serie de formulas.
  6. T

    Link Item System!!!!

  7. T

    what is add_random_options?

    this! and... And ... How do use it?
  8. T

    Is it possible this ASPD formula?

    I've been trying to change the formula of ASPD to work as follows. ASPD 50: 0.5 Hits per second ASPD 100: 1 Hits per second ASPD 200: 2 Hits per second ASPD 300: 3 Hits per second ASPD 400: 4 Hits per second ETC... Unfortunately however much you move all variables in the SRC, it seems...
  9. T

    Visual Studio 2015 support.

    Recently install visual studio express 2015 But it seems that is not currently possible to compile directly the Hercules. Do you plan to later include support for VS 2015 Express?
  10. T

    Make kRO Account and Download Client

    I want to test and analyze packets kRO but I do not know as in kRO create an account and download the client need regular kRO.
  11. T

    Bug in Vending with Client 2015 [Video]

    Look! Part 2 https://www.youtube.com/watch?v=NrTq0j6WW-U
  12. T

    How I can study the packets?

    I want to use the 2015 Client. But I have seen that there are certain errors. I have been to modify clif.c to fix some minor problems. But there are bugs that remain and need to be able to read the packets that are sent and received by the emulator. Try using Peek, but there is an error that...
  13. T

    ¿Staff de Hercules desaparecido?

    ¿Alguien ha notado que en ultimas fechas el Staff de Hercules anda muy desaparecido? Ya ni veo que revisen temas por ejemplo... Aplicar para el Staff. O cosas importantes para el desarrollo de compatibilidad como el Peek.
  14. T

    PEEK - Successor to Yommy's Packet Analyzer

    @@Neo @@Yommy i have this bug.
  15. T

    Edit SI_ICON Cooldown.

    I would edit the countdown of SC_effects. reviewing the code I have seen that the counter is the file: "SI_POSTDELAY" in status.h show: SI_POSTDELAY = 46, en lua files show: EFST_POSTDELAY = 46, EFST_GDSKILL_POSTDELAY = 175, EFST_HALLUCINATIONWALK_POSTDELAY = 335, But I find...
  16. T

    ¿Que hacer antes de iniciar un servidor?

    Muchas veces me he topado con esta situacion. Hay 2 servidores. Uno le pone su maximo esfuerzo y agrega contenido propio. Inicia su servidor y... no pasa de 20 usuarios. El 2° servidor, solo bajo el emulador, cambio los rates y activo los npc custom por default.... y el primer dia de apertura...
  17. T

    How add Arrays to a Array

    Example Array = 1,2,3,4,5; if(Class == Swordman)  Add value: 6,7,8; if(Baselevel > 90)  Add value: 9,10; Final Array: 1,2,3,4,5,6,7,8,9,10;
  18. T

    get and set info of mapreg

    I'm doing a modification from the source , but I need that they can be read and modified certain integer values ​​in mapreg table. {// integer variable data->type = C_INT; switch( reg[0] ) { case '@': data->u.num = pc->readreg(sd, script->add_str(reg)); break; case...
  19. T

    Compare two numbers in MySQL.

    Currently I feel the need to make a table with certain numbers, players must put a PIN, the problem is that the saved in the MySQL database often is not the same number, add additional numbers. It would be possible to make the MySQL make a comparison of the last 6 numbers? Example: Number in...
Back
Top