Commit Graph

87 Commits

Author SHA1 Message Date
郑佩茹
eeec569636 Correct completed quest status value 2022-06-24 18:51:40 -06:00
郑佩茹
343fa0055e Implement retroactive quest appearance collection 2022-06-24 18:45:04 -06:00
Benjamin Jackson
37d1c45b0c feat: Add config option to allow adding tradeable/refundable items to appearance collection. (#86) 2022-06-22 11:24:45 -03:00
Stefano Borzì
576c76d27e Merge pull request #84 from Gozzim/commands-console-fixes
feat: commands available for console and when the player is offline
2022-06-16 17:41:53 +02:00
Gozzim
a54f127174 chore: CleanUp & Refactoring 2022-06-04 14:18:06 +02:00
Gozzim
48219cf358 fix: minor optimization 2022-05-31 00:16:12 +02:00
Gozzim
6389cceaea chore: remove unused method 2022-05-30 23:45:28 +02:00
Gozzim
bfc4d32c04 chore: replace query with charCache & various fixes 2022-05-30 23:31:41 +02:00
Gozzim
5ea075e554 fix: Fix for console commands of azerothcore/mod-transmog#83 2022-05-30 18:05:55 +02:00
Helias
1a569e34bb style: fix spacing 2022-05-27 11:58:54 +02:00
Helias
1aff20100e style: restore code style 2022-05-27 11:08:59 +02:00
Helias
ef9ed561c7 chore: solve merge conflicts 2022-05-26 17:56:04 +02:00
Helias
2ea7c9c8fb feat: make commands available for console and for player offline 2022-05-26 17:52:42 +02:00
Kempec Halk
c880df6e15 feat: Appearance collection add Item(Set) commands (#81)
* feat: Add appearance collection add item command

* feat: Appearance collection add ItemSet command

* chore: Adjustments due to #80

* feat: Add Command feedback

* chore: Remove debugging output & Cleanup

* fix(sql): Remove new acore_string before insert
2022-05-25 13:59:25 -03:00
Gozzim
8dfdd17975 chore: Remove debugging output & Cleanup 2022-05-24 20:36:28 +02:00
Gozzim
b2c770d350 Merge remote-tracking branch 'origin/add-transmog-item' into add-transmog-item 2022-05-24 20:33:43 +02:00
Gozzim
87a9da7b47 feat: Add Command feedback 2022-05-24 20:33:36 +02:00
Kempec Halk
345304e06b Merge branch 'azerothcore:master' into add-transmog-item 2022-05-24 20:33:29 +02:00
Gozzim
d8337bb68c chore: Adjustments due to #80 2022-05-24 19:38:08 +02:00
ZhengPeiRu21
95d9af69dc feat: Implement Hidden Transmog option (#79) 2022-05-23 15:53:03 -03:00
ZhengPeiRu21
4885215203 feat: Implement Appearance Collection Cache (#80)
* Implement Appearance Collection cache

* Do not add item to Appearance collection if it has BoP Tradable flag

* Do not add item to Appearance collection if it has Refundable flag

* Remove redundant include
2022-05-23 05:23:00 -03:00
Gozzim
4ed0985a61 feat: Appearance collection add ItemSet command 2022-05-15 19:21:40 +02:00
Gozzim
f8fd0e0364 feat: Add appearance collection add item command 2022-05-15 18:07:27 +02:00
Patrick Lewis
dfa78ae5a4 chore: switch to reusable module workflow (#76) 2022-04-05 20:28:21 -07:00
Skjalf
ab8d495d95 fix: Crash on item loot 2022-04-05 09:58:16 -03:00
Stefano Borzì
3ca5bab534 Merge pull request #72 from ZhengPeiRu21/appearanceCollection
Appearance Collection
2022-03-13 13:02:00 +01:00
郑佩茹
ef56bafa64 Fix more missing override annotations 2022-03-10 08:43:19 -07:00
郑佩茹
a18e4adcba Fix override annotations 2022-03-08 14:08:00 -07:00
郑佩茹
789c09d642 Use async SQL queries 2022-03-03 16:42:38 -07:00
郑佩茹
75343d4611 Merge branch 'appearanceCollection' of https://github.com/ZhengPeiRu21/mod-transmog into appearanceCollection 2022-03-03 16:22:13 -07:00
郑佩茹
aabe9eaf13 Use correct slot for paging 2022-03-03 16:21:58 -07:00
ZhengPeiRu21
27b97d1742 Use account ID instead of player ID
Co-authored-by: Axel Cocat <ax.cocat@gmail.com>
2022-03-03 12:38:11 -07:00
郑佩茹
2f9a3c4d41 Do not show appearance added message to players who have transmog disabled 2022-03-02 16:35:33 -07:00
郑佩茹
75c7847824 More paging improvements and additional item collection hooks 2022-03-02 15:30:26 -07:00
郑佩茹
463eae76aa Implement Previous Page button 2022-03-02 09:14:00 -07:00
郑佩茹
81bfd765e1 Fix table name 2022-02-24 15:58:36 -07:00
郑佩茹
03178103b0 Implement Appearance Collection system 2022-02-24 15:55:46 -07:00
acidmanifesto
f7f89942c7 Merge pull request #69 from Nefertumm/fixBuild
Fix: build
2022-02-05 16:17:17 -05:00
Nefertumm
2ed6bd9810 Fix: build 2022-02-05 17:24:58 -03:00
Kitzunu
b4439fcddf feat(DBLayer): add support new db api
feat(DBLayer): add support new db api
2022-02-05 00:38:22 +01:00
Winfidonarleyan
b2087c8d08 feat(DBLayer): add support new db api 2022-02-02 06:41:31 +07:00
Kargatum
5cc1c2561c feat(Logging): add support new logging (#65) 2022-01-28 00:06:50 +07:00
Axel Cocat
42a3e86f44 fix(transmog_scripts): fix CanBeSeen (#66) 2022-01-26 20:54:21 -03:00
Kitzunu
85555c07e7 fix (Script) added missing override
fix (Script) added missing override
2022-01-13 20:12:17 +01:00
acidmanifesto
8c1e569159 added missing override 2022-01-13 14:09:36 -05:00
Francesco Borzì
66b4d33172 fix(build): add missing override 2022-01-13 15:20:08 +01:00
Kitzunu
2fac106cea fix(build): #63 2022-01-13 14:57:20 +01:00
Skjalf
f8e65ac3cd feat: Implement optional transmogs (#62)
* feat: Implement optional transmogs

* logic

* Enable disabling transmog

* Update transmog.conf.dist

* Hide the npc if transmog is off
2022-01-11 13:27:54 -03:00
Skjalf
6124badd27 Merge pull request #59 from acidmanifesto/patch-1
Remove Inhabit Type for upcoming PR
2022-01-06 08:57:37 -03:00
Kargatum
43d10ed9ff feat(Config): replace deprecated config api (#61) 2021-12-01 12:40:32 -08:00