-
Proficient Member
Discord RPC {BETA | PROTOTYPE}
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):
Download Here
~ Created with VS 2019
~ You just need to fill up the Application ID from https://discord.com/developers
Prototype RPC (With Game Information)(Not Fully Tested and can be improved):
Download Here
~ Created with VS 2019
~ You just need to fill up the Application ID from https://discord.com/developers
Requirements:
- curl/curl.h
- json/json.h
- xampp or webapp that support php with extension from here(for the php file that get information from db then transfer information to dll file using the curl).
Requirement for all:
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)
-