Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/26/19 in all areas

  1. Discord Rich Presence Hello rA, today I'm here to show you a client-plugin for RO that I made recently. This plugin is Discord-RPC or better known as Discord Rich Presence. What is Discord Rich Presence? So, basically, this plugin allows players to display basic information about their game in Discord, some examples: Main Menu In-Game Information User Configuration Player can configure the plugin editing 'RO Folder\config\discord_plugin.txt'. Some of the config: Enable Discord RPC. Show Map Information. Show Map's Cordinates. Show Base & Job Level. Known Limitations Currently this plugin only works in 2018-06-20 and 2018-06-21 RagExe.
    1 point
  2. 1 point
  3. Isn't it possible through classchange? classchange HIDDEN_WARP_NPC, strnpcinfo(0), bc_self; Edit: Btw I got this code from AnnieRuru's blog.
    1 point
  4. https://rathena.org/board/topic/114097-how-to-update-my-server-via-git-without-loseing-any-of-my-files/ https://rathena.org/board/topic/105457-updating-rathena-using-git-without-losing-my-modifications/ https://rathena.org/board/topic/98139-how-to-update-my-svn-without-losing-anything/ https://rathena.org/board/topic/95788-help-updating-rathena-using-git/
    1 point
  5. 1 point
  6. itemDB,.....,{ .@refine = getrefine(); if (.@refine <= 6) bonus bMaxHP,(.@refine * 30); else bonus bMaxHP,(((.@refine/3) * 50) + (6 * 30));}, { }, { }
    1 point
×
×
  • Create New...