hondacrx
|
f441175665
|
Core/Garrisons: Implement SMSG_GARRISON_OPEN_TALENT_NPC opcode
Port From (https://github.com/TrinityCore/TrinityCore/commit/4772c4817f1b34553f1c697e2aedc0372af9aea2)
|
2022-10-11 20:27:05 -04:00 |
|
hondacrx
|
b611244add
|
Core/Gossip: Drop OptionNpcFlag from gossip_menu_option
Port From (https://github.com/TrinityCore/TrinityCore/commit/ba49dbfdcbbbee4d6be39284c6924bf56d7f6586)
|
2022-10-11 20:04:52 -04:00 |
|
hondacrx
|
51cd499bd0
|
Core/Misc: Remove function calls through singleton global within the same class
Port From (https://github.com/TrinityCore/TrinityCore/commit/8f6ce648366099aecb966a57049371bfa4b19e56)
|
2022-10-11 17:14:21 -04:00 |
|
hondacrx
|
66c7047a29
|
Core/Instances: Delete InstanceSaveMgr and replace most of its uses with new InstanceLockMgr
Port From (https://github.com/TrinityCore/TrinityCore/commit/9b924522d0549dd67b10e2cbdfc20297dd21e182)
|
2022-10-04 10:57:04 -04:00 |
|
hondacrx
|
d3dde761a2
|
Core/Instances: Instance lock rewrite (WIP)
Port From (https://github.com/TrinityCore/TrinityCore/commit/17665c929c3a9fb7fe75dd680648129bc1c1f874)
|
2022-10-04 10:00:07 -04:00 |
|
hondacrx
|
879451f799
|
Fix build
|
2022-10-01 16:56:56 -04:00 |
|
hondacrx
|
906e885631
|
Core/Spawns: Added startup error for incorrect map assignments in instance_spawn_groups
Port From (https://github.com/TrinityCore/TrinityCore/commit/6ff3d888688fd382d317de0c2dbf26af6a6e7da5)
|
2022-10-01 16:54:27 -04:00 |
|
hondacrx
|
503bd57fe0
|
Core/Gossip: Fixed loading ActionPoiID data
Port From (https://github.com/TrinityCore/TrinityCore/commit/1521a0d1312dff7599348f0d271b8605b034c127)
|
2022-09-11 14:29:17 -04:00 |
|
hondacrx
|
dbf746f9ea
|
Core/Gossip: Drop OptionType for gossip_menu_option and rename OptionIcon to OptionNpc as it also determines functionality on client side
Port From (https://github.com/TrinityCore/TrinityCore/commit/69e0249807f5a8f351e6be6f7350ebace3d2997a)
|
2022-09-08 18:06:18 -04:00 |
|
hondacrx
|
0c0e588f18
|
More work on commands, still needs some work but most should be working now.
|
2022-08-28 15:48:56 -04:00 |
|
hondacrx
|
a6a9d05e98
|
Core/Gossips: Added support for FriendshipFactionID
Port From (https://github.com/TrinityCore/TrinityCore/commit/1bbc8592d95978a4c681fa6177c7c457189ef485)
|
2022-08-13 17:54:36 -04:00 |
|
hondacrx
|
3cd58e4a17
|
Core/Maps: Move terrain data handling out of Map class
Port From (https://github.com/TrinityCore/TrinityCore/commit/16a06346aea16ffd6ee84081cedfdb0c75ac0b38)
|
2022-07-24 16:31:00 -04:00 |
|
hondacrx
|
0302d9b1df
|
Core/Spawns: Removed ObjectMgr::AddCreatureData and ObjectMgr::AddGameObjectData (old outdoorpvp helpers)
Port From (https://github.com/TrinityCore/TrinityCore/commit/e1eb474531c75cbfcfea65f11e288a381859f8fb)
|
2022-07-19 12:15:32 -04:00 |
|
hondacrx
|
cee989c731
|
Core/Maps: Made instance_template no longer required to create and enter instance maps
Port From (https://github.com/TrinityCore/TrinityCore/commit/b8e52fd90bdab6e720d13e44c64483945e139fa2)
|
2022-07-18 21:41:50 -04:00 |
|
hondacrx
|
bae8363ca3
|
Core/Creatures: Implemented sending different creature id for summoner
Port From (https://github.com/TrinityCore/TrinityCore/commit/ebf1b6eb5cbfd1dc8f1b0d26c29ae1423784cabb)
|
2022-07-04 00:49:18 -04:00 |
|
hondacrx
|
7be2eb52cc
|
Core/World: implement database support for default map and realm wide world states
Port From (https://github.com/TrinityCore/TrinityCore/commit/737d94d7efe0b6c308ac1bf3692b6aa2e43f5adb)
|
2022-06-25 22:52:20 -04:00 |
|
hondacrx
|
e56f3792de
|
Core/Conditions: Implemented conditions for spawn groups
Port From (https://github.com/TrinityCore/TrinityCore/commit/5d27939667cf3ca985a33b93646fa4e34445c8d3)
|
2022-06-24 22:08:58 -04:00 |
|
hondacrx
|
a0d4a4f522
|
Core/SpawnGroups: Renamed GetSpawnGroupsForInstance and its argument to not cause confusion with instance ids (equivalent to instance save id, not map id)
Port From (https://github.com/TrinityCore/TrinityCore/commit/e2cf6d68fc5d6b3316f69873ee3ab917b2c9d4c0)
|
2022-06-24 21:50:46 -04:00 |
|
hondacrx
|
0f655d09ca
|
Core/VMaps: Fixes getting no area/zone info, which caused you to be dismounted.
|
2022-06-23 15:55:45 -04:00 |
|
hondacrx
|
86d7394010
|
Fixes scripts not working.
|
2022-06-22 01:05:46 -04:00 |
|
hondacrx
|
63cbd18350
|
Fixed crashes and errors when loading into world.
|
2022-06-21 14:56:22 -04:00 |
|
hondacrx
|
7d502f167d
|
Core/Misc: Cleanup TaxiPathGraph
Port From (https://github.com/TrinityCore/TrinityCore/commit/8fd05dbc931aa557177f666729b5654b2908b46e)
|
2022-06-18 23:56:15 -04:00 |
|
hondacrx
|
37d62e3a32
|
Core/Transports: Localized transport objects within each map
Port From (https://github.com/TrinityCore/TrinityCore/commit/cace41449771bbe692e1a45c4d38b15a12f6496e)
|
2022-06-16 14:08:22 -04:00 |
|
hondacrx
|
4038b93aa1
|
Core/Pools: Implemented pooling for instances
Port From (https://github.com/TrinityCore/TrinityCore/commit/94d829c84fb184990e26178551d10ecdca049efd)
|
2022-06-15 22:56:12 -04:00 |
|
hondacrx
|
344e28352a
|
Core/Gossip: Send broadcast text id in SMSG_GOSSIP_MESSAGE instead of npc_text id
Port From (https://github.com/TrinityCore/TrinityCore/commit/2213d87a45660e0ecbc51b36e9171991104884a8)
|
2022-06-03 20:19:35 -04:00 |
|
hondacrx
|
11e8c2f4f2
|
Fixes loading, *Command system is broke* Will fix in the coming days.
|
2022-06-02 17:00:58 -04:00 |
|
hondacrx
|
91fda8f37d
|
Core/Creatures: Refactor ObjectMgr::ChooseCreatureFlags to allow selecting only 1 flag field
Port From (https://github.com/TrinityCore/TrinityCore/commit/1d9ed7fb4669a7400251fbed0ad10040d0a95956)
|
2022-05-30 13:20:29 -04:00 |
|
hondacrx
|
14aa18ae65
|
Core/Creature: Disallow nearly all non-static flags on DB side
Port From (https://github.com/TrinityCore/TrinityCore/commit/47bcacd00a3124e801672f57afd4557ccbbe93b6)
|
2022-05-30 00:32:32 -04:00 |
|
hondacrx
|
39dd7d9dde
|
Core/Quests: check PreviousQuestID values as well when trying to make quest groups available to players
Port From (https://github.com/TrinityCore/TrinityCore/commit/a5889ba3eb7bb47abbabc5def5dd8815780ad3e2)
|
2022-05-29 20:53:07 -04:00 |
|
hondacrx
|
5d72f0e3b2
|
Core/DBLayer: escape MySQL keywords in page_text, page_text_locale, broadcast_text and broadcast_text_locale select queries
Port From (https://github.com/TrinityCore/TrinityCore/commit/209b90cfdd2d483ab90dfb59746c0053511899d7)
|
2022-05-26 16:58:37 -04:00 |
|
hondacrx
|
820eea5949
|
Core/Creature: Add new db field InteractionPauseTimer
Port From (https://github.com/TrinityCore/TrinityCore/commit/5180abfb19b9c1c4f2df2fbfa918a62f1c4ae995)
|
2022-05-24 19:13:45 -04:00 |
|
hondacrx
|
3c8c31ecd7
|
Core/Maps: add new FLAG_ALLIANCE_ONLY and FLAG_HORDE_ONLY for instance spawn groups
Port From (https://github.com/TrinityCore/TrinityCore/commit/203dfec2a1d1d628469ed0d68fefac33c15e65d6)
|
2022-05-24 13:19:48 -04:00 |
|
hondacrx
|
eb95b0106d
|
Core/Quests: Fixes response selection to use correct referenced identifier
Port From (https://github.com/TrinityCore/TrinityCore/commit/8de5053a655a59cc1d38b1e1de59950ab32629cf)
|
2022-05-23 17:18:01 -04:00 |
|
hondacrx
|
0bbabbd667
|
Core/PacketIO: Updated packet structures to 9.2.0
Port From (https://github.com/TrinityCore/TrinityCore/commit/9f30afe3528441571f89cb2e1775c756774fa0cd)
|
2022-05-09 23:14:38 -04:00 |
|
hondacrx
|
6b0fb6766e
|
Misc fixes
|
2022-03-04 17:23:44 -05:00 |
|
hondacrx
|
150b09205b
|
Core/Mail: Load mails at login instead of on demand when queried by packets (logging in always sends one of the packets that cause mail loading anyway)
Port From (https://github.com/TrinityCore/TrinityCore/commit/a9b4f9aca0d0b90e59e0ed26e9bb4cce7d0ceeab)
|
2022-03-02 09:52:35 -05:00 |
|
hondacrx
|
9f1051bd4a
|
Core/World: added startup log outputs for query cache initialization for detailed information.
Port From (https://github.com/TrinityCore/TrinityCore/commit/9c38dc2367e1bb59a5a4ad7a52abd522a035ae5d)
|
2022-03-01 23:49:30 -05:00 |
|
hondacrx
|
c14f1eb3dc
|
Remove custom OptionalType and use the default c# nullable type.
|
2022-03-01 17:27:56 -05:00 |
|
hondacrx
|
ce4851a33a
|
Core/Spells: Implement SPELL_EFFECT_ACTIVATE_OBJECT.
Port From (https://github.com/TrinityCore/TrinityCore/commit/e9cf3828bad44cf193d6c9717b392de7346157a5)
|
2022-02-28 14:04:49 -05:00 |
|
hondacrx
|
be763ea603
|
Core/Quests: Fixed quest select query
Port From (https://github.com/TrinityCore/TrinityCore/commit/18cc0b2e4a5023adf61aa959b339dd6114865680)
|
2022-02-27 15:00:27 -05:00 |
|
hondacrx
|
5720b89b7e
|
Core/Player: Added PlayerCreateMode field to playercreateinfo_cast_spell to only cast spells based on related mode
Port From (https://github.com/TrinityCore/TrinityCore/commit/8a61024cfad05279791badf33fcdb5a608ad6e94)
|
2022-02-25 19:43:04 -05:00 |
|
hondacrx
|
99b4a7ea8b
|
Misc fixes
|
2022-02-23 16:28:45 -05:00 |
|
hondacrx
|
7531735669
|
Core/Phasing: Implemented db spawns in personal phases
Port From (https://github.com/TrinityCore/TrinityCore/commit/8fabe5a3aacf7797f03d074ab8434f445be64955)
|
2022-01-27 14:01:49 -05:00 |
|
hondacrx
|
883a3bb990
|
First try at updating command system to be like TC. Still needs alot of testing/work
|
2022-01-20 09:57:15 -05:00 |
|
hondacrx
|
6e07b058bc
|
Core/ObjectMgr: Replace manually constructed uint32 map key with pair<mapid, difficulty>
Port From (https://github.com/TrinityCore/TrinityCore/commit/b2b83d49ad379547da874afef04317a0fef4de0d)
|
2022-01-09 14:19:07 -05:00 |
|
hondacrx
|
c6186f17bd
|
Core/Creature: Use proper name for wander distance.
Port From (https://github.com/TrinityCore/TrinityCore/commit/72093e98e1bdbd3b83d8030d1cb50306bb04b028)
|
2022-01-07 09:33:54 -05:00 |
|
hondacrx
|
fa5dae93cc
|
Core/Vehicles: implement vehicle seat addon table to specify seat ori…
Port From (https://github.com/TrinityCore/TrinityCore/commit/a91be4995b45695d8585068d0c5e955b93027d89)
|
2022-01-06 22:23:34 -05:00 |
|
hondacrx
|
d2ba807c20
|
Core/Misc: Some refactoring
Port From (https://github.com/TrinityCore/TrinityCore/commit/94a79bac7a06aa0f931e9d651928de7eea0a8b5c)
|
2022-01-06 20:07:26 -05:00 |
|
hondacrx
|
6e0becd106
|
Core/Items: implement some helper methods for easier readability
Port From (https://github.com/TrinityCore/TrinityCore/commit/9124fd1f1fafea19b118eb69c6a35f94376fc7e8)
|
2022-01-06 10:57:06 -05:00 |
|
hondacrx
|
32f0939fac
|
Core/Creature: Remove empty spell ids from CreatureAddon.auras
Port From (https://github.com/TrinityCore/TrinityCore/commit/64eb65cd45d1704831e3342bb7fcb8ff5df2df4e)
|
2022-01-05 18:03:38 -05:00 |
|