Commit Graph

65 Commits

Author SHA1 Message Date
Axel Cocat
bbd82e7e9b Revert "fix compile error" (#130) 2023-04-29 15:10:47 +02:00
Julio A. Leyva Osorio
0bf4431e32 fix compile error (#129)
Co-authored-by: Axel Cocat <ax.cocat@gmail.com>
2023-04-28 07:26:36 -03:00
Axel Cocat
2a683a59e3 feat: add Player:GetTrader (#126) 2023-04-15 19:33:05 +02:00
Skjalf
cea79af0b1 feat(PlayerMethods): Expose the player settings methods (#125) 2023-04-14 00:41:54 +02:00
Axel Cocat
a689c043a7 feat: add PLAYER_EVENT_ON_GROUP_ROLL_REWARD_ITEM and roll methods (#119) 2023-04-07 20:59:30 +02:00
Axel Cocat
1407daaf36 feat: add Unit:GetThreatList (#117) 2023-04-04 21:19:00 +02:00
Axel Cocat
8a85df8ee7 feat: add Unit:GetAttackers (#116) 2023-04-04 21:17:11 +02:00
Axel Cocat
995ca165a9 fix: GetItemLink crash (#114) 2023-04-02 21:44:38 +02:00
Axel Cocat
b946914dfd feat: replace getLevel with GetLevel (#115) 2023-04-02 21:01:47 +02:00
Axel Cocat
fb1f240177 feat: add async queries (#113) 2023-04-01 18:33:31 +02:00
Rochet2
554bf506c5 fix: player timed events not carrying over between maps (#106) 2023-03-09 12:16:27 +01:00
Axel Cocat
39c4117927 feat: add AchievementEntry:GetName() (#104) 2023-03-02 00:02:33 +01:00
Axel Cocat
1bfc88bb0a fix: do not garbage collect AchievementEntry (#103) 2023-03-02 00:01:51 +01:00
Axel Cocat
f126d4d828 fix: channel id in PLAYER_EVENT_ON_CHANNEL_CHAT (#101) 2023-03-01 10:51:29 +01:00
Axel Cocat
2d915de6bc feat: add Group:SetMemberFlag() (#102) 2023-03-01 10:34:36 +01:00
Axel Cocat
85714c1123 feat: add PLAYER_EVENT_ON_CAN_GROUP_INVITE (#100) 2023-03-01 10:33:12 +01:00
Kitzunu
6b88021ae7 https://github.com/azerothcore/azerothcore-wotlk/pull/15026 2023-02-13 20:41:17 +01:00
veserine
067f780911 feat: add PLAYER_EVENT_ON_COMPLETE_QUEST (#90) 2023-02-05 14:49:51 +01:00
Skjalf
bbb6e40e18 Update GlobalMethods.h 2023-02-05 08:27:40 -03:00
Skjalf
17640521b7 fix: fix build after renaming GetGOData() to GetGameObjectData()
Reduce differences between projects
2023-02-05 08:26:19 -03:00
veserine
695c6b7d7c feat: add PLAYER_EVENT_ON_QUEST_REWARD_ITEM, add PLAYER_EVENT_ON_CREATE_ITEM, add PLAYER_EVENT_ON_STORE_NEW_ITEM (#88)
Co-authored-by: Axel Cocat <ax.cocat@gmail.com>
2023-01-30 14:18:28 +01:00
Skjalf
e997ec2dfe fix: Update IsSummonedBy() after recent changes 2023-01-29 09:02:17 -03:00
Axel Cocat
295fcefd01 feat: add PLAYER_EVENT_ON_CAN_JOIN_LFG (#86) 2023-01-01 19:47:16 +01:00
Axel Cocat
3700b4246a feat: add PLAYER_EVENT_ON_CAN_SEND_MAIL (#85) 2022-12-31 00:43:46 +01:00
Axel Cocat
1e57b45c40 feat: add PLAYER_EVENT_ON_CAN_INIT_TRADE (#83) 2022-12-31 00:35:58 +01:00
Axel Cocat
a2067451eb feat: add ItemTemplate methods (#84) 2022-12-31 00:10:09 +01:00
Axel Cocat
28f8d6ae48 fix: call the group OnCreate hook (#81) 2022-12-30 10:47:39 +01:00
55Honey
aa6615b23a feat: add getter and setter for halaa ownership (#79) 2022-12-30 02:01:40 +01:00
Axel Cocat
67eb2d808d feat: add Group:GetGroupType() (#82) 2022-12-30 00:10:49 +01:00
Axel Cocat
266516305a fix: modules ci build (#80) 2022-12-29 14:46:41 +01:00
Axel Cocat
fe9b00292e feat: log commands output (#75) 2022-12-29 11:57:56 +01:00
Axel Cocat
4395d9c624 feat: add Player:GetMailCount() (#76) 2022-12-29 11:54:55 +01:00
Axel Cocat
900ad17d2e feat: add Player:GetXP() (#77) 2022-12-29 11:53:13 +01:00
Axel Cocat
03f1948b2d feat: add Player:GetAchievementCriteriaProgress() (#78) 2022-12-29 11:51:29 +01:00
Axel Cocat
9b0eedc6f7 docs: update docs for RegisterPlayerEvent (#73) 2022-12-18 22:58:59 +01:00
Benjamin Jackson
bfd3bda8b9 feat/conf: toggle sending reload message to players
* Add conf

* Add stuff
2022-10-27 18:28:07 +02:00
Angelo Venturini
363cb55588 Revert "fix: build after qAston (#66)" (#67)
This reverts commit 1adf4f371e.
2022-10-05 21:53:12 +02:00
Angelo Venturini
1adf4f371e fix: build after qAston (#66) 2022-10-02 21:44:50 +02:00
55Honey
655953ebfb feat: expose OnPlayerUpdateArea() (#65) 2022-10-01 08:45:49 +02:00
Maelthyr
ecc8d3136d refactor(Eluna): Fix code style for threat system (#60) 2022-09-25 17:22:01 -03:00
55Honey
3f5d2c9257 feat: add player event OnFfaPvpStateUpdate (#63) 2022-09-22 15:18:07 +02:00
55Honey
301ffc7acd feat: GameObject:AddLoot() (#52) 2022-07-06 15:36:36 +02:00
Revision
efba901a51 feat(Core): Achievements (#47)
Achievements
2022-07-05 21:10:51 +02:00
Revision
0b8b6c0e2a feat(Core/Player): SendListInventory with vendor id (#48)
VendorId
2022-07-05 21:10:35 +02:00
Revision
60c90414d5 feat(PlayerHooks): OnLearnSpell(player, spellid) (#46)
OnLearnSpell
2022-06-20 07:48:17 +02:00
Nefertumm
ea6700d4bf fix: GameEvent Hooks (#44) 2022-06-15 09:52:03 +02:00
55Honey
b389961ebc remove AddLoot() 2 2022-06-07 11:31:27 +02:00
55Honey
0b5ca428d3 remove AddLoot() 2022-06-07 11:30:18 +02:00
55Honey
22b58552c4 remove more extra code 2022-06-05 23:06:48 +02:00
55Honey
78984d8a95 remove extra code 2022-06-05 20:53:07 +02:00