Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/06/22 in all areas

  1. Hello everyone, I recently made a post about "New RO" in this same category, and a lot of people gave me nice feedbacks, so today I bring something that I was already thinking about doing for the community, but I wasn't in the mood, I want to thank my friends and developers @Pixel and @craftro without them none of this would be possible. About the project: ROW is an executable visual editor, you put your "YouRagnarok_patched.exe" and it will give you the options (just like WARP or NEMO) but this is for custom things So you need to have an exe already built, otherwise you won't be able to enter the game It is currently in the ALPHA BETA version, so you will only be able to access 1 function, which is to change the color of the monsters' hp bar. To use it is very simple, you select your exe, choose the look you want and generate the exe. Note: If you have gepard, it will probably not allow any changes, so test with gepard disabled. The site is not responsive yet, this is just a test model, and if you find any bugs let me know, it is to work on any version of the exe (2010~2022) (Except for Ragnarok Zero new UI) Link: https://hexed-regexe.herokuapp.com/mobs Link discord project https://discord.gg/MxTB7WJVy5
    1 point
  2. mes "Input item ID"; next; input .@tmp, 0, 32767; mes "["+ strnpcinfo(1) +"]"; if ( getitemname(.@tmp) == "null" ) { mes "Invalid item ID"; next; break; Find this line and edit 32767 as I think it covers the maximum IDs it holds. I suppose you're using Item IDs more than 32767. input .@tmp, 0, 32767;
    1 point
  3. Version 1.0.0

    587 downloads

    Addition/Modification at Source - Announcement and Log system when dropping MvP/Mini-Boss Card - Advertises globally when dropping a MvP or Mini-Boss Card regardless of the drop_rate and saves a log in the database. NOTE1: Announces and saves the log of MvP/Mini-Boss cards only. NOTE2: All settings can be accessed in the `conf/battle/drops.conf` file. Use - For those who have difficulty placing just to announce the drop of MvP/Mini-Boss cards without having a conflict of drop_rate. - In addition to advertising, you can also save a log each time one of these cards is dropped to use as tracking. - There is also an extensive way of configuring the system, being able to turn it off completely or activate only the advertisement or only the log. General System Settings - Enable or disable the entire system. MvP Card Settings - Enable or disable MvP card drop and log announcement system only. - Enable or disable MvP card advertising only. - Enable or disable MvP card logging only. - Choose the color of the MvP card drop ad. Mini-Boss Card Settings - Enable or disable only the Mini-Boss card drop and log announcement system. - Enable or disable Mini-Boss card advertising only. - Enable or disable Mini-Boss card logging only. - Choose the color of the Mini-Boss card drop announcement. NOTE3: Sorry for the English, I used Google Translator and this is my first topic here.
    Free
    1 point
×
×
  • Create New...