Skip to content

Commit

Permalink
Update to version 10.0.5
Browse files Browse the repository at this point in the history
updated the .pkgmeta file.
  • Loading branch information
Acidfrost59 committed Feb 1, 2023
1 parent 73816ee commit e122693
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 11 deletions.
18 changes: 18 additions & 0 deletions .pkgmeta
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
package-as: CritterEmote

externals:
Libs/LibStub:
url: https://repos.wowace.com/wow/libstub/trunk
tag: 1.0
Libs/CallbackHandler-1.0:
url: https://repos.wowace.com/wow/callbackhandler/trunk/CallbackHandler-1.0
tag: latest
Libs/WOWBPCritterEmote-1.0:
url: https://github.com/Acidfrost59/WOWBPCritterEmote.git
curse-slug: bp-critter-emote-1-0

tools-used:
- data-tools

manual-changelog:
filename: CHANGELOG.md
markup-type: markdownpackage-as: CritterEmote

manual-changelog: CHANGELOG.txt

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# BPCritterEmote

version 1.10.05.04
Working to fix .pkgmeta to work with other addon managements.
Update to 10.0.5

version 1.10.02.03
added .pkgmeta

Expand Down
6 changes: 3 additions & 3 deletions CritterEmote.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--Critter Emote

--Revision 1.10.02.03 (naming convention X=orig.X=WOW Xpac.XX=WoW xpac sub.XX=update revision)
--WOW version 10.0.02
--Revision 1.10.05.04 (naming convention X=orig.X=WOW Xpac.XX=WoW xpac sub.XX=update revision)
--WOW version 10.0.5


local CritterEmote_Cats = {
Expand All @@ -22,7 +22,7 @@ local CritterEmote_Tooltip = nil ;
local CritterEmote_enable = true;
local CritterEmote_randomEnable = true;
local CritterEmote_forceEmote = false;
local CritterEmote_version = "1.10.02.03";
local CritterEmote_version = "1.10.05.04";
local is5_0 = select(4, GetBuildInfo()) < 50100
local _G = _G
local C_PetJournal = _G.C_PetJournal
Expand Down
4 changes: 2 additions & 2 deletions CritterEmote.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Interface: 100002
## Interface: 100005
## Title: Critter Emotes
## Author: Previous: Zompter, seegeen00 (Chinchilla Critter Emotes) Current: Acidfrost59 and Fysker
## Version: 1.10.02.03
## Version: 1.10.05.04
## email: [email protected]
## Notes: Allows your non-combat pets to send random emotes to chat.
## SavedVariablesPerCharacter: CE_Save_Table
Expand Down
2 changes: 1 addition & 1 deletion CritterEmote_Emotes.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--Critter Emote

--Revision 1.10.02.03 WOW version 10.0.02
--Revision 1.10.05.04 WOW version 10.0.5

--Some important Emote tables
---Random
Expand Down
10 changes: 5 additions & 5 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

The addon in your addon file will say, "CritterEmote".

This addon will have your companion, AKA battle pet, pet do fun and random things in chat. This addon does not work for minions or hunter pets.
This addon will have your non-combat companion pets do fun and random things.

When you have a pet out it will emote something fun every 5 minutes or so as long as you aren't in combat. If you desire them to emote something custom you can use /ce instead of /emote.
When you have a pet out it will emote something fun every five (5) minutes or so as long as you aren't in combat. If you desire them to emote something custom you can use /ce instead of /emote.

Your pets will also respond to in-game slash commands. Try /wave while targetting your pet.
Your pets will also respond to in-game interaction. Try /wave while targetting your pet.

They might just do something different when you target another player or NPC.

If you would like to add your own emotes you can go into the CritterEmote file in addons and edit the default_special section in the CritterEmote_Emotes.lua You can also delete the emotes you just don't like. Unless you keep a copy for yourself, you will lose changes when the file is updated. You may want to make a list in notepad of deletions/additions for your own ease or save a copy of CritterEmote_Emotes.lua in the file as a copy. The copied lua should say "-Copy" (i.e. CritterEmote_Emote-Copy.Lua). You can then open the files in your favorite editor for ease of comparison and editing. (I use Visual Studio Code).
If you would like to add your own emotes you can go into the CritterEmote file in addons and edit the default_special section in the CritterEmote_Emotes.lua You can also delete the emotes you just don't like. Keep in mind that when you modify the file, you will need to remodify the file when it is updated. You may want to make a list in notepad of deletions/additions for your own ease or save a copy of CritterEmote_Emotes.lua in the file as a copy. The copied lua should say "-Copy" (i.e. CritterEmote_Emote-Copy.Lua). You can then open the files in your favorite editor for ease of comparison and editing. (I use Visual Studio Code).

If you would like to see an emote added or deleted please send the request to me for review.

Expand Down Expand Up @@ -45,4 +45,4 @@ random Emotes - This is broken into 6 categories--General, Silly, Song, PVP, Spe
target - if something is targeted (including the pet), a random emote may be directed at the target.

CritterEmote was originally authored by Zompter as Critter Emote, then Seegeen as Chinchilla Critter Emote. I loved this add-on so much I just couldn't let it go. The abandoned addon guidelines required a rename for CurseForge, though it is still found under CritterEmote in the addon files.
Special thanks to Fysker for all his programming assistance.
Special thanks to Fysker for all his programming assistance.

0 comments on commit e122693

Please sign in to comment.