Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.62 KB

README.md

File metadata and controls

35 lines (29 loc) · 1.62 KB

sro-discord-rpc

Attract more players by using Discord Rich Presence on Silkroad Online!

Features

  • Game status
  • Charname, level, and guildname if exists
  • Elapsed time after login
  • Job mode status
  • Region name and his related image (is not shown if is in job mode)
  • Updates level, and regions almost in realtime!
  • It won't affect client performance

Preview

Starter Guide:

  1. Create an application on discord developer portal
  2. Fill some data there but take note about your app CLIENT ID
  3. Then go to Rich Presence > Art Assets and upload all the images from folder sro-discord-rpc/Resources/assets
  4. Open your Visual Studio 20XX and set your CLIENT ID into AppManager.cpp
  5. Build / compile it on RELEASE mode, then copy sro-discord-rpc.dll and discord_game_sdk.dll to your silkroad folder
  6. Inject sro-discord-rpc.dll into your client and it's done!

Note: Used VS2017 & STUD_PE for DLL injection as personal preference.


Do you like this project ?

Support me! Buy me a coffee

Created with


Hey Thanks!
  • florian0 for his hooks and asm stuffs!
  • #HB for his past works and sources