Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/12/25 in all areas

  1. Ragnarok Online 3 for PC. It almost sounds like a dream, or is it one? I randomly came across some videos on YouTube, and they claim to be a reveal trailer for Ragnarok Online 3. And honestly, it looks amazing in the video. It closely resembles the classic Ragnarok but with enhanced graphical elements. Some features and mechanics seem to have been improved, as seen in the MVP battle at the end of the video. Has anyone heard about this yet? What are your thoughts on it? Please share your opinions here—I’m looking forward to your discussion and feedback! Screen_Recording_20250312_134414_ChatGPT.mp3 Rynbef~
    1 point
  2. // Rolling Multiple Times set .@GrandPrizes, 0; set .@AnnouncePercent, 1; // = 1, 50 = 50% // Announce ONLY if the player gets the grand prize if (.@itemID == 61966) { announce "Congratulations! " + strcharinfo(0) + " just received " + getitemname(.@itemID) + " x " + .@itemAmount + " from PVP Gacha NPC!", 0; specialeffect2 248; set .@GrandPrizes, .@GrandPrizes + 1; } Change to: // Automatically announce if the item has a probability less than or equal to the configuration if (getd(".@P"+.@i+"[0]") <= .@AnnouncePercent) { announce "Congratulations! " + strcharinfo(0) + " just received " + getitemname(.@itemID) + " x " + .@itemAmount + " from PVP Gacha NPC!", 0; specialeffect2 248; set .@GrandPrizes, .@GrandPrizes + 1; } If you have any request, let me know.
    1 point
×
×
  • Create New...