Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/13/23 in all areas

  1. getitem F_Rand(7290,7291,7292,7293,7294,7295,7296,7297), 1;
    2 points
  2. After: getitem 675, 3, .@partymemberaid[ rand( .@c ) ]; add: if (rand(1,10) == 5) { getitem item_id, item_qty, .@partymemberaid[ rand( .@c ) ]; } After: getitem 675, 3; add: if (rand(1,10) == 5) { getitem item_id, item_qty; } So you'll have 1/10 (10%) chance to get that item.
    2 points
  3. First I apologize for my English, my native language is PT-BR and I'm using google translator to create this post. I hope you can understand me Recently I watched a video on YouTube in a channel that "taught" how to upscale ragnarok sprites, transforming these images into "HD". I thought the result was very beautiful and tried to reproduce it. my intention is to make this UpScale of all the sprites of the CLASSES and Mobs and make it available to the community. I believe this can bring a breather to RagnarokOnline The result I have been getting is satisfactory and I want to share it with you. To me it looks very promising, but I'm encountering an issue with some in-game screens. So I would also like to share it with you so that anyone interested in helping me bring this open and free to everyone in the com
    1 point
  4. You need to modify this line: monster .eventmap$,0,0, "--ja--", .mvpid[.round], 1, strnpcinfo(0)+"::OnMvpDead"; to monster .eventmap$,0,0, "--ja--", .mvpid[.round], <your qty>, strnpcinfo(0)+"::OnMvpDead"; where <your qty> is the amount of MVP that you want to spawn. Also change this: OnMvpDead: getpartymember .party_id, 1; getpartymember .party_id, 2; to OnMvpDead: if (mobcount(.eventMap$,strnpcinfo(0)+"::OnMvpDead") > 0) { end; } getpartymember .party_id, 1; getpartymember .party_id, 2; so you only finish the round when all the spawned monsters are dead.
    1 point
  5. yes, until now still working but for translation data files you can use new link at https://github.com/llchrisll/ROenglishRE and nemo new link at http://nemo.herc.ws/downloads/
    1 point
  6. Tried to update this mod to latest rev. You can also try use easycore's (getskillname(<skill id>)/getskillname("<skill name>")) src mod. OnPCSkillUseEvent.diff
    1 point
  7. Sorry, the script is not working when PRESS F6
    1 point
  8. is there any file named Mp3dec.asi ?? if not then you need to find it.
    1 point
×
×
  • Create New...