Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/13/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
    3 points
  2. Ah I see you problem, you need to enchant something into equipment that was equipped. Please use delequip instead of delitem. Ignore my code above it useless now.
    1 point
  3. getinventorylist; freeloop(1); for(.@i = @inventorylist_count - 1; .@i >= 0; .@i--){ if(!@inventorylist_equip[.@i] && (getiteminfo(@inventorylist_id[.@i],ITEMINFO_LOCATIONS) == Armor)) { } } freeloop(0);
    1 point
×
×
  • Create New...