Commit Graph

44 Commits

Author SHA1 Message Date
iThorgrim
364c03e5cf feat(LuaEngine/ItemTemplateMethods): add GetIcon method (#241)
Co-authored-by: 55Honey <71938210+55Honey@users.noreply.github.com>
2025-02-05 14:30:20 +01:00
iThorgrim
0fda6f8d25 feat(LuaEngine/UnitMethods): add GetThreat, ClearThreat, ResetAllThreat methods (#234) 2025-02-01 22:09:44 +01:00
iThorgrim
8ebf1f4cda feat(LuaEngine/PlayerMethods): add GetHomebind, GetSpells and TeleportTo (#232)
Co-authored-by: 55Honey <71938210+55Honey@users.noreply.github.com>
2025-02-01 22:08:16 +01:00
iThorgrim
60b5e260d0 feat(LuaEngine/MapMethods): add GetCreatures and GetCreaturesByAreaId methods (#230)
Co-authored-by: 55Honey <71938210+55Honey@users.noreply.github.com>
2025-01-26 18:48:32 +01:00
iThorgrim
2ae77b6441 feat(LuaEngine/GameObjectMethods): ddd SetRespawnDelay (#239) 2025-01-26 15:17:59 +01:00
iThorgrim
0d35a87b3d feat(LuaEngine/SpellInfo): add SpellInfo class and methods (#231) 2025-01-25 20:20:27 +01:00
iThorgrim
54484b7fa2 feat(methods/guild): add new guild methods (#228) 2025-01-25 20:17:55 +01:00
iThorgrim
d76f64f838 feat: add DBCStores access via Lua with getters for DBC entries (#222) 2025-01-24 21:03:52 +01:00
iThorgrim
49fb60a6a0 Feat(LuaEngine/SpellHooks): Add support for RegisterSpellEvent with initial events (#224) 2025-01-23 20:51:05 +01:00
iThorgrim
2e89531b05 Chore: Remove unused #if statement (TrinityCore, Mangos, AzerothCore, TBC, Classic, Mists, Cata) (#217) 2025-01-21 17:37:39 +01:00
Tralenor
3fea22bc41 feat: add player:RunCommand (#176) 2024-06-15 11:34:57 +02:00
Tralenor
067fa20bad feature: Add GetGlyph (#178)
Co-authored-by: 55Honey <71938210+55Honey@users.noreply.github.com>
2024-06-11 21:24:00 +02:00
Foe
cc442de602 feat: Add multistate compatibility methods (#175) 2024-06-05 06:19:41 +02:00
kabigon
152a491663 feat: add GetRank method for creatures (#173) 2024-05-04 21:23:51 +02:00
3ster
2bd22cf927 feat: Add Spell:GetReagentCost() function (#165) 2024-02-25 20:45:58 +01:00
55Honey
05b43dd89b add unit method SetImmuneTo (#167) 2024-02-11 14:57:28 +01:00
V
5e4521696f feat: Adding HandleStatModifier for Unit (#161) 2024-01-28 09:52:12 -03:00
V
d3638cd99d feat: Adding SetSpellPower for Player (#162) 2024-01-28 09:51:51 -03:00
mfiners
fe1b709c18 feat: Add 4 methods (#158)
1:
Player:GetAchievementPoints

2:
Player:GetCompletedQuestsCount
This should have been GetCompletedQuestsCount, not sure how to update that now.

3: You also have an option to include feats of strength or not (not included by default, blizzard like)
Player:GetCompletedAchievementsCount

4: RegisterPlayerEvent
OnCreatureKilledByPet
2024-01-28 09:51:30 -03:00
V
502136e5d6 feat: Add Specialization Check Methods to Player (#163) 2024-01-28 09:50:07 -03:00
Sven Bledt
a3997ac988 fix: add GetSpeedRate and SetSpeedRate, remove ifdefs (#155) 2023-10-14 17:47:34 +02:00
Tralenor
510eb1d8ee add Player:SetGlyph (#152) 2023-08-08 01:42:20 +02:00
Krisande
5da1ba94da Feature: Added player:CanRewardQuest(questId)/player:CanCompleteRepeatableQuest(questId) 2023-05-27 12:36:41 +02:00
Krisande
92818c6311 feature: add GetUnitFlags(), GetUnitFlagsTwo(), SetUnitFlags(flags), SetUnitFlagsTwo(flags), PlayerEvent OnApplyAura/OnRemoveAura (#137) 2023-05-21 14:05:59 +02: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
fb1f240177 feat: add async queries (#113) 2023-04-01 18:33:31 +02: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
2d915de6bc feat: add Group:SetMemberFlag() (#102) 2023-03-01 10:34:36 +01:00
Axel Cocat
a2067451eb feat: add ItemTemplate methods (#84) 2022-12-31 00:10:09 +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
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
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
55Honey
b389961ebc remove AddLoot() 2 2022-06-07 11:31:27 +02:00
55Honey
af59e0dc90 expose core functions
Exposed/added functions/methods:
- IsPlayer()
- GameObject:AddLoot(entry,amount)
2022-06-04 19:36:55 +02:00
55Honey
30797110ee chore: move files 2022-03-26 21:29:04 +01:00