Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Discord RPC {BETA | PROTOTYPE}

Experienced Elementalist
Joined
Oct 18, 2020
Messages
206
Reaction score
39
This is a prototype since it uses simple Discord rpc src rather than game sdk.

Note! Please compile with 32(x86) bit not 64(x64) bit

Simple RPC(Without Game Information)(Fully working):



~ Created with VS 2019
~ You just need to fill up the Application ID from

Prototype RPC (With Game Information)(Not Fully Tested and can be improved):



~ Created with VS 2019
~ You just need to fill up the Application ID from

Requirements:
  • curl/curl.h
  • json/json.h
  • xampp or webapp that support php with extension from (for the php file that get information from db then transfer information to dll file using the curl).

Requirement for all:
  • Stud_pe for dll injector

Note:
Since I don't know how to get base address from these specific values from:
  • CharacterName
  • CharacterLevel
  • MapID
  • CharacterJobID or JobName

I didn't use gamesdk as using curl and json with it just is not really a good thing and optimizable.

well if someone can help with the base addresses then comment down below those base address with what dragonnest.exe version it came from.





Special thanks for:
  • Dhenmas(Friend)
  • Aslijowo(Friend)(Answering some of my question)
  • Reiza(Friend)(Helping me in my development years)
  • Vina(Friend)(Helping me in my development years)
  • Anti-Chicken(Friend)(Help me figure out some hard parts)
  • Naruse(Friend)(For sharing me the php script)
 
Newbie Spellweaver
Joined
Aug 10, 2020
Messages
12
Reaction score
2
any idea where to pu the client.dll to make it work ?
 
Newbie Spellweaver
Joined
Oct 26, 2023
Messages
9
Reaction score
0
it doesn't compile! Would anyone have had him complicating it?
Every time I try to create it I get these errors:


 
Newbie Spellweaver
Joined
Oct 24, 2021
Messages
80
Reaction score
35
Can you send it to me already corrected? If it works, I'll pay you!


It seems like you're missing some libraries (curl/json). There's 2 ways of fixing this one. Either you download the library and link the directory to the project, or use and install the 2 libraries using it
 
Newbie Spellweaver
Joined
Oct 26, 2023
Messages
9
Reaction score
0
Help ^^
It seems like you're missing some libraries (curl/json). There's 2 ways of fixing this one. Either you download the library and link the directory to the project, or use and install the 2 libraries using it
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Oct 24, 2021
Messages
80
Reaction score
35
This include the directory for curl/json. It should be able to compile on Release|Win32
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Oct 26, 2023
Messages
9
Reaction score
0
This include the directory for curl/json. It should be able to compile on Release|Win32
unfortunately I couldn't
I did the whole process, I injected the dll into main.exe and when I entered the game, nothing appeared on discord.

the dll was very small 49kb

Video:
 
Newbie Spellweaver
Joined
Oct 24, 2021
Messages
80
Reaction score
35
unfortunately I couldn't
I did the whole process, I injected the dll into main.exe and when I entered the game, nothing appeared on discord.

the dll was very small 49kb

Video:

This DLL source is for Dragon Nest though.

Although it might be able to work with other game/application, you would still need to configure the source for whatever game/app that you want it to work with.
 
Back
Top