This particular repository was made for Mists of Pandaria(5.4.8), but it probably will work with other versions. If you are going to run it on other version, you will need to get a new list of zones with their IDs(script/zones.txt
), because every version has its own list of IDs, however current one will most likely work fine too. If you use this on version <5.0.4 (especially 3.3.5), checkout wotlk branch.
I tried to make the installation as easy as possible, so I hope you won't face any problems.
- if you're playing solo and don't have max lvl
- if you're playing solo and have max lvl
- if you're playing in group, the ilvl/xp will be overlapped
- and of course dungeons and raids are supported
Create a folder with the name IPC
in the Interface/AddOns/
. Then download the repository and extract files from wow-discord-rpc-main
folder into the newly created directory. Then launch the Installer.bat
. It will install everything is required, create WoW.bat
and delete itself. From now on you'll need to run the game from this .bat file. You can create a shortcut on your desktop and set an icon. You can't move WoW.bat
anywhere else, it has to be launched from AddOns/IPC/
directory.
Note: you have to play the game in borderless or windowed mode, full-screen is not supported!
Now you can launch the game through the .bat file and check if it works. It should look like this.
It is? Perfect! Now log into the world and check if you see some colorful array in the top left corner.
If you see them, then AddOn is working properly. That means that you already should see the rich presence in your profile.
That's it! Now you have a pleasant and informative Rich Presence in your Discord profile. It will update automatically as long as the script is kept running.
If you want to translate it to your language, you can edit local.lua
file and the line 11 at the WoWPresence.py
. Zones' name will be localised automatically based on your game's locale.
Both the addon and the WoWPresence.py script are in the public domain. The rpc.py file is from this repo and it's MIT licenced.