blob: 63ec719c04e96bfa64971a971abf969a38d3063f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# FFXI - No Campaign Music
Prevents all campaign battle music from playing in Final Fantasy XI, so you can listen to that sweet music that is normally obnoxiously interrupted.
## Load
```
//lua load ncm
```
## Campaign notifications
If you want to know when campaign is happening, you can toggle notifications:
```
//ncm notify
```
## Note
When campaign music is prevented from playing (whether it's as you zone in, or campaign starts in the zone) a message will log to the chatlog stating "Prevented campaign music." This not only confirms the addon is working, but shows you there's a campaign active should you want to take part.
## Contributing
If you notice something not quite right, please [raise an issue](https://github.com/xurion/ffxi-no-campaign-music/issues).
Or better yet, [pull requests](https://github.com/xurion/ffxi-no-campaign-music/pulls) are welcome!
|