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!
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
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;
}
}