Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/21/23 in all areas

  1. Version 1.0

    141 downloads

    I got this idea from a good friend of mine. He showed me the Animation Effect of Apple of Idun skill in Ragnarok Online Mobile(ROM). So i ripped the apple out of it and implement to our good ol' Ragnarok for PC! The file should go into data/texture/effect. Enjoy!
    Free
    1 point
  2. As stated above, has anyone come across a kind of npc which accepts any amount of zeny from a player and places the player on a ranking list which states who is the current highest contributor/donater in terms of zeny. And the npc has a gm function to reset the list anytime same as the pvp rankings and such
    1 point
  3. You have some curly errors but yeah something like that while (1) { switch( select( "name1:name2:cancel" ) ) { case 1: mes "....."; close; case 2: while ( .@loop == 0 ) { switch( select( "name1:name2:back" ) ) { case 1: mes "....."; close; case 2: mes "....."; close; case 3: set .@loop,1; break; } } break; case 3: mes "....."; close; } }
    1 point
×
×
  • Create New...