Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/26/21 in all areas

  1. Have you ever wondered, why RO is one of the few games that doesn't have a good sound system on the game's buttons and features? Turn On your Sound and Watch the full vid!
    1 point
  2. bindatcmd "shower",strnpcinfo(3)+"::OnShower", 99;
    1 point
  3. Try disable show exp number choices when patching NEMO.
    1 point
  4. may try something like this prontera,155,181,5 script Sample 757,{ for (.@stat = bStr; .@stat <= bLuk; .@stat++) .@param[.@stat - bStr] = readparam(.@stat); mes "Select the stats to reset to 1."; do { .@menu$ += "Str - "+ .@param[0] + ":"; .@menu$ += "Vit - "+ .@param[1] + ":"; .@menu$ += "Int - "+ .@param[2] + ":"; .@menu$ += "Agi - "+ .@param[3] + ":"; .@menu$ += "Dex - "+ .@param[4] + ":"; .@menu$ += "Luk - "+ .@param[5] + ":"; .@menu$ += "Reset"; .@i = select(.@menu$); .@param[.@i] = 1; } while (.@i <= 6); resetstatus; for (.@stat = bStr; .@stat <= bLuk; .@stat++) { while (readparam(.@stat) < .@param[.@stat - bStr]) statusup .@stat; } end; }
    1 point
×
×
  • Create New...