Prefix Classic-only AddOns with 'z-'.
This commit is contained in:
parent
93c294b5f3
commit
048b7a9b2e
25 changed files with 21 additions and 21 deletions
|
@ -1,10 +1,10 @@
|
|||
## Interface: 11305
|
||||
|
||||
## Title: !!!RemoveHonorless
|
||||
## Notes: Automatically remove the Honorless Target buff upon logging in.
|
||||
## Author: Caspervk
|
||||
## Version: 0.0.1
|
||||
|
||||
## X-License: GNU General Public License v3 or later (GPLv3+)
|
||||
|
||||
RemoveHonorless.lua
|
||||
## Interface: 11305
|
||||
|
||||
## Title: !!!RemoveHonorless
|
||||
## Notes: Automatically remove the Honorless Target buff upon logging in.
|
||||
## Author: Caspervk
|
||||
## Version: 0.0.1
|
||||
|
||||
## X-License: GNU General Public License v3 or later (GPLv3+)
|
||||
|
||||
RemoveHonorless.lua
|
|
@ -1,11 +1,11 @@
|
|||
local frame = CreateFrame("FRAME")
|
||||
frame:SetScript("OnUpdate", function(self, elapsed)
|
||||
for i = 1, 255 do
|
||||
_, _, _, _, _, _, _, _, _, spellId = UnitBuff("player", i)
|
||||
if spellId == 2479 then
|
||||
CancelUnitBuff("player", i)
|
||||
frame:SetScript("OnUpdate", nil)
|
||||
break
|
||||
end
|
||||
end
|
||||
end)
|
||||
local frame = CreateFrame("FRAME")
|
||||
frame:SetScript("OnUpdate", function(self, elapsed)
|
||||
for i = 1, 255 do
|
||||
_, _, _, _, _, _, _, _, _, spellId = UnitBuff("player", i)
|
||||
if spellId == 2479 then
|
||||
CancelUnitBuff("player", i)
|
||||
frame:SetScript("OnUpdate", nil)
|
||||
break
|
||||
end
|
||||
end
|
||||
end)
|
0
3pT2BS/3pT2BS.lua → z-3pT2BS/3pT2BS.lua
Normal file → Executable file
0
3pT2BS/3pT2BS.lua → z-3pT2BS/3pT2BS.lua
Normal file → Executable file
0
3pT2BS/3pT2BS.toc → z-3pT2BS/3pT2BS.toc
Normal file → Executable file
0
3pT2BS/3pT2BS.toc → z-3pT2BS/3pT2BS.toc
Normal file → Executable file
0
3pT2BS/README.md → z-3pT2BS/README.md
Normal file → Executable file
0
3pT2BS/README.md → z-3pT2BS/README.md
Normal file → Executable file
0
3pT2BS/util.lua → z-3pT2BS/util.lua
Normal file → Executable file
0
3pT2BS/util.lua → z-3pT2BS/util.lua
Normal file → Executable file
0
AutoCoin/AutoCoin.lua → z-AutoCoin/AutoCoin.lua
Normal file → Executable file
0
AutoCoin/AutoCoin.lua → z-AutoCoin/AutoCoin.lua
Normal file → Executable file
0
AutoCoin/AutoCoin.toc → z-AutoCoin/AutoCoin.toc
Normal file → Executable file
0
AutoCoin/AutoCoin.toc → z-AutoCoin/AutoCoin.toc
Normal file → Executable file
0
AutoCoin/README.md → z-AutoCoin/README.md
Normal file → Executable file
0
AutoCoin/README.md → z-AutoCoin/README.md
Normal file → Executable file
0
BigBrother/BigBrother.lua → z-BigBrother/BigBrother.lua
Normal file → Executable file
0
BigBrother/BigBrother.lua → z-BigBrother/BigBrother.lua
Normal file → Executable file
0
BigBrother/BigBrother.toc → z-BigBrother/BigBrother.toc
Normal file → Executable file
0
BigBrother/BigBrother.toc → z-BigBrother/BigBrother.toc
Normal file → Executable file
0
BigBrother/README.md → z-BigBrother/README.md
Normal file → Executable file
0
BigBrother/README.md → z-BigBrother/README.md
Normal file → Executable file
0
BigBrother/bb/__init__.py → z-BigBrother/bb/__init__.py
Normal file → Executable file
0
BigBrother/bb/__init__.py → z-BigBrother/bb/__init__.py
Normal file → Executable file
0
BigBrother/bb/__main__.py → z-BigBrother/bb/__main__.py
Normal file → Executable file
0
BigBrother/bb/__main__.py → z-BigBrother/bb/__main__.py
Normal file → Executable file
0
BigBrother/bb/cli.py → z-BigBrother/bb/cli.py
Normal file → Executable file
0
BigBrother/bb/cli.py → z-BigBrother/bb/cli.py
Normal file → Executable file
0
BigBrother/bb/config/__init__.py → z-BigBrother/bb/config/__init__.py
Normal file → Executable file
0
BigBrother/bb/config/__init__.py → z-BigBrother/bb/config/__init__.py
Normal file → Executable file
0
BigBrother/bb/config/buffs.yaml → z-BigBrother/bb/config/buffs.yaml
Normal file → Executable file
0
BigBrother/bb/config/buffs.yaml → z-BigBrother/bb/config/buffs.yaml
Normal file → Executable file
0
BigBrother/bb/config/class_overrides.yaml → z-BigBrother/bb/config/class_overrides.yaml
Normal file → Executable file
0
BigBrother/bb/config/class_overrides.yaml → z-BigBrother/bb/config/class_overrides.yaml
Normal file → Executable file
0
BigBrother/bb/graph.py → z-BigBrother/bb/graph.py
Normal file → Executable file
0
BigBrother/bb/graph.py → z-BigBrother/bb/graph.py
Normal file → Executable file
0
BigBrother/bb/requirements.txt → z-BigBrother/bb/requirements.txt
Normal file → Executable file
0
BigBrother/bb/requirements.txt → z-BigBrother/bb/requirements.txt
Normal file → Executable file
0
BigBrother/bb/slpp.py → z-BigBrother/bb/slpp.py
Normal file → Executable file
0
BigBrother/bb/slpp.py → z-BigBrother/bb/slpp.py
Normal file → Executable file
0
ByeByeBuffs/ByeByeBuffs.lua → z-ByeByeBuffs/ByeByeBuffs.lua
Normal file → Executable file
0
ByeByeBuffs/ByeByeBuffs.lua → z-ByeByeBuffs/ByeByeBuffs.lua
Normal file → Executable file
0
ByeByeBuffs/ByeByeBuffs.toc → z-ByeByeBuffs/ByeByeBuffs.toc
Normal file → Executable file
0
ByeByeBuffs/ByeByeBuffs.toc → z-ByeByeBuffs/ByeByeBuffs.toc
Normal file → Executable file
0
ByeByeBuffs/README.md → z-ByeByeBuffs/README.md
Normal file → Executable file
0
ByeByeBuffs/README.md → z-ByeByeBuffs/README.md
Normal file → Executable file
Loading…
Reference in a new issue