This repository holds plugins (mostly combat rotations), profiles for WotLK
Please follow to the clientside/ directory and choose plugins/profiles. Every work has its own README.md file,
please read it before start using plugin/profile.
I will be very grateful for a cup of coffee :)
- BTC - 1FL5Cw8bjG7UDbLBAkayXv8j8nAWXys897
- LTC - ltc1ql9lzdv070qdzwu4hgwz4xj5wy0sx4uyz7uek0y
- USDT TRC20 - TSMDyHz95MBpjECvfphDGoNYpDZeu4B8cd
This repo has two main parts: clientside/ and backside/.
In clientside/ you should place these:
*.lua filesthat client should download and place it in their GMR's Plugins/Profiles folderREADME.mdfile, that describes details of your product. Mandatory sections are:InstallationandTroubleshooting
In backside/ you should place files, that client should not see, like:
- online downloadable parts of your plugins/profiles
- utility files/executables etc.
- api definitions
- create directory for clients
clientside/plugins/rotations/{classname}/{specname}/ - in that directory create files:
01_{author}_{classname}_{specname}_loader.luaREADME.md
- create directory for developers
backside/plugins/rotations/{classname}/{specname}/ - in developer's dir create these files:
02_{author}_{classname}_{specname}_rotation.lua- maybe some other files, that you will need
Short answer is - for convenient offline testing.
GMR load plugins one by one in alphabeting order, so if we want to ensure load order, we should use safe way to determine that order. That's why.
Because not all clients read carefully Installation section of README.md and they download every file in plugin
folder, that always encounter issues
- you should replace
FILE_NAMEandLINK_TO_YOUR_FILEto your own
## Installation
- delete previous versions!
- {your own instruction to do something, like turn off specific spells in Spells tab etc}
- download [{FILE_NAME}]({LINK_TO_YOUR_FILE})
- place downloaded file `{FILE_NAME}` into
- HWT: `{HWT_Dir}/addons/Wrath of the Lichking/Plugins/`
- Tinkr: `{Tinkr_Dir}/scripts/GMR/Plugins/`
- you should replace
YOUR_DISCORD_IDto your own
## Troubleshooting
If you encounter problems you should:
- turn on debug mode (just change `debug = false` to `debug = true` in downloaded file), then type `/reload` in WoW client.
- do not hide chat window
- record a video (from start of client till encountered issue)
- DM to **{YOUR_DISCORD_ID}** with
- Unlocker type (HWT, Tinkr, Magic)
- Description of issue
- Video as attachment/link
- Downloaded plugin as attachment
- Screenshot of your `Plugins/` directory