hondacrx
|
e8cc7572f8
|
Core/Units: Implemented UNIT_VIS_FLAGS_INVISIBLE
Port From (https://github.com/TrinityCore/TrinityCore/commit/9653f96f9930c1c27bfec887bdbdc1a81b10babd)
|
2023-01-04 16:30:14 -05:00 |
|
hondacrx
|
a8fdc4cae8
|
Core/Spells: Added SPELL_AURA_535 to aura enum
Port From (https://github.com/TrinityCore/TrinityCore/commit/94147c5ba67646ec02938f5b17617008cac4d3fb)
|
2023-01-04 02:52:09 -05:00 |
|
hondacrx
|
55da7dc549
|
Core/Players: Implemented new talent system
Port From (https://github.com/TrinityCore/TrinityCore/commit/0cc5ab8372f19dad7412038d52dcd39db5e0e171)
|
2023-01-04 02:50:40 -05:00 |
|
hondacrx
|
989b80b056
|
Core: Updated to 10.0.2
Port From (https://github.com/TrinityCore/TrinityCore/commit/e98e1283ea0034baf6be9aa2ffb386eb5582801b)
|
2022-12-28 15:25:15 -05:00 |
|
hondacrx
|
2dc12dbb69
|
Core/Spells: Extended mechanic mask to uint64
Port From (https://github.com/TrinityCore/TrinityCore/commit/de7c03c8385780f05530c2b3cf952a712d5f8f00)
|
2022-12-17 17:37:07 -05:00 |
|
hondacrx
|
38197f7996
|
Core/AreaTriggers: Implemented new areatrigger type: bounded plane
Port From (https://github.com/TrinityCore/TrinityCore/commit/6856b248836205f3567d27848541859b93d93469)
|
2022-12-17 17:16:08 -05:00 |
|
hondacrx
|
cdf16b8a84
|
Core/Gossip: Add/Remove spell for disable/enable experience in group
Port From (https://github.com/TrinityCore/TrinityCore/commit/a7dbede82ad1453de1382b36434eb89819a38142)
|
2022-10-31 13:49:02 -04:00 |
|
hondacrx
|
69a7e08402
|
Update some of warden.
|
2022-10-30 16:41:43 -04:00 |
|
hondacrx
|
9b62b83984
|
Core/Loot: Implemented personal loot and tag sharing for non-boss loot
Port From (https://github.com/TrinityCore/TrinityCore/commit/133334a902b705dae6f7e92bb1009b84cf1c51d2)
|
2022-10-18 16:07:00 -04:00 |
|
hondacrx
|
8488616832
|
Core/Gossip: Implemented GossipOptionNpc.AzeriteRespec
Port From (https://github.com/TrinityCore/TrinityCore/commit/9fb4c1ca0228a51da4b69322e8a3db8932781f13)
|
2022-10-14 17:04:26 -04:00 |
|
hondacrx
|
219833ac17
|
Core/BattlePets: Move revive battle pet cooldown to spell script and add serverside spell for stable master heal cooldown
Port From (https://github.com/TrinityCore/TrinityCore/commit/05f2f4e8f69133d542f3eadf99410deb932cd30d)
|
2022-10-14 17:00:30 -04:00 |
|
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
|
e5c7244893
|
Core/Maps: Changed functions checking if map can be entered to use TransferAbortReason directly instead of intermediate Map::EnterState enum
Port From (https://github.com/TrinityCore/TrinityCore/commit/c3e1ff90a5a217691990ea4662bcaa2405b57fde)
|
2022-10-11 17:54:34 -04:00 |
|
hondacrx
|
b0955ca8ea
|
Core/DataStores: Defined map.db2 flags
Port From (https://github.com/TrinityCore/TrinityCore/commit/f6baed006a5fde5d9ae6e6d80a385837640bb90a)
|
2022-10-04 20:11:42 -04:00 |
|
hondacrx
|
4fab4cc6cf
|
Core/Commands: Restore instance management commands
Port From (https://github.com/TrinityCore/TrinityCore/commit/ab12e77cf72bcd361a380c8d1ed37d12fe0e1bbb)
|
2022-10-04 17:40:16 -04:00 |
|
hondacrx
|
276d199a6f
|
Core/Instances: Add new config options to control the time when both daily and weekly resets occur (will not be restricted to instances only)
Port From (https://github.com/TrinityCore/TrinityCore/commit/cedf09f93c44be2abf1c2b40e0e4c51f95f2975c)
|
2022-10-04 17:02:16 -04:00 |
|
hondacrx
|
807caef08c
|
Core/Instances: Reimplement resetting instances from UI
Port From (https://github.com/TrinityCore/TrinityCore/commit/ddd0c7b152d65b980db0cc2d00f15ae62a602936)
|
2022-10-04 14:31:07 -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
|
e8ff7bfa67
|
Core/Units: Set UNIT_FLAG2_*_AOI dynamically according to the VisibilityDistanceType set on the creature
Port From (https://github.com/TrinityCore/TrinityCore/commit/4b06b8ec1e3ccc153a44b3eb2e8487641cfae98d)
|
2022-10-01 17:00:55 -04:00 |
|
hondacrx
|
eb7f0862f8
|
Core/Units: Set UNIT_FLAG2_UNTARGETABLE_BY_CLIENT as allowed flag for database column
Port From (https://github.com/TrinityCore/TrinityCore/commit/bc18b72d803cdbc548f69c929b88393317ecfbee)
|
2022-10-01 16:34:38 -04:00 |
|
hondacrx
|
1bd88829f2
|
Core/Player: Allow companion action buttons to be saved
Port From (https://github.com/TrinityCore/TrinityCore/commit/e15898bf560fc8159777a2a29a29d6a91ffdb590)
|
2022-09-24 13:36:51 -04:00 |
|
hondacrx
|
aa88c5bb2f
|
Core/Loot: Simplify loot containers
Port From (https://github.com/TrinityCore/TrinityCore/commit/c00e2e4851498aa04ac1d8ff13a0759b245df72b)
|
2022-09-18 20:32:52 -04:00 |
|
hondacrx
|
b76c9571d2
|
Core/Loot: Move loot rolls from Group to Loot
Port From (https://github.com/TrinityCore/TrinityCore/commit/3ef5079feeedfdafc9d3c1d9f865e96dbc77ecc8)
|
2022-09-18 17:57:08 -04:00 |
|
hondacrx
|
76dd5b94f0
|
Core/Battlegrounds: Corrected unit of PLAYER_POSITION_UPDATE_INTERVAL, should be milliseconds not seconds
Port From (https://github.com/TrinityCore/TrinityCore/commit/d0a5d04c4c8f17ecd0ba6efaa114da051d303155)
|
2022-09-18 15:26:09 -04:00 |
|
hondacrx
|
7e1826ece8
|
Core/Misc: Update ResponseCodes enum for 9.2.7
Port From (https://github.com/TrinityCore/TrinityCore/commit/82de680132edf8a9513a1eaecb44f56b18e8acc1)
|
2022-09-11 14:28:01 -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
|
0a28bd434a
|
Core/SAI: Rename LeavingWorld to OnDespawn & use it in SAI
Port From (https://github.com/TrinityCore/TrinityCore/commit/b0164fb2b9cc35663e337d48660d5bca1e973d99)
|
2022-09-05 21:57:54 -04:00 |
|
hondacrx
|
313257e852
|
Misc fixes
|
2022-09-05 16:32:07 -04:00 |
|
hondacrx
|
171abf6ff8
|
Missed another file.
|
2022-09-03 11:33:31 -04:00 |
|
hondacrx
|
f2cf016c61
|
Fixes build forgot a file
|
2022-09-02 18:56:11 -04:00 |
|
hondacrx
|
2cb4ea2ff2
|
Core/Loot: Updated LootType enum for 9.2.7
Port From (https://github.com/TrinityCore/TrinityCore/commit/74dbed1d0ea11373b5765a4c53b1a762203fcbd2)
|
2022-09-02 14:22:40 -04:00 |
|
hondacrx
|
f3a0e0527e
|
Core/Gossip: Add Gossip OptionType for Mailbox
Port From (https://github.com/TrinityCore/TrinityCore/commit/a6632147d6d1884a7224077f24c7e6e656c419b8)
|
2022-09-02 13:10:23 -04:00 |
|
hondacrx
|
4352d71942
|
Core/Misc: Updated some enums for 9.2.7
Port From (https://github.com/TrinityCore/TrinityCore/commit/a2749366e4a5d3c7722a342500b37de3321b21d2)
|
2022-08-25 13:34:14 -04:00 |
|
hondacrx
|
cacfc06088
|
Core/PacketIO: Updated packet structures to 9.2.7
Port From (https://github.com/TrinityCore/TrinityCore/commit/20f38369f30309e2c0cd53eca9cfe9c49376ed8c)
|
2022-08-17 14:37:34 -04:00 |
|
hondacrx
|
fd7a31108a
|
Core/Misc: Fixed ResetFailedReason enum values for 9.2.5 client
Port From (https://github.com/TrinityCore/TrinityCore/commit/7b1df181404d15a8027d20df118490a8bd3932a4)
|
2022-08-10 09:26:06 -04:00 |
|
hondacrx
|
e92d1ee4e9
|
Core/Conditions: Added CONDITION_PLAYER_CONDITION to integrate conditions with db2 data
Port From (https://github.com/TrinityCore/TrinityCore/commit/3a56b914c64dd44303f63fe8f6cb9ac4865e5a59)
|
2022-08-04 18:19:37 -04:00 |
|
hondacrx
|
e824b43603
|
Core/Scripts: Added CalcCastTime spell script hook
Port From (https://github.com/TrinityCore/TrinityCore/commit/6713fa4c93f87af351f3ee65c1ff36b52ea85ddb)
|
2022-07-29 18:06:37 -04:00 |
|
hondacrx
|
45ba780516
|
Core/WorldStates: Add generic worldstates for team in instance
Port From (https://github.com/TrinityCore/TrinityCore/commit/c1eb91c1c174870026cf4750bafc8d04d182ade0)
|
2022-07-25 22:06:49 -04:00 |
|
hondacrx
|
ce16bc0611
|
Fixes a crash when loading.
|
2022-07-19 20:26:39 -04:00 |
|
hondacrx
|
8a29b531ed
|
Core/PacketIO: Remove packet handlers for deleted opcodes
Port From (https://github.com/TrinityCore/TrinityCore/commit/83b32667940844a257059965711284c9ab38ce44)
|
2022-07-19 20:26:25 -04:00 |
|
hondacrx
|
c2c93fa061
|
Core/PacketIO: Fixed structure of SMSG_START_TIMER
Port From (https://github.com/TrinityCore/TrinityCore/commit/06010c11b138752e475c59a594b42d4e9a7241bd)
|
2022-07-16 19:37:54 -04:00 |
|
hondacrx
|
8258d517cf
|
Core/Units: Replace UNIT_DYNFLAG_DEAD with UNIT_FLAG3_FAKE_DEAD
Port From (https://github.com/TrinityCore/TrinityCore/commit/ed93a9706842ff5419279d4b2c473943e6ef2549)
|
2022-07-16 19:35:19 -04:00 |
|
hondacrx
|
e521433e38
|
Core/WorldStates: Move custom worldstates to separate table and move saving worldstate values to WorldStateMgr
Port From (https://github.com/TrinityCore/TrinityCore/commit/e487d78ba7b37c35ede36c554169d26afeac88b0)
|
2022-07-14 20:25:57 -04:00 |
|
hondacrx
|
379503016a
|
Core/DataStores: Named WorldStateExpression function 38
Port From (https://github.com/TrinityCore/TrinityCore/commit/f4951f9031cf2c015474c80f5fb0172f19b31acb)
|
2022-07-13 18:33:29 -04:00 |
|
hondacrx
|
015ba8008c
|
Core/WorldStates: Migrate pvp season worldstates to new system
Port From (https://github.com/TrinityCore/TrinityCore/commit/5f601f53b8374ead5a6a8b734054ea623f74c24e)
|
2022-07-13 17:41:56 -04:00 |
|
hondacrx
|
ae9308c1cb
|
Core/WorldStates: Migrate battleground worldstates to new system
Port From (https://github.com/TrinityCore/TrinityCore/commit/5dbfaecd5c020fd4c3b3dfc235580849c39ce7db)
|
2022-07-10 14:59:20 -04:00 |
|
hondacrx
|
ba6c30add4
|
Start adding missing scripts Part3
|
2022-07-06 23:53:47 -04:00 |
|
hondacrx
|
6d294143c6
|
Core/Units: Defined many UnitFlags3 and implemented UNIT_FLAG3_ALTERNATIVE_DEFAULT_LANGUAGE
Port From (https://github.com/TrinityCore/TrinityCore/commit/2a5329847636ddc080c461bda06375edfbf3815d)
|
2022-07-02 20:35:56 -04:00 |
|
hondacrx
|
cabb59efe8
|
Core/WorldStates: Migrate war mode bonus value worldstates to new system
Port From (https://github.com/TrinityCore/TrinityCore/commit/4ac86c13d2b00817c9213ca2c22b747d3fff454e)
|
2022-07-01 22:53:01 -04:00 |
|