Commit Graph

71 Commits

Author SHA1 Message Date
arielcami
e665ae2f38 feat(LuaEngine): Add GetInventoryFreeSlots and GetBankFreeSlots to Player class (#369) 2026-03-18 22:35:37 +01:00
mostlynick3
f31dbd03c6 feat(TransportMethods): Add new Transports class, expose basic transport getters and passenger handling (#371) 2026-03-18 16:19:06 +01:00
Aldori
ecb3d102ac feat(CreatureMethods): Add AllLootRemovedFromCorpse method (#363) 2026-03-07 22:33:16 +01:00
Aldori
c175aeca3f feat(PlayerMethods): Add Today/Yesterday Kills and Honor Points methods (#364) 2026-03-07 21:44:07 +01:00
FM
c5efab32ed fix(LuaEngine): Register Loot type to fix GetLoot() method (#362) 2026-03-07 20:58:55 +01:00
Aldori
50584792fc feat(PlayerMethods): Add IsBot() method (#360) 2026-03-01 13:31:36 +01:00
Aldori
fe47a5d9c3 (PlayerMethods): Taxi Node Improvements (#357) 2026-02-13 09:39:54 +01:00
Tereneckla
188d5218da fix(LuaEngine/UnitMethods): rename HandleStatModifier to match a PR#23346 (#335) 2025-11-28 16:03:42 -03:00
iThorgrim
ebcc10a00f Feat: Add new methods for player (GetQuestSlotQuestId, SetCanFly, ApplyRatingMod) (#345) 2025-11-10 18:45:58 +01:00
Wahza
e5051ee30a Feat: Add new method on SpellInfo (GetEffectMiscValue) (#342) 2025-11-09 14:36:32 +01:00
Foe
81d3f02679 chore: rename Eluna to ALE (#318)
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
2025-10-23 12:53:30 +02:00
Aldori
5077a429cc feat(LootMethods): Add support for adding/retrieving quest items and item stacking (#323) 2025-10-04 15:49:33 +02:00
iThorgrim
313596f86e Feat(AllCreatureEvent): Add RegisterAllCreatureEvent and support for CreatureTemplate object. (#312) 2025-09-17 11:54:52 +02:00
Aldori
1c63eacec9 feat(GlobalMethods): Add GetConfigValue method (#299)
Co-authored-by: iThorgrim <125808072+iThorgrim@users.noreply.github.com>
2025-09-02 21:44:31 +02:00
Aldori
4acc340bf5 feat(GameObject): GetSpawnId method (#304) 2025-08-30 15:46:35 +02:00
iThorgrim
6fd81ea0e6 feat(SpellEntry): Add new "Set" methods for updating spell (#290) 2025-08-29 05:05:45 +02:00
iThorgrim
84d1c0cceb feat(Pet): Add Pet Object and Methods (#288) 2025-08-29 03:59:04 +02:00
iThorgrim
de84ed1369 Feat(Loot): Add Loot Objet and Methods and GetLoot method for Creature (#287) 2025-08-29 01:30:12 +02:00
iThorgrim
1f087fef39 feat(PlayerMethods): Add new player methods (#281) 2025-08-28 19:29:19 +02:00
Aldori
42e5be76fc feat(CreatureMethods): Add GetCreatureSpawnId and SetCorpseDelay methods (#300) 2025-08-22 21:24:33 +02:00
mostlynick3
a63ef3fe8c feat(LuaEngine/Packed GUIDs) Add support for writing packed GUIDs and reading packed GUID size (#295) 2025-08-21 14:04:04 +02:00
mostlynick3
15558954a3 feat(LuaEngine/Packet): Add support ReadPackedGUID (#271) 2025-08-19 15:47:24 +02:00
Aldori
bcfe631307 Add GetReactState to CreatureMethods and GetKnownTaxiNodes, SetKnownTaxiNodes to PlayerMethods (#285)
Co-authored-by: iThorgrim <125808072+iThorgrim@users.noreply.github.com>
2025-08-10 22:07:18 +02:00
Clément
2deb507952 Add methods item:SetRandomProperties and item:SetRandomSuffix (#274) 2025-08-10 12:54:29 +02:00
iThorgrim
ae6bb06b50 Feat(LuaEngine): Add RegisterTicketEvent and TicketMethods (#225)
Co-authored-by: sudlud <sudlud@users.noreply.github.com>
2025-02-19 19:01:26 +01:00
iThorgrim
d869057fe4 feat(LuaEngine/PlayerMethods): BonusTalent methods (#235)
Co-authored-by: IntelligentQuantum <IntelligentQuantum@ProtonMail.Com>
2025-02-05 18:14:24 +01:00
iThorgrim
7621ace9fe feat(LuaEngine/GlobalMethods): add GetGossipMenuOptionLocale, GetMapEntrance (#233)
Co-authored-by: 55Honey <71938210+55Honey@users.noreply.github.com>
2025-02-05 14:31:12 +01:00
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