Search results

  1. Hyroshima

    Mob Element View

    View File Mob Element View A small mod that allows you to display a custom icon and a title referring to the element and element level of the mob. It can be disabled by changing it in monster.conf // Show Element Info [Hyroshima] // 0= Off, 1= On mob_ele_view: 1 I...
  2. Hyroshima

    Mir4 Enchant

    View File Mir4 Enchant It allows you to enchant equipment using a random system between possibilities, and each registered title has 4 categories of rarity: S,A,B,C and each one with its respective chances. Note: It is necessary to add the functions to manipulate arrays...
  3. Hyroshima

    Baron of Cards

    View File Baron of Cards By deliver with noble items to the baron he will allow you to try your luck in your card game, being able to get cards mini-boss, mvps or common. Important: I was unable to upload the illustration images (always returns error -200), they are just...
  4. Hyroshima

    Script Command: guild_ally

    It's not a big deal but I'm providing a utility that I made because I hadn't found anything that did this, basically you pass 2 guild IDs to check if they are allies, 1 for true and 0 for false. script.c /* //Hyroshima *guild_ally(guild_id1,guild_id2) //= PARAM 1 (guild1) PARAM 2 (guild2)...
  5. Hyroshima

    Add cooldown dynamically on npcs

    I made this function for a friend and it can be useful in general.  basically allows you to add wait time for something in npc, you can put different times in the same npc using the reference names. a utility to put in Global_Functions //== Function F_SetNpcCD...
  6. Hyroshima

    Item drop is bugged?

    Hi guys, maybe I'm doing something wrong that I haven't noticed yet. the issue is that I didn't change the drop rates, I just went there on mob_db (mob_id 1101) and changed the item rate to 10000 (100%), so the item should drop whenever I kill mob 1101 correct? As I show in the video this does...
  7. Hyroshima

    Mob Sprite in npc don't walk anymore?

    Hey guys. So, for some time I was creating an instance with interactive npcs, that walk around the map to give more immersion in the story. I was using a client 2018, so I tried it on a newer client in 2020 and it didn't work, so I went looking for where it was working to try to resolve it...
  8. Hyroshima

    Alter formula bonus2 bAddClass,Class_All

    hi guys how do i change the formula of these statuses to be the same as pre-re? RE (based on weapon attack): bonus2 bAddClass,Class_All,20; PRE (based on AtkPower player): bonus2 bAddClass,Class_All,20;
  9. Hyroshima

    Convert code to linux

    I was using this mod from the normal goddameit on windows (vs), but when I tried to compile in linux he accused the lack of a windows library: WINSOCK2.H would it be possible to convert the ping.c code for linux centos and maintain the same functionality? ping.c #ifdef _DEBUG #define new...
  10. Hyroshima

    Doubt RO Zero Client

    Hello, I would like to know what is needed so that I can set up a client that works with hexeds re_zero, i tried in several ways using nemo (4144) diff more happen a lot of errors. I searched the forum but nothing that could give me a light. RO Zero hexed version: ? Packet MMO: ? if not...
  11. Hyroshima

    Callfunc npc script in src code?

    hlw, would anyone tell me how to execute a callfunc "func", param1,param2; in src (função de npc script existente!)   ? one skill will call callfunc "func", 1, skill_id; I need to pass param1 = 1, param2 = skil_level
  12. Hyroshima

    FluxCP problema com addon

    bom-dia pessoal, estou criando um addon para funcionar com um projeto que estou desenvolvendo, porem estou levando uma surra dos métodos em que a flux funciona. Consegui criar parte do addon, o problema mesmo é em criar um campo (formulário) para que o usuário consiga adicionar um código serial...
  13. Hyroshima

    Contact Urgently!

    Does anyone know how I can get in touch with yommy? Thank you in advance!~
  14. Hyroshima

    click and move cell area max!

    Hi guys, how to increase the maximum point to walk?     in the image below can not walk until mouse click!   I disabled: #define OFFICIAL_WALKPATH   and nothing has changed        Grateful Already~
  15. Hyroshima

    [Race System] Request! pls

    Hello everyone! ... I am looking races system... Someone would have saved it and I can share with me ? Thanked now !
  16. Hyroshima

    [Dúvida] Existe cliente diferente (tipo um cliente especifico)?

    bom-dia, tipo, meu cliente é montado praticamente com arquivos do rathena e/ou alguns do brAthena.. existe alguma incompatibilidade ao usa-lo com o hercules?
Back
Top